1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00

Rearraning source files to bring KC/REF and fragment files out of the JARS.

This commit is contained in:
Jesper Gravgaard 2018-10-07 02:31:25 +02:00
parent 0ea4f036b7
commit 2b5f6b8856
1329 changed files with 359 additions and 277 deletions

View File

@ -15,6 +15,7 @@ release:
- ./bin
- ./lib
- ./stdlib
- ./fragment
- ./examples
- ./LICENSE*
- ./NOTICE*

View File

@ -19,7 +19,14 @@
</includes>
</fileSet>
<fileSet>
<directory>src/test/java/dk/camelot64/kickc/test/kc/examples</directory>
<directory>src/main/fragment</directory>
<outputDirectory>fragment</outputDirectory>
<includes>
<include>*.asm</include>
</includes>
</fileSet>
<fileSet>
<directory>src/test/kc/examples</directory>
<outputDirectory>examples</outputDirectory>
<includes>
<include>*/*.kc</include>

Some files were not shown because too many files have changed in this diff Show More