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 ++++ build/vc++/examples/Animation/Animation.vcxproj | 4 ++++ .../examples/ParticleSystem/ParticleSystem.vcxproj | 4 ++++ .../vc++/examples/StateMachine/StateMachine.vcxproj | 4 ++++ build/vc++/jin.vcxproj | 4 ++++ build/vc++/jin/jin.vcxproj | 4 ++++ build/vc++/libjin/libjin.vcxproj | 11 +++++++---- build/vc++/libjin/libjin.vcxproj.filters | 21 +++++++++------------ 17 files changed, 76 insertions(+), 16 deletions(-) (limited to 'build/vc++') 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 + diff --git a/build/vc++/examples/Animation/Animation.vcxproj b/build/vc++/examples/Animation/Animation.vcxproj index f53dff8..83e5dd3 100644 --- a/build/vc++/examples/Animation/Animation.vcxproj +++ b/build/vc++/examples/Animation/Animation.vcxproj @@ -79,12 +79,16 @@ true true $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + true $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) opengl32.lib;%(AdditionalDependencies) Console + + true + diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj index ab310c9..faadeec 100644 --- a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj @@ -100,12 +100,16 @@ true true $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + true Console $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) opengl32.lib;%(AdditionalDependencies) + + true + diff --git a/build/vc++/examples/StateMachine/StateMachine.vcxproj b/build/vc++/examples/StateMachine/StateMachine.vcxproj index 90821de..55a0815 100644 --- a/build/vc++/examples/StateMachine/StateMachine.vcxproj +++ b/build/vc++/examples/StateMachine/StateMachine.vcxproj @@ -82,11 +82,15 @@ true true $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + true Console opengl32.lib;%(AdditionalDependencies) + + true + diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index 556de9a..3394bf6 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -90,6 +90,7 @@ Size true Disabled + true opengl32.lib;lua51.lib;SDL2main.lib;SDL2.lib;%(AdditionalDependencies) @@ -98,6 +99,9 @@ + + true + diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj index ac3cec8..20cad7c 100644 --- a/build/vc++/jin/jin.vcxproj +++ b/build/vc++/jin/jin.vcxproj @@ -104,6 +104,7 @@ true false $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + true Windows @@ -111,6 +112,9 @@ opengl32.lib;%(AdditionalDependencies) + + true + diff --git a/build/vc++/libjin/libjin.vcxproj b/build/vc++/libjin/libjin.vcxproj index 533de49..c59405e 100644 --- a/build/vc++/libjin/libjin.vcxproj +++ b/build/vc++/libjin/libjin.vcxproj @@ -106,7 +106,11 @@ CompileAsCpp $(IntDir)/%(RelativeDir)/ Size + true + + true + @@ -154,10 +158,8 @@ - - @@ -202,8 +204,10 @@ + + @@ -232,10 +236,8 @@ - - @@ -268,6 +270,7 @@ + diff --git a/build/vc++/libjin/libjin.vcxproj.filters b/build/vc++/libjin/libjin.vcxproj.filters index 9b9227d..c50f0be 100644 --- a/build/vc++/libjin/libjin.vcxproj.filters +++ b/build/vc++/libjin/libjin.vcxproj.filters @@ -207,9 +207,6 @@ source\core - - source\game - source\ai @@ -231,9 +228,6 @@ source\graphics - - source\game - source\game @@ -318,6 +312,12 @@ source\graphics + + source\math + + + source\math + @@ -418,15 +418,9 @@ source\ai - - source\game - source\graphics - - source\game - source\game @@ -487,5 +481,8 @@ source\graphics\animations + + source\math + \ No newline at end of file -- cgit v1.1-26-g67d0