2008-07-10 17:34:39 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-07-12 09:43:38 +00:00
|
|
|
# See COMPILE-linux.txt for instructions
|
2008-07-10 17:34:39 +00:00
|
|
|
|
|
|
|
make || exit 1
|
|
|
|
|
2008-07-13 13:46:45 +00:00
|
|
|
gdc -Wall -g -fversion=Posix -o openmw openmw.d core/*.d ogre/*.d nif/*.d util/*.d bsa/*.d monster/util/*.d input/*.d sound/*.d scene/*.d esm/*.d cpp_ogre.o cpp_avcodec.o -lopenal -lm -lOgreMain -lOIS -lavcodec -lavformat -lstdc++
|
2008-07-10 17:34:39 +00:00
|
|
|
|
2008-07-13 13:46:45 +00:00
|
|
|
gdc -Wall -g -fversion=Posix -o esmtool esmtool.d core/*.d ogre/*.d nif/*.d util/*.d bsa/*.d monster/util/*.d input/*.d sound/*.d scene/*.d esm/*.d cpp_ogre.o cpp_avcodec.o -lopenal -lm -lOgreMain -lOIS -lavcodec -lavformat -lstdc++
|