X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/710526dea59c13462ada8e31abe31bb5a0ef3806..41084d1604d44753119fdadfc0ded792f03eda18:/build/bakefiles/wx.bkl
diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl
index 4e5c017713..1265e4dc77 100644
--- a/build/bakefiles/wx.bkl
+++ b/build/bakefiles/wx.bkl
@@ -24,7 +24,7 @@
-
+
$(MSVC6PRJ_MERGED_TARGETS_MULTILIB)
$(MSVC6PRJ_MERGED_TARGETS_MONOLIB)
@@ -61,20 +61,20 @@
xmllib
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) all ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) all ; fi)
clean
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) clean ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) clean ; fi)
install
wxrc
- (if test -d utils/wxrc ; then cd utils/wxrc && $(DOLLAR)(MAKE) install ; fi)
+ (if test -f utils/wxrc/Makefile ; then cd utils/wxrc && $(DOLLAR)(MAKE) install ; fi)
@@ -87,7 +87,7 @@
$(SRCDIR)/build/bakefiles/wxpresets/presets
- wx.bkl wx_unix.bkl wx_win32.bkl
+ wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl
$(DATADIR)/bakefile/presets
@@ -101,10 +101,18 @@
+
+
+ $(DYLIB_RPATH_INSTALL)
+
+
+
msw/rcdefs.h
-
+
+
+
$(BUILDDIR)/lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx
@@ -114,15 +122,17 @@
$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
-
+
-
+
+
$(SRCDIR)/include
$(ALL_HEADERS)
$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
-
+
@@ -141,7 +151,7 @@
it
$(LOCALEDIR)
-
+
lib/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).r
@@ -167,8 +177,8 @@
-
-
+
+
$(LIBDIRNAME)
@@ -198,7 +208,6 @@
$(SRCDIR)/include/wx/$(SETUP_H_SUBDIR)/setup.h
$(SETUPHDIR)/wx/setup.h
-
@@ -221,7 +230,7 @@
$(SRCDIR)/include/wx/msw/genrcdefs.h
- $(DOLLAR)(CPP) "$(SRCDIR)\include\wx\msw\genrcdefs.h" > "$(SETUPHDIR)\wx\msw\rcdefs.h"
+ $(DOLLAR)(CPP) "$(nativePaths(SRCDIR))\include\wx\msw\genrcdefs.h" > "$(SETUPHDIR)\wx\msw\rcdefs.h"