From 7ae40127f15f8f2cb963a7efeb018f7887ebc1ea Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 20 Dec 2018 18:29:16 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/3rdparty/cembed/cembed.vcxproj | 130 ++++++++ build/vc++/3rdparty/cembed/cembed.vcxproj.filters | 6 + build/vc++/3rdparty/cembed/cembed.vcxproj.user | 4 + build/vc++/jin.sln | 13 +- build/vc++/jin.vcxproj | 267 ---------------- build/vc++/jin.vcxproj.filters | 373 ---------------------- build/vc++/jin.vcxproj.user | 14 - build/vc++/jin/jin.vcxproj | 2 +- build/vc++/libjin-lua/libjin-lua.vcxproj | 260 +++++++++++++++ build/vc++/libjin-lua/libjin-lua.vcxproj.filters | 357 +++++++++++++++++++++ build/vc++/libjin-lua/libjin-lua.vcxproj.user | 14 + build/vc++/resource.h | Bin 858 -> 0 bytes 12 files changed, 784 insertions(+), 656 deletions(-) create mode 100644 build/vc++/3rdparty/cembed/cembed.vcxproj create mode 100644 build/vc++/3rdparty/cembed/cembed.vcxproj.filters create mode 100644 build/vc++/3rdparty/cembed/cembed.vcxproj.user delete mode 100644 build/vc++/jin.vcxproj delete mode 100644 build/vc++/jin.vcxproj.filters delete mode 100644 build/vc++/jin.vcxproj.user create mode 100644 build/vc++/libjin-lua/libjin-lua.vcxproj create mode 100644 build/vc++/libjin-lua/libjin-lua.vcxproj.filters create mode 100644 build/vc++/libjin-lua/libjin-lua.vcxproj.user delete mode 100644 build/vc++/resource.h (limited to 'build/vc++') diff --git a/build/vc++/3rdparty/cembed/cembed.vcxproj b/build/vc++/3rdparty/cembed/cembed.vcxproj new file mode 100644 index 0000000..04e1300 --- /dev/null +++ b/build/vc++/3rdparty/cembed/cembed.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F} + cembed + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/cembed/cembed.vcxproj.filters b/build/vc++/3rdparty/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3600749 --- /dev/null +++ b/build/vc++/3rdparty/cembed/cembed.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/cembed/cembed.vcxproj.user b/build/vc++/3rdparty/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index a1f5d5f..b1807ac 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2047 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjin-lua", "jin.vcxproj", "{A3E35ECA-62EB-45CE-8152-674FBC7F7A3B}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjin-lua", "libjin-lua\libjin-lua.vcxproj", "{A3E35ECA-62EB-45CE-8152-674FBC7F7A3B}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjin", "libjin\libjin.vcxproj", "{9EE02090-C15E-4520-9C05-C435E45EF2FC}" EndProject @@ -47,6 +47,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luax", "3rdparty\luax\luax. EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua51", "3rdparty\Lua51\Lua51.vcxproj", "{4156CD69-6FC4-4B32-B008-BB94C8AE17F5}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cembed", "3rdparty\cembed\cembed.vcxproj", "{DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -183,6 +185,14 @@ Global {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x64.Build.0 = Release|x64 {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x86.ActiveCfg = Release|Win32 {4156CD69-6FC4-4B32-B008-BB94C8AE17F5}.Release|x86.Build.0 = Release|Win32 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Debug|x64.ActiveCfg = Debug|x64 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Debug|x64.Build.0 = Debug|x64 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Debug|x86.ActiveCfg = Debug|Win32 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Debug|x86.Build.0 = Debug|Win32 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Release|x64.ActiveCfg = Release|x64 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Release|x64.Build.0 = Release|x64 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Release|x86.ActiveCfg = Release|Win32 + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -206,6 +216,7 @@ Global {45AC0438-98A8-4369-A21D-BBCBE7995B34} = {2A2F610D-E42B-426F-8DC8-79E0C6FCCDD2} {C6B16179-5640-4D41-8756-0525D25EB569} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} {4156CD69-6FC4-4B32-B008-BB94C8AE17F5} = {2A2F610D-E42B-426F-8DC8-79E0C6FCCDD2} + {DE837ACB-AA3B-4C91-9CA1-395D1B85E11F} = {65DFFFA6-F434-47FB-9DB2-DCF019060B92} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {633D8D43-3349-43F7-8835-7D7F58BAD2A8} diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj deleted file mode 100644 index cfc6eba..0000000 --- a/build/vc++/jin.vcxproj +++ /dev/null @@ -1,267 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {A3E35ECA-62EB-45CE-8152-674FBC7F7A3B} - jin - 8.1 - libjin-lua - - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\..\bin - *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi - $(ProjectName) - - - $(SolutionDir)..\..\bin - *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi - $(ProjectName) - - - - Level3 - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\lua;%(AdditionalIncludeDirectories) - CompileAsCpp - $(IntDir)/%(RelativeDir)/ - Size - true - Disabled - true - - - opengl32.lib;lua51.lib;SDL2main.lib;SDL2.lib;%(AdditionalDependencies) - $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) - Windows - - - - - true - - - - - Level3 - Disabled - true - - - - - Level3 - true - true - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\lua;%(AdditionalIncludeDirectories) - CompileAsCpp - $(IntDir)/%(RelativeDir)/ - Size - MinSpace - - - true - true - opengl32.lib;lua51.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) - Windows - - - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {45ac0438-98a8-4369-a21d-bbcbe7995b34} - - - {9ee02090-c15e-4520-9c05-c435e45ef2fc} - - - - - - \ No newline at end of file diff --git a/build/vc++/jin.vcxproj.filters b/build/vc++/jin.vcxproj.filters deleted file mode 100644 index 029c097..0000000 --- a/build/vc++/jin.vcxproj.filters +++ /dev/null @@ -1,373 +0,0 @@ - - - - - {f3e85b81-1688-49e4-b85c-65d99ddafad9} - - - {2264d908-20ee-41c2-8bdc-bc1117959c4f} - - - {923b475a-00e2-4b8f-925a-ca1e5f9b4689} - - - {7957774a-4f34-4255-ab2e-8da9b6c71983} - - - {ee920041-8798-4827-be04-49f9342ba092} - - - {6b79b5bf-69c1-458c-81f3-b386b340d39b} - - - {4eb54d6d-e336-42f6-8670-d271a458eb56} - - - {b042ed61-32e5-4e86-b4f3-1a293de8918d} - - - {b13ee8dc-41fc-42b3-8b64-f9c261ebfc73} - - - {8a740640-925a-4cf6-94d5-89283824a141} - - - {563ed6fb-3d82-4905-b128-835f3818cc4f} - - - {1ed523c3-e203-487f-a13f-a35396f814f3} - - - {7fd81749-f776-4e5c-b6e2-33372a143560} - - - {2a701538-aeee-4f48-a285-0b848c9a3b81} - - - {98c4385b-893c-4d60-bb82-2a19ee5ff527} - - - {5b69329e-0aa2-4c77-be52-69c09fdbac65} - - - {0340fbad-0c07-4923-afd2-183424c70967} - - - {9cf92f3f-bcc5-442b-aa92-c88eeb1c5e45} - - - {579f12b8-5758-4be5-9cd7-e1fa62fdef74} - - - {fc3fecf1-63e8-4d28-97a7-bf6a1817f57b} - - - {352f5242-a96e-4cd1-a2e2-15777d354e42} - - - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\audio - - - source\modules\audio - - - source\modules\bit - - - source\modules\core - - - source\modules\event - - - source\modules\filesystem - - - source\modules\joypad - - - source\modules\keyboard - - - source\modules\math - - - source\modules\mouse - - - source\modules\net - - - source\modules\net - - - source\modules\net - - - source\modules\thread - - - source\modules\time - - - source\modules\graphics - - - source\common - - - source\modules\ai - - - source\modules\ai - - - source\modules\ai - - - source\modules\time - - - source\common - - - source\common - - - source\modules\graphics - - - source\common - - - source\modules\graphics - - - source\modules\graphics - - - source\common - - - source\common - - - source\common - - - source - - - - - resource - - - source\resources - - - source\modules\net - - - source\modules\thread - - - source\common - - - source\common - - - source\common - - - source\embed - - - source\embed\scripts - - - source\embed\scripts - - - source\embed\scripts - - - source\embed\scripts - - - source\embed\scripts - - - source\embed\scripts - - - source\embed\scripts - - - source\modules\time - - - source\common - - - source\common - - - source\common - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\graphics - - - source\modules\ai - - - source\modules\ai - - - source\modules\ai - - - source\modules\audio - - - source\modules\audio - - - source\modules\bit - - - source\modules\core - - - source\modules\event - - - source\modules\filesystem - - - source\modules\joypad - - - source\modules\keyboard - - - source\modules\math - - - source\modules\mouse - - - source\modules\net - - - source\modules\net - - - source\modules\time - - - source\common - - - source\modules\graphics - - - source\modules\graphics - - - source\common - - - source\modules - - - source\common - - - source - - - - - resource - - - - - resource - - - \ No newline at end of file diff --git a/build/vc++/jin.vcxproj.user b/build/vc++/jin.vcxproj.user deleted file mode 100644 index fbd2421..0000000 --- a/build/vc++/jin.vcxproj.user +++ /dev/null @@ -1,14 +0,0 @@ - - - - $(ProjectDir)..\..\bin - WindowsLocalDebugger - - - $(ProjectDir)..\..\bin - WindowsLocalDebugger - - - false - - \ No newline at end of file diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj index 7c0c145..98ae932 100644 --- a/build/vc++/jin/jin.vcxproj +++ b/build/vc++/jin/jin.vcxproj @@ -143,7 +143,7 @@ - + {a3e35eca-62eb-45ce-8152-674fbc7f7a3b} diff --git a/build/vc++/libjin-lua/libjin-lua.vcxproj b/build/vc++/libjin-lua/libjin-lua.vcxproj new file mode 100644 index 0000000..57d1837 --- /dev/null +++ b/build/vc++/libjin-lua/libjin-lua.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {A3E35ECA-62EB-45CE-8152-674FBC7F7A3B} + jin + 8.1 + libjin-lua + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi + $(ProjectName) + + + $(SolutionDir)..\..\bin + *.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi + $(ProjectName) + + + + Level3 + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\lua;%(AdditionalIncludeDirectories) + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + Size + true + Disabled + true + + + opengl32.lib;lua51.lib;SDL2main.lib;SDL2.lib;%(AdditionalDependencies) + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + Windows + + + + + true + + + + + Level3 + Disabled + true + + + + + Level3 + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\..\src\;$(SolutionDir)..\..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\..\src\3rdparty\;$(SolutionDir)..\..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\..\src\lua;%(AdditionalIncludeDirectories) + CompileAsCpp + $(IntDir)/%(RelativeDir)/ + Size + MinSpace + + + true + true + opengl32.lib;lua51.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;$(SolutionDir)libs\LuaJIT-2.0.5\src;%(AdditionalLibraryDirectories) + Windows + + + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {45ac0438-98a8-4369-a21d-bbcbe7995b34} + + + {9ee02090-c15e-4520-9c05-c435e45ef2fc} + + + + + + \ No newline at end of file diff --git a/build/vc++/libjin-lua/libjin-lua.vcxproj.filters b/build/vc++/libjin-lua/libjin-lua.vcxproj.filters new file mode 100644 index 0000000..bf1010a --- /dev/null +++ b/build/vc++/libjin-lua/libjin-lua.vcxproj.filters @@ -0,0 +1,357 @@ + + + + + {f3e85b81-1688-49e4-b85c-65d99ddafad9} + + + {2264d908-20ee-41c2-8bdc-bc1117959c4f} + + + {923b475a-00e2-4b8f-925a-ca1e5f9b4689} + + + {7957774a-4f34-4255-ab2e-8da9b6c71983} + + + {ee920041-8798-4827-be04-49f9342ba092} + + + {6b79b5bf-69c1-458c-81f3-b386b340d39b} + + + {4eb54d6d-e336-42f6-8670-d271a458eb56} + + + {b042ed61-32e5-4e86-b4f3-1a293de8918d} + + + {b13ee8dc-41fc-42b3-8b64-f9c261ebfc73} + + + {8a740640-925a-4cf6-94d5-89283824a141} + + + {563ed6fb-3d82-4905-b128-835f3818cc4f} + + + {1ed523c3-e203-487f-a13f-a35396f814f3} + + + {7fd81749-f776-4e5c-b6e2-33372a143560} + + + {2a701538-aeee-4f48-a285-0b848c9a3b81} + + + {98c4385b-893c-4d60-bb82-2a19ee5ff527} + + + {5b69329e-0aa2-4c77-be52-69c09fdbac65} + + + {0340fbad-0c07-4923-afd2-183424c70967} + + + {9cf92f3f-bcc5-442b-aa92-c88eeb1c5e45} + + + {fc3fecf1-63e8-4d28-97a7-bf6a1817f57b} + + + {352f5242-a96e-4cd1-a2e2-15777d354e42} + + + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\audio + + + source\modules\audio + + + source\modules\bit + + + source\modules\core + + + source\modules\event + + + source\modules\filesystem + + + source\modules\joypad + + + source\modules\keyboard + + + source\modules\math + + + source\modules\mouse + + + source\modules\net + + + source\modules\net + + + source\modules\net + + + source\modules\thread + + + source\modules\time + + + source\modules\graphics + + + source\common + + + source\modules\ai + + + source\modules\ai + + + source\modules\ai + + + source\modules\time + + + source\common + + + source\common + + + source\modules\graphics + + + source\common + + + source\modules\graphics + + + source\modules\graphics + + + source\common + + + source\common + + + source\common + + + source + + + + + source\resources + + + source\modules\net + + + source\modules\thread + + + source\common + + + source\common + + + source\common + + + source\embed + + + source\embed\scripts + + + source\embed\scripts + + + source\embed\scripts + + + source\embed\scripts + + + source\embed\scripts + + + source\embed\scripts + + + source\embed\scripts + + + source\modules\time + + + source\common + + + source\common + + + source\common + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\graphics + + + source\modules\ai + + + source\modules\ai + + + source\modules\ai + + + source\modules\audio + + + source\modules\audio + + + source\modules\bit + + + source\modules\core + + + source\modules\event + + + source\modules\filesystem + + + source\modules\joypad + + + source\modules\keyboard + + + source\modules\math + + + source\modules\mouse + + + source\modules\net + + + source\modules\net + + + source\modules\time + + + source\common + + + source\modules\graphics + + + source\modules\graphics + + + source\common + + + source\modules + + + source\common + + + source + + + \ No newline at end of file diff --git a/build/vc++/libjin-lua/libjin-lua.vcxproj.user b/build/vc++/libjin-lua/libjin-lua.vcxproj.user new file mode 100644 index 0000000..a8fee8c --- /dev/null +++ b/build/vc++/libjin-lua/libjin-lua.vcxproj.user @@ -0,0 +1,14 @@ + + + + $(ProjectDir)..\..\..\bin + WindowsLocalDebugger + + + $(ProjectDir)..\..\..\bin + WindowsLocalDebugger + + + false + + \ No newline at end of file diff --git a/build/vc++/resource.h b/build/vc++/resource.h deleted file mode 100644 index fdc6053..0000000 Binary files a/build/vc++/resource.h and /dev/null differ -- cgit v1.1-26-g67d0