X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9043a590ce434e59f7cfd3377336c0ca42e857f2..7c3f702506c52162aa913bdf26ba180c7107c705:/build/bakefiles/common.bkl
diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index 4747f48f1a..c8b45a7847 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -32,10 +32,12 @@
_$(CPU)
- _amd64
- _amd64
+ _x64
+ _x64
_ia64
_ia64
+ _x64
+ _x64
@@ -318,6 +320,8 @@
/MACHINE:X64
/MACHINE:IA64
/MACHINE:IA64
+ /MACHINE:X64
+ /MACHINE:X64
@@ -432,15 +436,31 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
-
- msw/setup.h
- univ/setup.h
-
+
+
+
+ msw/setup.h
+ univ/setup.h
+
+
+
+
+ gtk/setup.h
+ univ/setup.h
+
+
$(msvc_copy_setup_h_script % 'msw\setup.h')
+
+
+ $(msvc_copy_setup_h_script % 'gtk\setup.h')
+
+
$(msvc_copy_setup_h_script % 'univ\setup.h')
@@ -506,6 +526,11 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
$(EXTRALIBS_GUI)
+
+
+ -mms-bitfields
+
+
$(wxwin.mk_wxid(id))
__WX$(TOOLKIT)__
@@ -532,6 +557,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
-Wno-ctor-dtor-privacy
+ $(CXXFLAGS_GTK_WINDOWS_GCC)
@@ -592,12 +618,16 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
+
+ gtk-win32-2.0.lib gdk-win32-2.0.lib pangocairo-1.0.lib gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib gobject-2.0.lib gthread-2.0.lib glib-2.0.lib
+
$(LIB_TIFF)
$(LIB_JPEG)
$(LIB_PNG)
+ $(LIB_GTK)
$(EXTRALIBS_FOR_GUI)
@@ -646,11 +676,13 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
Common Sources:src/common/*
+ GTK+ Sources:src/gtk/*
MSW Sources:src/msw/*
Generic Sources:src/generic/*
wxUniv Sources:src/univ/*
wxHTML Sources:src/html/*
Setup Headers:*/setup.h
+ GTK+ Headers:*wx/gtk/*.h
MSW Headers:*wx/msw/*.h
Generic Headers:*wx/generic/*.h
wxUniv Headers:*wx/univ/*.h
@@ -684,7 +716,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
$(DYLIB_RPATH_POSTLINK)
$(WXTOPDIR)src/msw/version.rc
-
+