diff options
author | Johannes Schickel | 2011-05-06 10:57:11 -0700 |
---|---|---|
committer | Johannes Schickel | 2011-05-06 10:57:11 -0700 |
commit | cf43b51f679bd0518520c4bc8f8111a28eb3af05 (patch) | |
tree | 765350aef1344647ff78b79dae82021d00745fd2 /configure | |
parent | 6fb232b9ff72cccf15df5faf5e1191b50957fec2 (diff) | |
parent | d41c32d363e985f4d5b64795bbccebe976bdd5c4 (diff) | |
download | scummvm-rg350-cf43b51f679bd0518520c4bc8f8111a28eb3af05.tar.gz scummvm-rg350-cf43b51f679bd0518520c4bc8f8111a28eb3af05.tar.bz2 scummvm-rg350-cf43b51f679bd0518520c4bc8f8111a28eb3af05.zip |
Merge pull request #31 from lordhoto/win-res
Embed engine/theme dists files into Win Executable.
Check the following link for further discussion:
https://github.com/scummvm/scummvm/pull/31
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1639,7 +1639,7 @@ case $_host_os in mingw*) DEFINES="$DEFINES -DWIN32 -D__USE_MINGW_ANSI_STDIO=0" LIBS="$LIBS -lmingw32 -lwinmm" - OBJS="$OBJS scummvmico.o" + OBJS="$OBJS scummvmwinres.o" add_line_to_config_mk 'WIN32 = 1' ;; mint*) |