mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
23
makefile
23
makefile
@@ -50,18 +50,17 @@ projgen: ## Generate project files for all configurations.
|
||||
$(GENIE) --with-tools --with-examples --with-shared-lib --xcode=osx xcode4
|
||||
$(GENIE) --with-tools --with-examples --with-shared-lib --xcode=ios xcode4
|
||||
$(GENIE) --with-examples --with-shared-lib --gcc=freebsd gmake
|
||||
|
||||
$(GENIE) --gcc=android-arm gmake
|
||||
$(GENIE) --gcc=android-mips gmake
|
||||
$(GENIE) --gcc=android-x86 gmake
|
||||
$(GENIE) --gcc=asmjs gmake
|
||||
$(GENIE) --gcc=ios-arm gmake
|
||||
$(GENIE) --gcc=ios-arm64 gmake
|
||||
$(GENIE) --gcc=ios-simulator gmake
|
||||
$(GENIE) --gcc=nacl gmake
|
||||
$(GENIE) --gcc=nacl-arm gmake
|
||||
$(GENIE) --gcc=pnacl gmake
|
||||
$(GENIE) --gcc=rpi gmake
|
||||
$(GENIE) --with-examples --gcc=android-arm gmake
|
||||
$(GENIE) --with-examples --gcc=android-mips gmake
|
||||
$(GENIE) --with-examples --gcc=android-x86 gmake
|
||||
$(GENIE) --with-examples --gcc=asmjs gmake
|
||||
$(GENIE) --with-examples --gcc=ios-arm gmake
|
||||
$(GENIE) --with-examples --gcc=ios-arm64 gmake
|
||||
$(GENIE) --with-examples --gcc=ios-simulator gmake
|
||||
$(GENIE) --with-examples --gcc=nacl gmake
|
||||
$(GENIE) --with-examples --gcc=nacl-arm gmake
|
||||
$(GENIE) --with-examples --gcc=pnacl gmake
|
||||
$(GENIE) --with-examples --gcc=rpi gmake
|
||||
|
||||
.build/projects/gmake-android-arm:
|
||||
$(GENIE) --gcc=android-arm gmake
|
||||
|
||||
Reference in New Issue
Block a user