From c8f0c99a7ae70fbe76f67159a968681734cd9d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 29 Oct 2016 14:53:38 -0700 Subject: [PATCH] Cleanup. --- makefile | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/makefile b/makefile index 8f9aef091..33bf1e3d2 100644 --- a/makefile +++ b/makefile @@ -39,8 +39,6 @@ clean: ## Clean all intermediate files. @mkdir .build projgen: ## Generate project files for all configurations. - $(GENIE) --with-tools --with-examples --with-shared-lib vs2008 - $(GENIE) --with-tools --with-examples --with-shared-lib vs2010 $(GENIE) --with-tools --with-examples --with-shared-lib vs2012 $(GENIE) --with-tools --with-examples --with-shared-lib vs2013 $(GENIE) --with-tools --with-examples --with-shared-lib vs2015 @@ -142,30 +140,6 @@ mingw-clang-release64: .build/projects/gmake-mingw-clang ## Build - 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 - MinGW Clang x86/x64 Debug and Release -.build/projects/vs2008: - $(GENIE) --with-tools --with-examples --with-shared-lib vs2008 -vs2008-debug32: .build/projects/vs2008 ## Build - VS2008 x86 Debug - devenv .build/projects/vs2008/bgfx.sln /Build "Debug|Win32" -vs2008-release32: .build/projects/vs2008 ## Build - VS2008 x86 Release - devenv .build/projects/vs2008/bgfx.sln /Build "Release|Win32" -vs2008-debug64: .build/projects/vs2008 ## Build - VS2008 x64 Debug - devenv .build/projects/vs2008/bgfx.sln /Build "Debug|x64" -vs2008-release64: .build/projects/vs2008 ## Build - VS2008 x64 Release - devenv .build/projects/vs2008/bgfx.sln /Build "Release|x64" -vs2008: vs2008-debug32 vs2008-release32 vs2008-debug64 vs2008-release64 ## Build - VS2008 x86/x64 Debug and Release - -.build/projects/vs2010: - $(GENIE) --with-tools --with-examples --with-shared-lib vs2010 -vs2010-debug32: .build/projects/vs2010 ## Build - VS2010 x86 Debug - devenv .build/projects/vs2010/bgfx.sln /Build "Debug|Win32" -vs2010-release32: .build/projects/vs2010 ## Build - VS2010 x86 Release - devenv .build/projects/vs2010/bgfx.sln /Build "Release|Win32" -vs2010-debug64: .build/projects/vs2010 ## Build - VS2010 x64 Debug - devenv .build/projects/vs2010/bgfx.sln /Build "Debug|x64" -vs2010-release64: .build/projects/vs2010 ## Build - VS2010 x64 Release - devenv .build/projects/vs2010/bgfx.sln /Build "Release|x64" -vs2010: vs2010-debug32 vs2010-release32 vs2010-debug64 vs2010-release64 ## Build - VS2010 x86/x64 Debug and Release - .build/projects/vs2012: $(GENIE) --with-tools --with-examples --with-shared-lib vs2012 vs2012-debug32: .build/projects/vs2012 ## Build - VS2012 x86 Debug