aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-06-27 22:53:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-06-27 22:53:59 -0400
commitdef3782025457fe3ed04be34f93d34dd82b99454 (patch)
treeca1b418200c8758f01e7eb97d97649dc9c188859
parent8de9423a384e5758fc98edd78308a93980801f03 (diff)
downloadtextadept-def3782025457fe3ed04be34f93d34dd82b99454.tar.gz
textadept-def3782025457fe3ed04be34f93d34dd82b99454.zip
WIN32 compiles with latest Mingw32; src/Makefile
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c1839a5d..7101a266 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -22,7 +22,7 @@ WINDRES =
# Win32 (WIN32=1)
ifdef WIN32
CC = i486-mingw32-gcc -mms-bitfields
-CPP = i486-mingw32-g++ -mms-bitfields -mwindows
+CPP = i486-mingw32-g++ -mms-bitfields -mwindows -static-libgcc -static-libstdc++
PKG_CONFIG = pkg-config --define-variable=prefix=win32gtk
PKG_CONFIG_PATH = $(shell pwd)/win32gtk/lib/pkgconfig
PLAT_FLAGS = -DGTK -D__WIN32__