diff options
author | Cameron Cawley | 2018-11-13 23:01:39 +0000 |
---|---|---|
committer | David Turner | 2018-11-15 06:56:53 +0000 |
commit | e8cc0fbacaa755af4eafc02e6561f135c908c914 (patch) | |
tree | c511efb93b1512ef3aec0e82ed0a6c05a4f022d9 /configure | |
parent | 5d25d174437d908c45c4af3bd64d35887646e72c (diff) | |
download | scummvm-rg350-e8cc0fbacaa755af4eafc02e6561f135c908c914.tar.gz scummvm-rg350-e8cc0fbacaa755af4eafc02e6561f135c908c914.tar.bz2 scummvm-rg350-e8cc0fbacaa755af4eafc02e6561f135c908c914.zip |
WIN32: Move the Windows-specific packaging rules into a separate file
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2765,6 +2765,7 @@ case $_host_os in append_var LIBS "-lmingw32 -lwinmm -lgdi32" append_var OBJS "scummvmwinres.o" add_line_to_config_mk 'WIN32 = 1' + _port_mk="backends/platform/sdl/win32/win32.mk" ;; mint*) append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE" |