We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6426a66 commit fb3f0d6Copy full SHA for fb3f0d6
MUSHclient.vcproj
@@ -49,6 +49,7 @@
49
<Tool
50
Name="VCCLCompilerTool"
51
Optimization="0"
52
+ AdditionalIncludeDirectories=""$(SolutionDir)""
53
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;LUA51"
54
MinimalRebuild="true"
55
RuntimeLibrary="1"
@@ -146,6 +147,7 @@
146
147
148
Optimization="2"
149
InlineFunctionExpansion="1"
150
151
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51"
152
StringPooling="true"
153
RuntimeLibrary="0"
@@ -3392,6 +3394,10 @@
3392
3394
/>
3393
3395
</FileConfiguration>
3396
</File>
3397
+ <File
3398
+ RelativePath=".\zlib\zlib.h"
3399
+ >
3400
+ </File>
3401
<File
3402
RelativePath="zlib\zutil.c"
3403
>
0 commit comments