Skip to content

Commit b7c237f

Browse files
committed
WIP: new build system
1 parent ff6f3ef commit b7c237f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1344
-2851
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ make/libr3.dll
99
make/Rebol3.xcworkspace/
1010
src/boot/boot-code.reb
1111
src/boot/host-init.reb
12-
src/boot/tmp-natives.reb
13-
src/boot/tmp-symbols.reb
12+
src/boot/gen-natives.reb
13+
src/boot/gen-symbols.reb
1414
src/core/b-boot.c
1515
src/include/ext-types.h
1616
src/include/host-*
@@ -19,10 +19,11 @@ src/include/reb-evtypes.h
1919
src/include/reb-lib-lib.h
2020
src/include/reb-lib.h
2121
src/include/reb-types.h
22-
src/include/tmp-*
22+
src/include/gen-*
2323
src/tools/reb-lib-doc.txt
24-
src/reb-lib-doc.txt
24+
reb-lib-doc.txt
2525
src/mezz/base-collected.reb
26+
src/generated/
2627

2728
src/tests/httpd-root/logs/
2829

@@ -147,6 +148,8 @@ UpgradeLog*.XML
147148
## Windows
148149
############
149150

151+
* - Copy*
152+
150153
# Windows image file caches
151154
Thumbs.db
152155

make-Linux.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

make-MacOS.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

make-Win.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

make/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Work in progress!
2+
3+
comming soon...

make/build-Win-32bit.bat

Lines changed: 0 additions & 10 deletions
This file was deleted.

make/build-Win-64bit.bat

Lines changed: 0 additions & 10 deletions
This file was deleted.

make/make-settings.r

Lines changed: 0 additions & 6 deletions
This file was deleted.

make/make.r3

Lines changed: 0 additions & 144 deletions
This file was deleted.

make/msvc/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)