From 34f650af40fb03baaac5fe06016b9645265c8124 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Jul 2012 21:15:49 +0100 Subject: Restore accidentally commented-out line. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2c310f9d5..531f5ac8e 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,7 @@ def configure(conf): if conf.options.target_windows: conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS']) -# conf.env.append_value('LINKFLAGS', '-mwindows') + conf.env.append_value('LINKFLAGS', '-mwindows') conf.options.disable_player = True conf.check(lib = 'ws2_32', uselib_store = 'WINSOCK2', msg = "Checking for library winsock2") boost_lib_suffix = '-mt' -- cgit v1.2.3