Mercurial > mercurial > hgweb_searcher2.cgi
diff makefile @ 7:c6099901f666
fix makefile ( for MinGW ).
author | pyon@macmini |
---|---|
date | Mon, 18 Apr 2011 18:59:41 +0900 |
parents | 3e756069f215 |
children | 2221c7aa5958 |
line wrap: on
line diff
--- a/makefile Sat Apr 16 09:59:09 2011 +0900 +++ b/makefile Mon Apr 18 18:59:41 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 16-Apr-2011. +# Last Change: 18-Apr-2011. # by Takayuki Mutoh # @@ -85,7 +85,7 @@ # user include CPPFLAGS = $(WXCPPFLAGS) -I./include -I./img # user lib -LIBS = -static-libgcc $(WXLIBS) +LIBS = -static-libgcc -static-libstdc++ $(WXLIBS) ### Targets: ### @@ -128,7 +128,7 @@ $(EXECUTABLE): $(PROGNAME) ifdef COMSPEC - strip $(EXECUTABLE) + strip --strip-all $(EXECUTABLE) else -mkdir -p $(PROGNAME).app/Contents -mkdir -p $(PROGNAME).app/Contents/MacOS