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:
Sylae Corell
2012-02-25 03:57:36 +00:00
parent c8200e94ac
commit 159306424f
14 changed files with 521 additions and 34 deletions

View File

@@ -113,27 +113,27 @@ ACCELERATORS_1 ACCELERATORS
"^N", 4, ASCII
}
89 CURSOR "resources/ul.cur"
90 CURSOR "resources/u.cur"
110 CURSOR "resources/d.cur"
91 CURSOR "resources/ur.cur"
99 CURSOR "resources/l.cur"
100 CURSOR "resources/c.cur"
101 CURSOR "resources/r.cur"
109 CURSOR "resources/dl.cur"
111 CURSOR "resources/dr.cur"
89 CURSOR "Resources/ul.cur"
90 CURSOR "Resources/u.cur"
110 CURSOR "Resources/d.cur"
91 CURSOR "Resources/ur.cur"
99 CURSOR "Resources/l.cur"
100 CURSOR "Resources/c.cur"
101 CURSOR "Resources/r.cur"
109 CURSOR "Resources/dl.cur"
111 CURSOR "Resources/dr.cur"
120 CURSOR "resources/sword.cur"
120 CURSOR "Resources/sword.cur"
126 CURSOR "resources/talk.cur"
126 CURSOR "Resources/talk.cur"
124 CURSOR "resources/target.cur"
124 CURSOR "Resources/target.cur"
122 CURSOR "resources/key.cur"
122 CURSOR "Resources/key.cur"
129 CURSOR "resources/look.cur"
129 CURSOR "Resources/look.cur"
10 ICON "resources/bladexil.ico"
10 ICON "Resources/BLADEXIL.ICO"