From 396c12ee73193f4ac3665ecac2f634fc0b046697 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 16:46:21 +0000 Subject: Fixes for unsafe string handling, variable scoping errors. --- nGenEx/nGenEx.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nGenEx/nGenEx.vcxproj') diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj index 7f5f315..697eb8e 100644 --- a/nGenEx/nGenEx.vcxproj +++ b/nGenEx/nGenEx.vcxproj @@ -50,10 +50,15 @@ .\Debug\ .\Debug\ + ..\oggvorbis\include;$(DXSDK_DIR)\include;$(IncludePath) .\Release\ .\Release\ + $(DXSDK_DIR)\include;$(IncludePath) + + + $(DXSDK_DIR)\include;$(IncludePath) -- cgit v1.1