X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52a5a0098a892c9568d2c3daaa99d83bc7d5e737..a87bf37838e09fb4634a887cc8a6055104b49a01:/build/bakefiles/common.bkl diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index fc89321e42..1265f4fc8e 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -2,6 +2,8 @@ + + @@ -10,16 +12,19 @@ - + + - + $(wxwin.getVersionMajor()) $(wxwin.getVersionMinor()) $(wxwin.getVersionRelease()) - $(WXVER_MAJOR).$(WXVER_MINOR).$(WXVER_RELEASE) + + $(WXVER_MAJOR).$(WXVER_MINOR).$(WXVER_RELEASE) + $(int(int(WXVER_MINOR) % 2 == 0)) @@ -65,7 +70,8 @@ d - u + + u $(WXUNICODEFLAG)$(WXDEBUGFLAG) @@ -132,7 +138,9 @@ $(mk.evalExpr(wxwin.mkLibName('xml'))) - $(mk.evalExpr(wxwin.mkLibName('odbc'))) + + $(mk.evalExpr(wxwin.mkLibName('odbc'))) + $(mk.evalExpr(wxwin.mkLibName('dbgrid'))) @@ -147,6 +155,9 @@ + + _$(CPU) + @@ -155,16 +166,34 @@ $(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) - $(COMPILER)_$(CFG_NAME_PART) + + + $(COMPILER)_$(CFG_NAME_PART)$(DIR_SUFFIX_CPU) + + + build_cbx_$(CFG_NAME_PART) + + $(OBJS) $(top_builddir)lib - - $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)_$(CFG_NAME_PART) + + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_lib$(CFG) + + + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_dll$(CFG) + + + + $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) + + + @@ -186,13 +215,22 @@ off speed + + on + off + __WXDEBUG__ __WXDEBUG__ + + + __NO_VC_CRTDBG__ + __NO_VC_CRTDBG__ + - wxUSE_UNICODE=1 + _UNICODE @@ -205,9 +243,12 @@ $(OPTIMIZEFLAG) multi $(RUNTIME_LIBS) + $(EXCEPTIONSFLAG) + $(EXCEPTIONSFLAG) $(EXTRACFLAGS) + $(NO_VC_CRTDBG) + + + + + $(FORMAT in ['msvc6prj','msevc4prj']) + + + + + $(addPrefixToList('include\', wxwin.headersOnly(value))) + + + + + + + wx/msw/wince/setup.h + wince\setup.h + wince_setup_h + + + wx/msw/setup.h + setup.h + setup_h + + + + include\wx\msw\$(vc_setup_h) + + +Creating $(SETUPHDIR)\wx\setup.h +InputPath=..\include\wx\msw\$(vc_setup_h) + +"$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" +$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h + + + + @@ -240,7 +323,7 @@ - + @@ -277,11 +356,18 @@ $(UNICOWS_LIB) - - import32 + ole2w32 - + + ole32 + oleaut32 + uuid + commctrl + winsock + wininet + + kernel32 user32 gdi32 @@ -290,7 +376,6 @@ winmm shell32 comctl32 - odbc32 ole32 oleaut32 uuid @@ -298,32 +383,14 @@ advapi32 wsock32 - - - - - - - $(addPrefixToList('include\', wxwin.headersOnly(value))) - - - - - - - wx/msw/setup.h - - include\wx\msw\setup.h - - -Creating $(LIBDIRNAME)\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"$(LIBDIRNAME)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" -$(TAB)copy "$(DOLLAR)(InputPath)" $(LIBDIRNAME)\wx\setup.h - + + oleacc + + + odbc32 + - + @@ -366,7 +433,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(LIBDIRNAME)\wx\setup.h - + Common Sources:src/common/* MSW Sources:src/msw/* Generic Sources:src/generic/* @@ -398,27 +465,41 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(LIBDIRNAME)\wx\setup.h wxodbc wxregex + + -