Initial commit

This commit is contained in:
2022-10-25 15:41:27 +03:00
commit 118e3df72f
4 changed files with 31 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
.PHONY: all godot-editor-main
all: godot-editor-main
godot-editor-main:
cd src/godot; \
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6; \
scons platform=x11 target=release tools=no custom_modules=../modules -j6; \
scons platform=x11 target=release_debug tools=no custom_modules=../modules -j6;
# cd src/godot; \
# scons platform=x11 target=debug tools=yes custom_modules=../modules -j6
cd src/godot; \
scons platform=x11 target=release tools=no custom_modules=../modules -j6;
# scons platform=server target=release_debug tools=yes custom_modules=../modules -j6
# scons platform=windows target=release tools=yes custom_modules=../modules -j6
# scons platform=javascript target=release tools=yes custom_modules=../modules -j6