Mercurial > mercurial > hgweb_searcher2.cgi
changeset 6:3e756069f215
change Makfile (static link gcc).
author | pyon@macmini |
---|---|
date | Sat, 16 Apr 2011 09:59:09 +0900 |
parents | 0f566397974e |
children | c6099901f666 |
files | makefile |
diffstat | 1 files changed, 2 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Wed Apr 13 18:30:41 2011 +0900 +++ b/makefile Sat Apr 16 09:59:09 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 07-Apr-2011. +# Last Change: 16-Apr-2011. # by Takayuki Mutoh # @@ -51,23 +51,6 @@ else # for Apple MacOSX -# 2.9 -#CPPFLAGS = -I/opt/local/lib/wx-devel/wx/include/osx_carbon-unicode-release-2.9 \ -# -I/opt/local/include/wx-devel/wx-2.9 \ -# -I./include \ -# -D_FILE_OFFSET_BITS=64 \ -# -DWXUSINGDLL \ -# -D__WXOSX__ \ -# -D__WXOSX_CARBON__ -#LIBS = -framework IOKit \ -# -framework Carbon \ -# -framework Cocoa \ -# -framework System \ -# -framework QuickTime \ -# -framework OpenGL \ -# -framework AudioToolbox \ -# -lwx_osx_carbonu-2.9 \ -# -L/opt/local/lib/wx-devel # 2.8 WXCPPFLAGS = -I/opt/local/lib/wx/include/mac-unicode-release-2.8 \ -I/opt/local/include/wx-2.8 \ @@ -102,7 +85,7 @@ # user include CPPFLAGS = $(WXCPPFLAGS) -I./include -I./img # user lib -LIBS = $(WXLIBS) +LIBS = -static-libgcc $(WXLIBS) ### Targets: ###