X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/498368e9e4e86ddc49124000973964097d5d8902..3d97f1823ae1bc09fe0d8b8a7bd0c3894bc6e81d:/build/bakefiles/common.bkl
diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index 99fd3ae4b0..3ba7c9369c 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -41,7 +41,12 @@
_$(COMPILERORGCC)
-
+
+
+
+ _$(VENDOR)
+
+
d
@@ -69,6 +74,20 @@
wx$(PORTNAME)$(WXUNIVNAME)$(WXVER_MAJOR)$(WXVER_MINOR)
+
+ wx$(WXVER_MAJOR)$(WXVER_MINOR)
+ $(WXNAMEPREFIX)
+
+
+
+ wx$(PORTNAME)$(WXUNIVNAME)$(WXVER_MAJOR)$(WXVER_MINOR)
+
+ $(WXNAMEPREFIXGUI)
+
+
+
+ $(WXVERSIONTAG)
+
$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)-$(WXVER_MAJOR).$(WXVER_MINOR)
@@ -95,13 +114,28 @@
-
+
+
+
+
+ dll
+
+
+ $(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
+
+ objs_$(COMPILER)_$(CFG_NAME_PART)
+ $(OBJS)
+
+
$(top_builddir)lib
- $(TOP_SRCDIR)lib$(DIRSEP)$(COMPILER)
+
+ $(TOP_SRCDIR)lib$(DIRSEP)$(COMPILER)_$(CFG_NAME_PART)
+
+
@@ -115,6 +149,13 @@
off
speed
+
+
+ __WXDEBUG__
+
+
+ wxUSE_UNICODE=1
+
setup.h
@@ -123,7 +164,8 @@
$(DEBUGFLAG)
$(OPTIMIZEFLAG)
- multi
+ multi
+ dynamic
@@ -152,6 +194,8 @@
$(wxwin.mk_wxid(id))
__WX$(TOOLKIT)__
$(WXUNIV_DEFINE)
+ $(DEBUG_DEFINE)
+ $(UNICODE_DEFINE)
$(TOP_SRCDIR)include
$(LIBDIRNAME)
$(LIBDIRNAME)
@@ -164,7 +208,6 @@
- $(EXTRALIBS)
$(LIB_TIFF)
$(LIB_JPEG)
@@ -172,6 +215,15 @@
$(LIB_ZLIB)
$(LIB_ODBC)
$(LIB_REGEX)
+
+ $(EXTRALIBS)
+
+
+
+
+ import32
+
+
@@ -190,7 +242,14 @@
-
+
+ wxtiff
+ wxjpeg
+ wxpng
+ wxzlib
+ wxodbc
+ wxregex
+