Added gtk-config to build.cfg
some minor tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,7 +41,7 @@ else:
|
||||
OTHERINSTALLTARGETS = 'installLib installDemo installHelpers '
|
||||
OTHERUNINSTALLTARGETS = 'uninstallLib uninstallDemo uninstallHelpers '
|
||||
|
||||
#OTHERLFLAGS = '-L. '
|
||||
OTHERCFLAGS = '`gtk-config --cflags`'
|
||||
OTHERRULES = """
|
||||
HELPERLIBNAME = lib$(HELPERLIB).$(MAJVER)$(SO).$(BLDVER).0.0
|
||||
helperlib: $(HELPERLIBNAME)
|
||||
@@ -101,12 +101,12 @@ installDemo:
|
||||
cp ../demo/data/*.txt $(TARGETDIR)/demo/data; \\
|
||||
cp ../demo/data/*.i $(TARGETDIR)/demo/data; \\
|
||||
cp ../demo/data/*.h $(TARGETDIR)/demo/data; \\
|
||||
echo "(1,0)" > $(TARGETDIR)/demo/data/showTips; \\
|
||||
chmod 666 $(TARGETDIR)/demo/data/showTips; \\
|
||||
$(EXECPREFIX)/bin/python $(PYLIB)/compileall.py $(TARGETDIR)/demo;\\
|
||||
$(EXECPREFIX)/bin/python -O $(PYLIB)/compileall.py $(TARGETDIR)/demo;
|
||||
|
||||
|
||||
|
||||
|
||||
uninstallLib:
|
||||
rm -rf $(TARGETDIR)/lib;
|
||||
|
||||
|
@@ -134,7 +134,7 @@ static char* wxStringErrorMsg = "string type is required for parameter";
|
||||
return retval;
|
||||
}
|
||||
|
||||
#if 0 // we want to use the definition from the header, no the
|
||||
#if 0 // we want to use the definition from the header, not the
|
||||
// one SWIG will generate.
|
||||
extern wxAcceleratorTable wxNullAcceleratorTable;
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
//#include <gdk/gdkx.h>
|
||||
//#include <gtk/gtkwindow.h>
|
||||
|
||||
extern GtkWidget *wxRootWindow;
|
||||
//extern GtkWidget *wxRootWindow;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user