aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Teirney <david@teirney.net>2011-09-04 01:15:56 +1200
committerDavid Teirney <david@teirney.net>2011-09-04 18:24:19 +1200
commitb396e4b1ec1d04320552d4bee09cefa0ff460a09 (patch)
treea89c0d0c555eac45255c16075cc8d8604e166cee /lib
parentbb1417b344289f547b5a64a5226bc0efdfe7b769 (diff)
Update one of the other Microsoft Visual Studio files to remove an include location that doesn't appear to exist.
Diffstat (limited to 'lib')
-rw-r--r--lib/cmyth/Win32/libcmyth.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmyth/Win32/libcmyth.vcproj b/lib/cmyth/Win32/libcmyth.vcproj
index c7cc066e73..55cf9af0ed 100644
--- a/lib/cmyth/Win32/libcmyth.vcproj
+++ b/lib/cmyth/Win32/libcmyth.vcproj
@@ -42,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth;../../../win32"
+ AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth"
PreprocessorDefinitions="WIN32;DEBUG;_LIB;inline=__inline; _CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -120,7 +120,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth;../../../win32"
+ AdditionalIncludeDirectories="..;../include;include;../librefmem;../libcmyth"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;inline=__inline; _CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"