From 1fd80e40a0f974d15bd3ef3ff8f15897cf33c2aa Mon Sep 17 00:00:00 2001 From: nkorslund Date: Sun, 1 Mar 2009 10:57:45 +0000 Subject: [PATCH] Fixed windows build git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@90 ea6a568a-9f4f-0410-981a-c910a81bb256 --- build_openmw.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_openmw.bat b/build_openmw.bat index 6612a98fd..d2a62a8de 100755 --- a/build_openmw.bat +++ b/build_openmw.bat @@ -4,8 +4,8 @@ rem See COMPILE-win32.txt for instructions. echo Compiling C++ files g++ -c sound\cpp_avcodec.cpp -I.\includes\ffmpeg\ -g++ -c ogre\cpp_ogre.cpp -I.\includes\ogre\ +g++ -c ogre\cpp_ogre.cpp -I.\includes\ogre\ -I.\includes\mygui\ g++ -c bullet\cpp_bullet.cpp -I.\includes\bullet\ echo Compiling main program (openmw.exe) -gdc -g openmw.d bsa\*.d core\*.d esm\*.d input\*.d nif\*.d ogre\*.d scene\*.d sound\*.d util\*.d bullet\*.d cpp_ogre.o cpp_avcodec.o cpp_bullet.o libbulletdynamics.a libbulletcollision.a libbulletmath.a mscripts\object.d monster\monster.d monster\compiler\*.d monster\vm\*.d monster\util\*.d monster\modules\*.d avcodec-51.dll avformat-52.dll avdevice-52.dll avutil-49.dll openal32.dll ogremain_d.dll OIS_d.dll -lstdc++ -o openmw.exe +gdc -g openmw.d bsa\*.d core\*.d esm\*.d input\*.d nif\*.d ogre\*.d scene\*.d sound\*.d util\*.d bullet\*.d cpp_ogre.o cpp_avcodec.o cpp_bullet.o libbulletdynamics.a libbulletcollision.a libbulletmath.a mscripts\setup.d monster\monster.d monster\compiler\*.d monster\vm\*.d monster\util\*.d monster\modules\*.d avcodec-51.dll avformat-52.dll avdevice-52.dll avutil-49.dll openal32.dll mygui.a freetype6.dll -lole32 ogremain_d.dll OIS_d.dll -lstdc++ -o openmw.exe