From 78229cca07a81037101e242b70d5f57a149abc11 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Tue, 22 Jul 2008 13:58:12 +0000 Subject: [PATCH] minor changes git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@32 ea6a568a-9f4f-0410-981a-c910a81bb256 --- COMPILE-linux.txt | 6 +++++- Makefile | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/COMPILE-linux.txt b/COMPILE-linux.txt index 8cd565554..4e068907a 100644 --- a/COMPILE-linux.txt +++ b/COMPILE-linux.txt @@ -77,7 +77,11 @@ http://sourceforge.net/projects/dgcc If you want to use DMD instead, it can be found at: http://digitalmars.com/d/1.0/dmd-linux.html -Note that DMD is only available on 32 bit Linux - other operating +Note that the DMD unstable branch (2.000 and up) will NOT currently +work with OpenMW. Use the stable branch (1.x) instead. The latest +version known to work is DMD 1.031, so I recommend that. + +Also note that DMD is only available on 32 bit Linux - other operating systems or architectures will have to use GDC. However GDC might be unstable on these platforms as well, even if it runs. diff --git a/Makefile b/Makefile index d9043d1a8..71f5f5551 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # Designed for GNU Make # Compiler settings -CXX?= g++ CXXFLAGS?= -Wall -g DMD=gdmd -version=Posix +#DMD=dmd -version=Posix # Some extra flags for niftool and bsatool NIFFLAGS=-debug=warnstd -debug=check -debug=statecheck -debug=strict -debug=verbose @@ -20,8 +20,7 @@ AVGCC=$(CXX) $(CXXFLAGS) $(CF_FFMPEG) # passed to the compiler, the rest are dependencies. ogre_cpp=ogre framelistener interface overlay bsaarchive -# FFmpeg files, in the form sound/cpp_X.cpp. Only the first file is -# passed to the compiler, the rest are dependencies. +# FFmpeg files, in the form sound/cpp_X.cpp. avcodec_cpp=avcodec ## No modifications should be required below this line. ##