mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed typo.
This commit is contained in:
2
makefile
2
makefile
@@ -41,7 +41,7 @@ clean: ## Clean all intermediate files.
|
||||
projgen: ## Generate project files for all configurations.
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib vs2015
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib vs2017
|
||||
$(GENIE) --with-tools --with-combined-examples --vs=wwinstore100 vs2017
|
||||
$(GENIE) --with-tools --with-combined-examples --vs=winstore100 vs2017
|
||||
$(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
|
||||
|
||||
Reference in New Issue
Block a user