mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Updated makefile for xcode projgen.
This commit is contained in:
4
makefile
4
makefile
@@ -44,8 +44,8 @@ projgen: ## Generate project files for all configurations.
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=mingw-gcc gmake
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-gcc gmake
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=osx gmake
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=osx xcode8
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode8
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=osx xcode9
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --xcode=ios xcode9
|
||||
$(GENIE) --with-combined-examples --with-shared-lib --gcc=freebsd gmake
|
||||
$(GENIE) --with-combined-examples --gcc=android-arm gmake
|
||||
$(GENIE) --with-combined-examples --gcc=android-arm64 gmake
|
||||
|
||||
Reference in New Issue
Block a user