summaryrefslogtreecommitdiffhomepage
path: root/nGenEx
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-08 21:14:46 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-08 21:14:46 +0000
commitef83cdced6bc0fd4ee94f03237ad0201ef012a6b (patch)
tree4497800ab32a424ebcdb33d478d0097f3e9d79ab /nGenEx
parent9651fc998683bb2277b3f739f6797abc83fbcb2c (diff)
downloadstarshatter-ef83cdced6bc0fd4ee94f03237ad0201ef012a6b.zip
starshatter-ef83cdced6bc0fd4ee94f03237ad0201ef012a6b.tar.gz
starshatter-ef83cdced6bc0fd4ee94f03237ad0201ef012a6b.tar.bz2
Various things needed to compile the normal executable.
Do note that it is possible to compile Starshatter.exe now.
Diffstat (limited to 'nGenEx')
-rw-r--r--nGenEx/nGenEx.vcxproj2
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>