From 475e058d40690803a4114f5aa9055023af6e6b4b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 6 Oct 2013 21:04:25 -0700 Subject: Make Windows cross compile again But this is broken as the utf8/utf16 conversions in windows.c are gone without glib. Signed-off-by: Dirk Hohndel --- Rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Rules.mk') diff --git a/Rules.mk b/Rules.mk index 9fa3095bb..d711ad025 100644 --- a/Rules.mk +++ b/Rules.mk @@ -144,6 +144,10 @@ create-macosx-bundle: all sign-macosx-bundle: all codesign -s "3A8CE62A483083EDEA5581A61E770EC1FA8BECE8" /Applications/$(CAPITALIZED_NAME).app/Contents/MacOS/$(NAME)-bin +$(RESFILE): packaging/windows/subsurface.rc + @$(PRETTYECHO) ' WINDRES' $< + @i686-w64-mingw32-windres -O coff -i $< -o $@ + install-cross-windows: all $(INSTALL) -d -m 755 $(WINDOWSSTAGING)/share/locale for MSG in $(WINMSGDIRS); do\ -- cgit v1.2.3-70-g09d2