diff options
| author | 2017-01-02 14:04:09 +0100 | |
|---|---|---|
| committer | 2017-01-02 14:04:09 +0100 | |
| commit | 04faaaf7ffb422f390262e119fe50db21683a831 (patch) | |
| tree | bb121e071c09129fa5284929356fe84554d4cfc1 /3rdparty/bx/makefile | |
| parent | a642e29ecd123c7fcc2608dd14d29a06af55c186 (diff) | |
Update BX (nw)
Diffstat (limited to '3rdparty/bx/makefile')
| -rw-r--r-- | 3rdparty/bx/makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/bx/makefile b/3rdparty/bx/makefile index 19180d4f1dc..6a6598f80b1 100644 --- a/3rdparty/bx/makefile +++ b/3rdparty/bx/makefile @@ -6,8 +6,6 @@ GENIE=../bx/tools/bin/$(OS)/genie all: - $(GENIE) vs2008 - $(GENIE) vs2010 $(GENIE) vs2012 $(GENIE) vs2013 $(GENIE) --gcc=android-arm gmake @@ -83,21 +81,6 @@ mingw-clang-release64: .build/projects/gmake-mingw-clang make -R -C .build/projects/gmake-mingw-clang config=release64 mingw-clang: mingw-clang-debug32 mingw-clang-release32 mingw-clang-debug64 mingw-clang-release64 -.build/projects/vs2008: - $(GENIE) vs2008 -vs2008-debug32: - devenv .build/projects/vs2008/bgfx.sln /Build "Debug|Win32" -vs2008-release32: - devenv .build/projects/vs2008/bgfx.sln /Build "Release|Win32" -vs2008-debug64: - devenv .build/projects/vs2008/bgfx.sln /Build "Debug|x64" -vs2008-release64: - devenv .build/projects/vs2008/bgfx.sln /Build "Release|x64" -vs2008: vs2008-debug32 vs2008-release32 vs2008-debug64 vs2008-release64 - -.build/projects/vs2010: - $(GENIE) vs2010 - .build/projects/vs2012: $(GENIE) vs2012 |
