Skip to content

Commit c1d3b11

Browse files
committed
Placed vendor intermediate files into a special dir for nightly builds
1 parent 374b15c commit c1d3b11

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

mak.vs2008/lua5.1_dll.vcproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,14 @@
194194
<Configuration
195195
Name="Nightly|Win32"
196196
OutputDirectory="../../"
197-
IntermediateDirectory="$(ConfigurationName)"
197+
IntermediateDirectory="..\..\..\obj\vendor\lua51_dll"
198198
ConfigurationType="2"
199199
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
200200
CharacterSet="2"
201201
>
202202
<Tool
203203
Name="VCPreBuildEventTool"
204+
CommandLine="if exist &quot;..\obj&quot; (rmdir /s/q &quot;..\obj&quot;)"
204205
/>
205206
<Tool
206207
Name="VCCustomBuildTool"
@@ -222,7 +223,6 @@
222223
RuntimeLibrary="2"
223224
EnableFunctionLevelLinking="true"
224225
RuntimeTypeInfo="true"
225-
UsePrecompiledHeader="0"
226226
WarningLevel="3"
227227
DebugInformationFormat="3"
228228
CompileAs="1"

mak.vs2008/lua5.1_lib.vcproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<Configuration
162162
Name="Nightly|Win32"
163163
OutputDirectory="$(ConfigurationName)"
164-
IntermediateDirectory="$(ConfigurationName)"
164+
IntermediateDirectory="..\..\..\obj\vendor\lua51_lib"
165165
ConfigurationType="4"
166166
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
167167
CharacterSet="2"
@@ -193,7 +193,6 @@
193193
EnableFunctionLevelLinking="true"
194194
EnableEnhancedInstructionSet="0"
195195
RuntimeTypeInfo="true"
196-
UsePrecompiledHeader="0"
197196
WarningLevel="3"
198197
DebugInformationFormat="0"
199198
CompileAs="1"

0 commit comments

Comments
 (0)