Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-01-02 03:16:36 +0300
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-01-02 03:16:36 +0300
commite79dce48d609ff7baa49ad6730a21a056298cc3a (patch)
tree6392d4f5a6a965987a24f5b764d19657232e3661 /src/filters/misc/SyncClock
parent4cf09636c3e3670a69d03cdf06e936091238e9d9 (diff)
Fix compile error
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1466 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/misc/SyncClock')
-rw-r--r--src/filters/misc/SyncClock/SyncClock.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/misc/SyncClock/SyncClock.vcproj b/src/filters/misc/SyncClock/SyncClock.vcproj
index dfe5a75b4..69f67a73a 100644
--- a/src/filters/misc/SyncClock/SyncClock.vcproj
+++ b/src/filters/misc/SyncClock/SyncClock.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="SyncClock"
ProjectGUID="{0B63409D-674D-47F8-A84E-87DBB7783189}"
RootNamespace="Metronome"
@@ -193,7 +193,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
- AdditionalIncludeDirectories="..\..\..\..\include"
+ AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL"
StringPooling="true"
RuntimeLibrary="0"