Skip to content

Commit

Permalink
Updated paths for new include locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Feb 20, 2004
1 parent 175cd71 commit 805e78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win32/musicbrainz.vcproj
Expand Up @@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\osdep,..,..\expat\xmlparse,..\expat\xmltok,..\lib,..\lib\bitzi"
AdditionalIncludeDirectories="..\osdep,..,..\expat\xmlparse,..\expat\xmltok,..\include\musicbrainz,..\lib"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;MB_CLIENT_EXPORTS;NOMINMAX"
StringPooling="TRUE"
RuntimeLibrary="0"
Expand Down Expand Up @@ -83,10 +83,10 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\osdep,..,..\expat\xmlparse,..\expat\xmltok,..\lib,..\lib\bitzi"
AdditionalIncludeDirectories="..\osdep,..,..\expat\xmlparse,..\expat\xmltok,..\include\musicbrainz,..\lib"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;MB_CLIENT_EXPORTS;NOMINMAX"
BasicRuntimeChecks="3"
RuntimeLibrary="0"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/musicbrainz.pch"
AssemblerListingLocation=".\Debug/"
Expand Down

0 comments on commit 805e78c

Please sign in to comment.