From e8e12b11db220160eb63727fb03548410bf3afd2 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 25 Nov 2018 00:11:28 +0800 Subject: *misc --- build/vc++/3rdparty/GLee/GLee.vcxproj | 4 ++++ build/vc++/3rdparty/SDL2/SDL2.vcxproj | 4 ++++ build/vc++/3rdparty/SDL2main/SDL2main.vcxproj | 4 ++++ build/vc++/3rdparty/buildvm/buildvm.vcxproj | 4 ++++ build/vc++/3rdparty/luajit/luajit.vcxproj | 4 ++++ build/vc++/3rdparty/minilua/minilua.vcxproj | 4 ++++ build/vc++/3rdparty/smount/smount.vcxproj | 4 ++++ build/vc++/3rdparty/stb/stb.vcxproj | 4 ++++ build/vc++/3rdparty/tekcos/tekcos.vcxproj | 4 ++++ build/vc++/3rdparty/wav/wav.vcxproj | 4 ++++ 10 files changed, 40 insertions(+) (limited to 'build/vc++/3rdparty') diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj b/build/vc++/3rdparty/GLee/GLee.vcxproj index 7efcdd2..fdc6f0a 100644 --- a/build/vc++/3rdparty/GLee/GLee.vcxproj +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj @@ -84,7 +84,11 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) CompileAsCpp Size + true + + true + diff --git a/build/vc++/3rdparty/SDL2/SDL2.vcxproj b/build/vc++/3rdparty/SDL2/SDL2.vcxproj index cbd29bd..91570e3 100644 --- a/build/vc++/3rdparty/SDL2/SDL2.vcxproj +++ b/build/vc++/3rdparty/SDL2/SDL2.vcxproj @@ -89,6 +89,7 @@ true Default false + true winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) @@ -98,6 +99,9 @@ true UseFastLinkTimeCodeGeneration + + true + diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj index 14d4711..0367473 100644 --- a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj @@ -101,7 +101,11 @@ $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) WIN32;%(PreprocessorDefinitions) true + true + + true + diff --git a/build/vc++/3rdparty/buildvm/buildvm.vcxproj b/build/vc++/3rdparty/buildvm/buildvm.vcxproj index faf0e65..bf55f5e 100644 --- a/build/vc++/3rdparty/buildvm/buildvm.vcxproj +++ b/build/vc++/3rdparty/buildvm/buildvm.vcxproj @@ -83,10 +83,14 @@ true $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src;%(AdditionalIncludeDirectories) _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true buildvm-post.bat $(SolutionDir)..\..\src\3rdparty\buildvm\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + true + diff --git a/build/vc++/3rdparty/luajit/luajit.vcxproj b/build/vc++/3rdparty/luajit/luajit.vcxproj index 2950a92..70b5c91 100644 --- a/build/vc++/3rdparty/luajit/luajit.vcxproj +++ b/build/vc++/3rdparty/luajit/luajit.vcxproj @@ -90,6 +90,7 @@ true false WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;D_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true lj_vm.obj @@ -102,6 +103,9 @@ lj_vm.obj;%(AdditionalDependencies) luajit.def + + true + diff --git a/build/vc++/3rdparty/minilua/minilua.vcxproj b/build/vc++/3rdparty/minilua/minilua.vcxproj index e663cb1..9e2aff2 100644 --- a/build/vc++/3rdparty/minilua/minilua.vcxproj +++ b/build/vc++/3rdparty/minilua/minilua.vcxproj @@ -82,10 +82,14 @@ true false _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true minilua-post.bat $(SolutionDir)..\..\src\3rdparty\minilua\$(TargetName) $(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\src + + true + diff --git a/build/vc++/3rdparty/smount/smount.vcxproj b/build/vc++/3rdparty/smount/smount.vcxproj index 6b710f4..63eab3a 100644 --- a/build/vc++/3rdparty/smount/smount.vcxproj +++ b/build/vc++/3rdparty/smount/smount.vcxproj @@ -84,7 +84,11 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) CompileAsCpp Size + true + + true + diff --git a/build/vc++/3rdparty/stb/stb.vcxproj b/build/vc++/3rdparty/stb/stb.vcxproj index e6abf2a..e48ddc9 100644 --- a/build/vc++/3rdparty/stb/stb.vcxproj +++ b/build/vc++/3rdparty/stb/stb.vcxproj @@ -84,7 +84,11 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) CompileAsCpp Size + true + + true + diff --git a/build/vc++/3rdparty/tekcos/tekcos.vcxproj b/build/vc++/3rdparty/tekcos/tekcos.vcxproj index e8a5bd7..ec2a716 100644 --- a/build/vc++/3rdparty/tekcos/tekcos.vcxproj +++ b/build/vc++/3rdparty/tekcos/tekcos.vcxproj @@ -84,7 +84,11 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) CompileAsCpp Size + true + + true + diff --git a/build/vc++/3rdparty/wav/wav.vcxproj b/build/vc++/3rdparty/wav/wav.vcxproj index ff62736..0ae6d75 100644 --- a/build/vc++/3rdparty/wav/wav.vcxproj +++ b/build/vc++/3rdparty/wav/wav.vcxproj @@ -84,7 +84,11 @@ _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) CompileAsCpp Size + true + + true + -- cgit v1.1-26-g67d0