From e8cc0fbacaa755af4eafc02e6561f135c908c914 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Tue, 13 Nov 2018 23:01:39 +0000 Subject: WIN32: Move the Windows-specific packaging rules into a separate file --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 0fbc5a1b19..b888e4745f 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3