|
18 | 18 | <Configurations> |
19 | 19 | <Configuration |
20 | 20 | Name="Debug|Win32" |
21 | | - OutputDirectory="../../" |
22 | | - IntermediateDirectory="../obj/lua5.1c_dll/Debug" |
| 21 | + OutputDirectory="..\x86\$(ConfigurationName)Client" |
| 22 | + IntermediateDirectory="..\x86\$(ConfigurationName)Client" |
23 | 23 | ConfigurationType="2" |
24 | 24 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
25 | 25 | CharacterSet="2" |
|
73 | 73 | AdditionalLibraryDirectories="" |
74 | 74 | ModuleDefinitionFile="" |
75 | 75 | GenerateDebugInformation="true" |
76 | | - ProgramDatabaseFile="$(OutDir)/lua5.1c.pdb" |
| 76 | + ProgramDatabaseFile="$(IntDir)\lua5.1c_d.pdb" |
77 | 77 | SubSystem="2" |
78 | 78 | RandomizedBaseAddress="1" |
79 | 79 | DataExecutionPrevention="0" |
80 | | - ImportLibrary="../lib/lua5.1c_dll/lua5.1c_d.lib" |
| 80 | + ImportLibrary="$(OutDir)\lua5.1c_d.lib" |
81 | 81 | TargetMachine="1" |
82 | 82 | /> |
83 | 83 | <Tool |
|
105 | 105 | </Configuration> |
106 | 106 | <Configuration |
107 | 107 | Name="Release|Win32" |
108 | | - OutputDirectory="../../" |
109 | | - IntermediateDirectory="../obj/lua5.1c_dll/Release" |
| 108 | + OutputDirectory="..\x86\$(ConfigurationName)Client" |
| 109 | + IntermediateDirectory="..\x86\$(ConfigurationName)Client" |
110 | 110 | ConfigurationType="2" |
111 | 111 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
112 | 112 | CharacterSet="2" |
|
159 | 159 | ModuleDefinitionFile="" |
160 | 160 | GenerateDebugInformation="true" |
161 | 161 | ProgramDatabaseFile="../../../symbols/$(ConfigurationName)_$(SafeInputName).pdb" |
162 | | - GenerateMapFile="true" |
163 | | - MapFileName="../../../symbols/$(ConfigurationName)_$(SafeInputName).map" |
164 | | - MapExports="true" |
| 162 | + MapFileName="" |
165 | 163 | SubSystem="2" |
166 | 164 | OptimizeReferences="2" |
167 | 165 | EnableCOMDATFolding="2" |
168 | 166 | RandomizedBaseAddress="1" |
169 | 167 | DataExecutionPrevention="0" |
170 | | - ImportLibrary="../lib/lua5.1c_dll/lua5.1c.lib" |
| 168 | + ImportLibrary="$(OutDir)\lua5.1c.lib" |
171 | 169 | TargetMachine="1" |
172 | 170 | /> |
173 | 171 | <Tool |
|
195 | 193 | </Configuration> |
196 | 194 | <Configuration |
197 | 195 | Name="Nightly|Win32" |
198 | | - OutputDirectory="../../" |
199 | | - IntermediateDirectory="..\..\..\obj\vendor\lua51c_dll" |
| 196 | + OutputDirectory="..\x86\$(ConfigurationName)Client" |
| 197 | + IntermediateDirectory="..\..\..\obj\x86\$(ConfigurationName)\vendor\$(SafeRootNamespace)" |
200 | 198 | ConfigurationType="2" |
201 | 199 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
202 | 200 | CharacterSet="2" |
|
248 | 246 | ModuleDefinitionFile="" |
249 | 247 | GenerateDebugInformation="true" |
250 | 248 | ProgramDatabaseFile="../../../symbols/$(ConfigurationName)_$(SafeInputName).pdb" |
251 | | - GenerateMapFile="true" |
252 | | - MapFileName="../../../symbols/$(ConfigurationName)_$(SafeInputName).map" |
253 | | - MapExports="true" |
| 249 | + MapFileName="" |
254 | 250 | SubSystem="2" |
255 | 251 | OptimizeReferences="2" |
256 | 252 | EnableCOMDATFolding="2" |
257 | 253 | RandomizedBaseAddress="1" |
258 | 254 | DataExecutionPrevention="0" |
259 | | - ImportLibrary="../lib/lua5.1c_dll/lua5.1c.lib" |
| 255 | + ImportLibrary="$(OutDir)\lua5.1c.lib" |
260 | 256 | TargetMachine="1" |
261 | 257 | /> |
262 | 258 | <Tool |
|
0 commit comments