|
|
@@ -93,10 +93,6 @@ asmjs: asmjs-debug asmjs-release ## Build - Emscripten Debug and Release
|
|
|
|
|
|
.build/projects/gmake-linux:
|
|
|
$(GENIE) --with-tools --gcc=linux-gcc gmake
|
|
|
-linux-debug32: .build/projects/gmake-linux ## Build - Linux x86 Debug
|
|
|
- $(MAKE) -R -C .build/projects/gmake-linux config=debug32
|
|
|
-linux-release32: .build/projects/gmake-linux ## Build - Linux x86 Release
|
|
|
- $(MAKE) -R -C .build/projects/gmake-linux config=release32
|
|
|
linux-debug64: .build/projects/gmake-linux ## Build - Linux x64 Debug
|
|
|
$(MAKE) -R -C .build/projects/gmake-linux config=debug64
|
|
|
linux-release64: .build/projects/gmake-linux ## Build - Linux x64 Release
|
|
|
@@ -189,10 +185,6 @@ vs2017: vs2017-debug32 vs2017-release32 vs2017-debug64 vs2017-release64 ## Build
|
|
|
|
|
|
.build/projects/gmake-osx:
|
|
|
$(GENIE) --with-tools --gcc=osx gmake
|
|
|
-osx-debug32: .build/projects/gmake-osx ## Build - OSX x86 Debug
|
|
|
- $(MAKE) -C .build/projects/gmake-osx config=debug32
|
|
|
-osx-release32: .build/projects/gmake-osx ## Build - OSX x86 Release
|
|
|
- $(MAKE) -C .build/projects/gmake-osx config=release32
|
|
|
osx-debug64: .build/projects/gmake-osx ## Build - OSX x64 Debug
|
|
|
$(MAKE) -C .build/projects/gmake-osx config=debug64
|
|
|
osx-release64: .build/projects/gmake-osx ## Build - OSX x64 Release
|