Added makefiles for cross-compilation to Win32 from linux systems.
-Added Makefile-Nightly-* for compilation using mingw32. amd64 makefiles currently not working due to mysteriousness in the apt repo (*) -corrected cases in BLADPCED.RC, BLADES.RC, and BLSCENED.RC so they build properly on case-sensitive systems (*) -Fixed a typecasting error in dlogtool.cpp and a random comma error in tfileio.cpp (ScenEd) -Added *_private.rc files to repo to prevent build anarchy with windres. git-svn-id: http://openexile.googlecode.com/svn/trunk@166 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -117,17 +117,17 @@ ACCELERATORS_1 ACCELERATORS
|
||||
"^Q", 4, ASCII
|
||||
}
|
||||
|
||||
120 CURSOR "resources/sword.cur"
|
||||
120 CURSOR "Resources/sword.cur"
|
||||
|
||||
|
||||
10 ICON "resources/bladexil.ico"
|
||||
10 ICON "Resources/BLADEXIL.ICO"
|
||||
|
||||
|
||||
1 WAVE "resources/snd0.wav"
|
||||
2 WAVE "resources/snd1.wav"
|
||||
4 WAVE "resources/snd3.wav"
|
||||
35 WAVE "resources/snd34.wav"
|
||||
38 WAVE "resources/snd37.wav"
|
||||
1 WAVE "Resources/snd0.wav"
|
||||
2 WAVE "Resources/snd1.wav"
|
||||
4 WAVE "Resources/snd3.wav"
|
||||
35 WAVE "Resources/snd34.wav"
|
||||
38 WAVE "Resources/snd37.wav"
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
Reference in New Issue
Block a user