diff options
Diffstat (limited to 'nGenEx/nGenEx.vcxproj')
-rw-r--r-- | nGenEx/nGenEx.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj index 697eb8e..e22f00d 100644 --- a/nGenEx/nGenEx.vcxproj +++ b/nGenEx/nGenEx.vcxproj @@ -55,7 +55,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>.\Release\</OutDir>
<IntDir>.\Release\</IntDir>
- <IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
+ <IncludePath>..\oggvorbis\include;$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
<IncludePath>$(DXSDK_DIR)\include;$(IncludePath)</IncludePath>
|