remove leftover files from last commit

This commit is contained in:
Antony Riakiotakis 2012-04-24 16:23:47 +00:00
parent 4e6590067d
commit 791933b9a7

@ -1,13 +0,0 @@
Index: SConscript
===================================================================
--- SConscript (revision 45919)
+++ SConscript (working copy)
@@ -11,7 +11,7 @@
defs += ' WIN32 NDEBUG _WINDOWS'
#cflags += ['/MT', '/W3', '/GX', '/O2', '/Op']
cflags += ['/MT', '/W3', '/GX', '/Og', '/Ot', '/Ob1', '/Op', '/G6', '/O3', '/EHcs']
-elif env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'):
+elif env['OURPLATFORM'] in ('win32-mingw', 'linuxcross', 'win64-mingw'):
defs += ' NDEBUG'
cflags += ['-O2']
elif env['OURPLATFORM'] in ('linux', 'freebsd4', 'freebsd5'):