Skip to content

Commit fb3f0d6

Browse files
author
Jonathan Castello
committed
Added the solution directory to the include path for the VS2005 project file.
1 parent 6426a66 commit fb3f0d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MUSHclient.vcproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<Tool
5050
Name="VCCLCompilerTool"
5151
Optimization="0"
52+
AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;"
5253
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;LUA51"
5354
MinimalRebuild="true"
5455
RuntimeLibrary="1"
@@ -146,6 +147,7 @@
146147
Name="VCCLCompilerTool"
147148
Optimization="2"
148149
InlineFunctionExpansion="1"
150+
AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;"
149151
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51"
150152
StringPooling="true"
151153
RuntimeLibrary="0"
@@ -3392,6 +3394,10 @@
33923394
/>
33933395
</FileConfiguration>
33943396
</File>
3397+
<File
3398+
RelativePath=".\zlib\zlib.h"
3399+
>
3400+
</File>
33953401
<File
33963402
RelativePath="zlib\zutil.c"
33973403
>

0 commit comments

Comments
 (0)