From 028cef647b5d9aa23808b1ed8f4e169caf0d43d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= <branimirkaradzic@gmail.com> Date: Sat, 11 Apr 2015 09:45:11 -0700 Subject: [PATCH] Updated makefile. --- makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index c5b2b0fc..59929051 100644 --- a/makefile +++ b/makefile @@ -27,6 +27,7 @@ all: $(GENIE) --with-tools --with-shared-lib vs2010 $(GENIE) --with-tools --with-shared-lib vs2012 $(GENIE) --with-tools --with-shared-lib vs2013 + $(GENIE) --with-tools --with-shared-lib vs2015 $(GENIE) --with-tools --with-shared-lib --gcc=mingw-gcc gmake $(GENIE) --with-tools --with-shared-lib --gcc=linux-gcc gmake $(GENIE) --with-tools --with-shared-lib --gcc=osx gmake @@ -127,13 +128,13 @@ mingw-clang: mingw-clang-debug32 mingw-clang-release32 mingw-clang-debug64 mingw .build/projects/vs2008: $(GENIE) --with-tools --with-shared-lib vs2008 -vs2008-debug32: +vs2008-debug32: .build/projects/vs2008 devenv .build/projects/vs2008/bgfx.sln /Build "Debug|Win32" -vs2008-release32: +vs2008-release32: .build/projects/vs2008 devenv .build/projects/vs2008/bgfx.sln /Build "Release|Win32" -vs2008-debug64: +vs2008-debug64: .build/projects/vs2008 devenv .build/projects/vs2008/bgfx.sln /Build "Debug|x64" -vs2008-release64: +vs2008-release64: .build/projects/vs2008 devenv .build/projects/vs2008/bgfx.sln /Build "Release|x64" vs2008: vs2008-debug32 vs2008-release32 vs2008-debug64 vs2008-release64 @@ -146,6 +147,9 @@ vs2008: vs2008-debug32 vs2008-release32 vs2008-debug64 vs2008-release64 .build/projects/vs2013: $(GENIE) --with-tools --with-shared-lib vs2013 +.build/projects/vs2015: + $(GENIE) --with-tools --with-shared-lib vs2015 + .build/projects/gmake-nacl: $(GENIE) --gcc=nacl gmake nacl-debug32: .build/projects/gmake-nacl