diff options
author | moteus <mimir@newmail.ru> | 2013-12-26 13:08:45 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-26 13:08:45 +0400 |
commit | 7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9 (patch) | |
tree | bdf13cff8a9eda9eb8c90b763f41cb06ea08942a /msvc | |
parent | 1ddc9bd2a0e5f9f4835e39c05df0850cb9aa44bf (diff) | |
download | lua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.tar.gz lua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.tar.bz2 lua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.zip |
Fix. load library on Lua 5.2
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/llthreads.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/msvc/llthreads.vcproj b/msvc/llthreads.vcproj index 7b2a0e2..6f6c5bd 100644 --- a/msvc/llthreads.vcproj +++ b/msvc/llthreads.vcproj | |||
@@ -41,7 +41,7 @@ | |||
41 | <Tool | 41 | <Tool |
42 | Name="VCCLCompilerTool" | 42 | Name="VCCLCompilerTool" |
43 | Optimization="0" | 43 | Optimization="0" |
44 | AdditionalIncludeDirectories="$(LUA_DIR)\include" | 44 | AdditionalIncludeDirectories="$(LUA_DIR_5_2)\include" |
45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" | 45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" |
46 | MinimalRebuild="true" | 46 | MinimalRebuild="true" |
47 | BasicRuntimeChecks="3" | 47 | BasicRuntimeChecks="3" |
@@ -62,9 +62,9 @@ | |||
62 | <Tool | 62 | <Tool |
63 | Name="VCLinkerTool" | 63 | Name="VCLinkerTool" |
64 | AdditionalOptions="/EXPORT:luaopen_llthreads" | 64 | AdditionalOptions="/EXPORT:luaopen_llthreads" |
65 | AdditionalDependencies="lua5.1.lib" | 65 | AdditionalDependencies="lua52.lib" |
66 | LinkIncremental="2" | 66 | LinkIncremental="2" |
67 | AdditionalLibraryDirectories="$(LUA_DIR)\lib" | 67 | AdditionalLibraryDirectories="$(LUA_DIR_5_2)\lib" |
68 | GenerateDebugInformation="true" | 68 | GenerateDebugInformation="true" |
69 | SubSystem="2" | 69 | SubSystem="2" |
70 | TargetMachine="1" | 70 | TargetMachine="1" |
@@ -118,7 +118,7 @@ | |||
118 | Name="VCCLCompilerTool" | 118 | Name="VCCLCompilerTool" |
119 | Optimization="2" | 119 | Optimization="2" |
120 | EnableIntrinsicFunctions="true" | 120 | EnableIntrinsicFunctions="true" |
121 | AdditionalIncludeDirectories="$(LUA_DIR)\include" | 121 | AdditionalIncludeDirectories="$(LUA_DIR_5_2)\include" |
122 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" | 122 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LLTHREADS_EXPORTS" |
123 | RuntimeLibrary="2" | 123 | RuntimeLibrary="2" |
124 | EnableFunctionLevelLinking="true" | 124 | EnableFunctionLevelLinking="true" |
@@ -137,9 +137,9 @@ | |||
137 | /> | 137 | /> |
138 | <Tool | 138 | <Tool |
139 | Name="VCLinkerTool" | 139 | Name="VCLinkerTool" |
140 | AdditionalDependencies="lua5.1.lib" | 140 | AdditionalDependencies="lua52.lib" |
141 | LinkIncremental="1" | 141 | LinkIncremental="1" |
142 | AdditionalLibraryDirectories="$(LUA_DIR)\lib" | 142 | AdditionalLibraryDirectories="$(LUA_DIR_5_2)\lib" |
143 | GenerateDebugInformation="true" | 143 | GenerateDebugInformation="true" |
144 | SubSystem="2" | 144 | SubSystem="2" |
145 | OptimizeReferences="2" | 145 | OptimizeReferences="2" |