Skip to content

Commit b106b05

Browse files
author
ijsf@gmx-topmail.de
committed
Updated post build events.
Fixed libpng precompiled header error.
1 parent 6e912be commit b106b05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mak.vs2008/lua5.1_dll.vcproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
Name="VCCLCompilerTool"
4444
Optimization="0"
4545
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
46-
PreprocessorDefinitions="FORCE_BUILD=1"
46+
PreprocessorDefinitions="FORCE_BUILD=2"
4747
MinimalRebuild="true"
4848
BasicRuntimeChecks="3"
4949
RuntimeLibrary="3"
@@ -100,7 +100,7 @@
100100
/>
101101
<Tool
102102
Name="VCPostBuildEventTool"
103-
CommandLine="xcopy /y ..\..\lua5.1d.dll &quot;C:\Program Files\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\..\lua5.1d.dll &quot;..\..\..\MTA10_Server\output\mods\deathmatch\&quot;"
103+
CommandLine="xcopy /y ..\lib\lua5.1d.dll &quot;C:\Program Files\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\lib\lua5.1d.dll &quot;..\..\..\MTA10_Server\output\mods\deathmatch\&quot;"
104104
/>
105105
</Configuration>
106106
<Configuration
@@ -130,7 +130,7 @@
130130
Name="VCCLCompilerTool"
131131
Optimization="3"
132132
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
133-
PreprocessorDefinitions="FORCE_BUILD=1"
133+
PreprocessorDefinitions="FORCE_BUILD=2"
134134
StringPooling="true"
135135
RuntimeLibrary="2"
136136
EnableFunctionLevelLinking="true"
@@ -187,7 +187,7 @@
187187
/>
188188
<Tool
189189
Name="VCPostBuildEventTool"
190-
CommandLine="xcopy /y ..\..\lua5.1.dll &quot;C:\Program Files\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\..\lua5.1.dll &quot;..\..\..\MTA10_Server\output\mods\deathmatch\&quot;"
190+
CommandLine="xcopy /y ..\lib\lua5.1.dll &quot;C:\Program Files\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\lib\lua5.1.dll &quot;..\..\..\MTA10_Server\output\mods\deathmatch\&quot;"
191191
/>
192192
</Configuration>
193193
<Configuration
@@ -217,7 +217,7 @@
217217
Name="VCCLCompilerTool"
218218
Optimization="3"
219219
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
220-
PreprocessorDefinitions="FORCE_BUILD=1"
220+
PreprocessorDefinitions="FORCE_BUILD=2"
221221
StringPooling="true"
222222
RuntimeLibrary="2"
223223
EnableFunctionLevelLinking="true"
@@ -274,7 +274,7 @@
274274
/>
275275
<Tool
276276
Name="VCPostBuildEventTool"
277-
CommandLine="xcopy /y ..\..\lua5.1.dll &quot;..\..\..\output\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\..\lua5.1.dll &quot;..\..\..\output\server\mods\deathmatch\&quot;"
277+
CommandLine="xcopy /y ..\lib\lua5.1.dll &quot;..\..\..\output\MTA San Andreas\mods\deathmatch\&quot; &amp;&amp; xcopy /y ..\lib\lua5.1.dll &quot;..\..\..\output\server\mods\deathmatch\&quot;"
278278
/>
279279
</Configuration>
280280
</Configurations>

0 commit comments

Comments
 (0)