Terrain setup

This commit is contained in:
2022-10-25 19:27:49 +03:00
parent 118e3df72f
commit e9ccbf5ce5
8 changed files with 96 additions and 5 deletions

View File

@@ -2,13 +2,13 @@
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;
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;
# 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