Merge branch 'msvcproj-nmake-install' into 'gtk-3-24'
Cleanup Visual Studio project files a bit See merge request GNOME/gtk!4734
This commit is contained in:
@ -1963,13 +1963,14 @@ win32/config-msvc.mak
|
|||||||
win32/vs9/Makefile
|
win32/vs9/Makefile
|
||||||
win32/vs9/gtk3-version-paths.vsprops
|
win32/vs9/gtk3-version-paths.vsprops
|
||||||
win32/vs10/Makefile
|
win32/vs10/Makefile
|
||||||
win32/vs10/gtk3-version-paths.props
|
|
||||||
win32/vs11/Makefile
|
win32/vs11/Makefile
|
||||||
win32/vs12/Makefile
|
win32/vs12/Makefile
|
||||||
win32/vs14/Makefile
|
win32/vs14/Makefile
|
||||||
win32/vs15/Makefile
|
win32/vs15/Makefile
|
||||||
win32/vs16/Makefile
|
win32/vs16/Makefile
|
||||||
win32/vs17/Makefile
|
win32/vs17/Makefile
|
||||||
|
win32/vs1x-props/Makefile
|
||||||
|
win32/vs1x-props/gtk3-version-paths.props
|
||||||
gdk/Makefile
|
gdk/Makefile
|
||||||
gdk/broadway/Makefile
|
gdk/broadway/Makefile
|
||||||
gdk/x11/Makefile
|
gdk/x11/Makefile
|
||||||
|
|||||||
221
gdk/Makefile.am
221
gdk/Makefile.am
@ -1,6 +1,6 @@
|
|||||||
## Makefile.am for gtk+/gdk
|
## Makefile.am for gtk+/gdk
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
include gdk-pub-headers.mak
|
include gdk-sources.inc
|
||||||
|
|
||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
@ -62,94 +62,6 @@ LDADD = \
|
|||||||
-rpath $(libdir) \
|
-rpath $(libdir) \
|
||||||
$(no_undefined)
|
$(no_undefined)
|
||||||
|
|
||||||
#
|
|
||||||
# setup source file variables
|
|
||||||
#
|
|
||||||
|
|
||||||
gdk_h_sources = \
|
|
||||||
$(gdk_public_h_sources) \
|
|
||||||
$(gdk_deprecated_h_sources)
|
|
||||||
|
|
||||||
gdk_private_headers = \
|
|
||||||
gdk-private.h \
|
|
||||||
gdkapplaunchcontextprivate.h \
|
|
||||||
gdkconstructor.h \
|
|
||||||
gdkcursorprivate.h \
|
|
||||||
gdkdevicemanagerprivate.h \
|
|
||||||
gdkdeviceprivate.h \
|
|
||||||
gdkdevicepadprivate.h \
|
|
||||||
gdkdevicetoolprivate.h \
|
|
||||||
gdkdisplaymanagerprivate.h \
|
|
||||||
gdkdisplayprivate.h \
|
|
||||||
gdkdndprivate.h \
|
|
||||||
gdkdrawingcontextprivate.h \
|
|
||||||
gdkframeclockidle.h \
|
|
||||||
gdkframeclockprivate.h \
|
|
||||||
gdkglcontextprivate.h \
|
|
||||||
gdkmonitorprivate.h \
|
|
||||||
gdkprofilerprivate.h \
|
|
||||||
gdkscreenprivate.h \
|
|
||||||
gdkseatprivate.h \
|
|
||||||
gdkseatdefaultprivate.h \
|
|
||||||
gdkinternals.h \
|
|
||||||
gdkintl.h \
|
|
||||||
gdkkeysprivate.h \
|
|
||||||
gdkvisualprivate.h \
|
|
||||||
gdkx.h
|
|
||||||
|
|
||||||
deprecated_c_sources = \
|
|
||||||
deprecated/gdkcolor.c
|
|
||||||
|
|
||||||
gdk_c_sources = \
|
|
||||||
$(deprecated_c_sources) \
|
|
||||||
gdk-private.c \
|
|
||||||
gdk.c \
|
|
||||||
gdkapplaunchcontext.c \
|
|
||||||
gdkcairo.c \
|
|
||||||
gdkcursor.c \
|
|
||||||
gdkdeprecated.c \
|
|
||||||
gdkdevice.c \
|
|
||||||
gdkdevicepad.c \
|
|
||||||
gdkdevicetool.c \
|
|
||||||
gdkdevicemanager.c \
|
|
||||||
gdkdisplay.c \
|
|
||||||
gdkdisplaymanager.c \
|
|
||||||
gdkdnd.c \
|
|
||||||
gdkdrawingcontext.c \
|
|
||||||
gdkevents.c \
|
|
||||||
gdkframetimings.c \
|
|
||||||
gdkgl.c \
|
|
||||||
gdkglcontext.c \
|
|
||||||
gdkglobals.c \
|
|
||||||
gdkkeys.c \
|
|
||||||
gdkkeyuni.c \
|
|
||||||
gdkmonitor.c \
|
|
||||||
gdkoffscreenwindow.c \
|
|
||||||
gdkframeclock.c \
|
|
||||||
gdkframeclockidle.c \
|
|
||||||
gdkpango.c \
|
|
||||||
gdkpixbuf-drawable.c \
|
|
||||||
gdkprofiler.c \
|
|
||||||
gdkproperty.c \
|
|
||||||
gdkrectangle.c \
|
|
||||||
gdkrgba.c \
|
|
||||||
gdkscreen.c \
|
|
||||||
gdkseat.c \
|
|
||||||
gdkseatdefault.c \
|
|
||||||
gdkselection.c \
|
|
||||||
gdkvisual.c \
|
|
||||||
gdkwindow.c \
|
|
||||||
gdkwindowimpl.c
|
|
||||||
|
|
||||||
gdk_built_sources = \
|
|
||||||
gdkenumtypes.h \
|
|
||||||
gdkenumtypes.c \
|
|
||||||
gdkmarshalers.h \
|
|
||||||
gdkmarshalers.c \
|
|
||||||
gdkresources.h \
|
|
||||||
gdkresources.c \
|
|
||||||
gdkversionmacros.h
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# setup GDK sources and their dependencies
|
# setup GDK sources and their dependencies
|
||||||
#
|
#
|
||||||
@ -217,57 +129,6 @@ if OS_WIN32
|
|||||||
Gdk_3_0_gir_CFLAGS += -I$(srcdir)/win32 -I$(srcdir)
|
Gdk_3_0_gir_CFLAGS += -I$(srcdir)/win32 -I$(srcdir)
|
||||||
endif
|
endif
|
||||||
if USE_X11
|
if USE_X11
|
||||||
x11_introspection_files = \
|
|
||||||
x11/gdkapplaunchcontext-x11.c \
|
|
||||||
x11/gdkasync.c \
|
|
||||||
x11/gdkcursor-x11.c \
|
|
||||||
x11/gdkdevice-core-x11.c \
|
|
||||||
x11/gdkdevicemanager-core-x11.c \
|
|
||||||
x11/gdkdevicemanager-x11.c \
|
|
||||||
x11/gdkdevicemanager-xi2.c \
|
|
||||||
x11/gdkdevice-xi2.c \
|
|
||||||
x11/gdkdisplay-x11.c \
|
|
||||||
x11/gdkdisplaymanager-x11.c \
|
|
||||||
x11/gdkdnd-x11.c \
|
|
||||||
x11/gdkeventsource.c \
|
|
||||||
x11/gdkeventtranslator.c \
|
|
||||||
x11/gdkgeometry-x11.c \
|
|
||||||
x11/gdkglcontext-x11.c \
|
|
||||||
x11/gdkkeys-x11.c \
|
|
||||||
x11/gdkmain-x11.c \
|
|
||||||
x11/gdkmonitor-x11.c \
|
|
||||||
x11/gdkproperty-x11.c \
|
|
||||||
x11/gdkscreen-x11.c \
|
|
||||||
x11/gdkselection-x11.c \
|
|
||||||
x11/gdksettings.c \
|
|
||||||
x11/gdktestutils-x11.c \
|
|
||||||
x11/gdkvisual-x11.c \
|
|
||||||
x11/gdkwindow-x11.c \
|
|
||||||
x11/gdkxftdefaults.c \
|
|
||||||
x11/gdkxid.c \
|
|
||||||
x11/xsettings-client.c \
|
|
||||||
x11/gdkx.h \
|
|
||||||
x11/gdkx11applaunchcontext.h \
|
|
||||||
x11/gdkx11cursor.h \
|
|
||||||
x11/gdkx11device.h \
|
|
||||||
x11/gdkx11device-core.h \
|
|
||||||
x11/gdkx11device-xi2.h \
|
|
||||||
x11/gdkx11devicemanager.h \
|
|
||||||
x11/gdkx11devicemanager-core.h \
|
|
||||||
x11/gdkx11devicemanager-xi2.h \
|
|
||||||
x11/gdkx11display.h \
|
|
||||||
x11/gdkx11displaymanager.h \
|
|
||||||
x11/gdkx11dnd.h \
|
|
||||||
x11/gdkx11glcontext.h \
|
|
||||||
x11/gdkx11keys.h \
|
|
||||||
x11/gdkx11monitor.h \
|
|
||||||
x11/gdkx11property.h \
|
|
||||||
x11/gdkx11screen.h \
|
|
||||||
x11/gdkx11selection.h \
|
|
||||||
x11/gdkx11utils.h \
|
|
||||||
x11/gdkx11visual.h \
|
|
||||||
x11/gdkx11window.h
|
|
||||||
|
|
||||||
GdkX11-3.0.gir: libgdk-3.la Gdk-3.0.gir Makefile
|
GdkX11-3.0.gir: libgdk-3.la Gdk-3.0.gir Makefile
|
||||||
GdkX11_3_0_gir_SCANNERFLAGS = \
|
GdkX11_3_0_gir_SCANNERFLAGS = \
|
||||||
--identifier-prefix=Gdk \
|
--identifier-prefix=Gdk \
|
||||||
@ -282,36 +143,6 @@ INTROSPECTION_GIRS += GdkX11-3.0.gir
|
|||||||
|
|
||||||
endif # USE_X11
|
endif # USE_X11
|
||||||
|
|
||||||
w32_introspection_files = \
|
|
||||||
win32/gdkcursor-win32.c \
|
|
||||||
win32/gdkdevicemanager-win32.c \
|
|
||||||
win32/gdkdevice-virtual.c \
|
|
||||||
win32/gdkdevice-win32.c \
|
|
||||||
win32/gdkdevice-wintab.c \
|
|
||||||
win32/gdkdisplaymanager-win32.c \
|
|
||||||
win32/gdkdisplay-win32.c \
|
|
||||||
win32/gdkdnd-win32.c \
|
|
||||||
win32/gdkevents-win32.c \
|
|
||||||
win32/gdkgeometry-win32.c \
|
|
||||||
win32/gdkglobals-win32.c \
|
|
||||||
win32/gdkkeys-win32.c \
|
|
||||||
win32/gdkmain-win32.c \
|
|
||||||
win32/gdkproperty-win32.c \
|
|
||||||
win32/gdkscreen-win32.c \
|
|
||||||
win32/gdkselection-win32.c \
|
|
||||||
win32/gdktestutils-win32.c \
|
|
||||||
win32/gdkwin32.h \
|
|
||||||
win32/gdkwin32cursor.h \
|
|
||||||
win32/gdkwin32display.h \
|
|
||||||
win32/gdkwin32displaymanager.h \
|
|
||||||
win32/gdkwin32dnd.h \
|
|
||||||
win32/gdkwin32id.c \
|
|
||||||
win32/gdkwin32keys.h \
|
|
||||||
win32/gdkwin32misc.h \
|
|
||||||
win32/gdkwin32screen.h \
|
|
||||||
win32/gdkwin32window.h \
|
|
||||||
win32/gdkwindow-win32.c
|
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
GdkWin32-3.0.gir: libgdk-3.la Gdk-3.0.gir Makefile
|
GdkWin32-3.0.gir: libgdk-3.la Gdk-3.0.gir Makefile
|
||||||
GdkWin32_3_0_gir_SCANNERFLAGS = \
|
GdkWin32_3_0_gir_SCANNERFLAGS = \
|
||||||
@ -459,59 +290,11 @@ MSVCPROJS = gdk-3
|
|||||||
|
|
||||||
gdk_3_FILES = $(gdk_c_sources)
|
gdk_3_FILES = $(gdk_c_sources)
|
||||||
gdk_3_EXCLUDES = dummy
|
gdk_3_EXCLUDES = dummy
|
||||||
gdk_3_HEADERS_DIR = $(gdkincludedir)
|
|
||||||
|
|
||||||
gdk_3_HEADERS_INST = \
|
|
||||||
$(gdkinclude_HEADERS) \
|
|
||||||
$(deprecatedinclude_HEADERS)
|
|
||||||
|
|
||||||
gdk_3_HEADERS_EXCLUDES = dummy
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvcproj
|
include $(top_srcdir)/win32/Makefile.msvcproj
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
|
||||||
# Introspection Items for MSVC
|
|
||||||
MSVC_INTROSPECT_GIRS = Gdk-3.0.gir GdkWin32-3.0.gir
|
|
||||||
|
|
||||||
BASE_MSVC_GIR_CFLAGS = \
|
|
||||||
$(GDK_CFLAGS_DEFINES) \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gdk-3' -I.. \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gdk-3/gdk' -I../gdk \
|
|
||||||
-I../gdk/win32
|
|
||||||
|
|
||||||
INTROSPECTION_INTERMEDIATE_ITEMS = \
|
|
||||||
$(top_builddir)/win32/Gdk-3.0.gir.msvc.introspect \
|
|
||||||
$(top_builddir)/win32/Gdk_3_0_gir_list \
|
|
||||||
$(top_builddir)/win32/GdkWin32-3.0.gir.msvc.introspect \
|
|
||||||
$(top_builddir)/win32/GdkWin32_3_0_gir_list
|
|
||||||
|
|
||||||
Gdk_3_0_gir_MSVC_FILES = $(filter-out gdkkeysyms-compat.h, $(gdk_h_sources)) \
|
|
||||||
$(gdk_c_sources) \
|
|
||||||
Gdk_3_0_gir_MSVC_EXPORT_PACKAGES = $(Gdk_3_0_gir_EXPORT_PACKAGES)
|
|
||||||
Gdk_3_0_gir_MSVC_INCLUDE_GIRS = $(Gdk_3_0_gir_INCLUDES)
|
|
||||||
Gdk_3_0_gir_MSVC_LIBS = gdk-3.0
|
|
||||||
Gdk_3_0_gir_MSVC_CFLAGS = $(BASE_MSVC_GIR_CFLAGS)
|
|
||||||
Gdk_3_0_gir_MSVC_SCANNERFLAGS = $(Gdk_3_0_gir_SCANNERFLAGS)
|
|
||||||
|
|
||||||
GdkWin32_3_0_gir_MSVC_FILES = $(w32_introspection_files)
|
|
||||||
GdkWin32_3_0_gir_MSVC_INCLUDE_GIRS = $(GdkWin32_3_0_gir_INCLUDES)
|
|
||||||
GdkWin32_3_0_gir_MSVC_LIBS = $(Gdk_3_0_gir_MSVC_LIBS)
|
|
||||||
GdkWin32_3_0_gir_MSVC_CFLAGS = $(BASE_MSVC_GIR_CFLAGS)
|
|
||||||
GdkWin32_3_0_gir_MSVC_SCANNERFLAGS = \
|
|
||||||
--identifier-prefix=Gdk \
|
|
||||||
--c-include="gdk/gdkwin32.h" \
|
|
||||||
--include-uninstalled='./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/bin/Gdk-3.0.gir'
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvc-introspection
|
|
||||||
|
|
||||||
else
|
|
||||||
INTROSPECTION_INTERMEDIATE_ITEMS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
dist-hook: \
|
dist-hook: \
|
||||||
$(top_builddir)/win32/vs9/gdk-3.vcproj \
|
$(top_builddir)/win32/vs9/gdk-3.vcproj
|
||||||
$(top_builddir)/win32/vs9/gdk-3.headers \
|
|
||||||
$(INTROSPECTION_INTERMEDIATE_ITEMS)
|
|
||||||
|
|
||||||
DISTCLEANFILES = gdkconfig.h stamp-gc-h
|
DISTCLEANFILES = gdkconfig.h stamp-gc-h
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
include gdk-broadway-sources.inc
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
libgdkincludedir = $(includedir)/gtk-3.0/gdk
|
libgdkincludedir = $(includedir)/gtk-3.0/gdk
|
||||||
@ -23,15 +24,7 @@ noinst_LTLIBRARIES = libgdk-broadway.la
|
|||||||
|
|
||||||
bin_PROGRAMS = broadwayd
|
bin_PROGRAMS = broadwayd
|
||||||
|
|
||||||
libgdkinclude_HEADERS = \
|
libgdkinclude_HEADERS = $(GDK_PUBLIC_H_SRCS_BROADWAY)
|
||||||
gdkbroadway.h
|
|
||||||
|
|
||||||
libgdkbroadwayinclude_HEADERS = \
|
|
||||||
gdkbroadwaydisplay.h \
|
|
||||||
gdkbroadwaywindow.h \
|
|
||||||
gdkbroadwaycursor.h \
|
|
||||||
gdkbroadwaymonitor.h \
|
|
||||||
gdkbroadwayvisual.h
|
|
||||||
|
|
||||||
EXTRA_DIST += toarray.pl
|
EXTRA_DIST += toarray.pl
|
||||||
|
|
||||||
@ -46,40 +39,12 @@ broadwayjs.h: broadway.js rawinflate.min.js
|
|||||||
EXTRA_DIST += broadway.js rawinflate.min.js
|
EXTRA_DIST += broadway.js rawinflate.min.js
|
||||||
|
|
||||||
# built headers that don't get installed
|
# built headers that don't get installed
|
||||||
broadway_built_private_headers = \
|
|
||||||
clienthtml.h \
|
|
||||||
broadwayjs.h
|
|
||||||
|
|
||||||
broadway_built_sources = \
|
broadway_built_sources = \
|
||||||
${broadway_built_private_headers}
|
${broadway_built_private_headers}
|
||||||
|
|
||||||
libgdk_broadway_la_SOURCES = \
|
libgdk_broadway_la_SOURCES = \
|
||||||
${broadway_built_private_headers}\
|
${broadway_built_private_headers}\
|
||||||
gdkcursor-broadway.c \
|
$(GDK_BROADWAY_NON_GENERATED_SOURCES)
|
||||||
gdkdevice-broadway.h \
|
|
||||||
gdkdevice-broadway.c \
|
|
||||||
gdkdevicemanager-broadway.h \
|
|
||||||
gdkdevicemanager-broadway.c \
|
|
||||||
gdkdisplay-broadway.c \
|
|
||||||
gdkdisplay-broadway.h \
|
|
||||||
gdkdnd-broadway.c \
|
|
||||||
gdkeventsource.c \
|
|
||||||
gdkeventsource.h \
|
|
||||||
gdkglobals-broadway.c \
|
|
||||||
gdkkeys-broadway.c \
|
|
||||||
gdkmonitor-broadway.c \
|
|
||||||
gdkmonitor-broadway.h \
|
|
||||||
gdkproperty-broadway.c \
|
|
||||||
gdkscreen-broadway.c \
|
|
||||||
gdkscreen-broadway.h \
|
|
||||||
gdkselection-broadway.c \
|
|
||||||
gdktestutils-broadway.c \
|
|
||||||
gdkvisual-broadway.c \
|
|
||||||
gdkwindow-broadway.c \
|
|
||||||
gdkwindow-broadway.h \
|
|
||||||
gdkprivate-broadway.h \
|
|
||||||
gdkbroadway-server.h \
|
|
||||||
gdkbroadway-server.c
|
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
libgdk_broadway_la_LIBADD = \
|
libgdk_broadway_la_LIBADD = \
|
||||||
@ -87,16 +52,6 @@ libgdk_broadway_la_LIBADD = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
broadwayd_SOURCES = \
|
|
||||||
broadway-protocol.h \
|
|
||||||
broadwayd.c \
|
|
||||||
broadway-server.h \
|
|
||||||
broadway-server.c \
|
|
||||||
broadway-buffer.c \
|
|
||||||
broadway-buffer.h \
|
|
||||||
broadway-output.h \
|
|
||||||
broadway-output.c
|
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
broadwayd_LDADD = $(GDK_DEP_LIBS) -lws2_32
|
broadwayd_LDADD = $(GDK_DEP_LIBS) -lws2_32
|
||||||
else
|
else
|
||||||
@ -117,11 +72,6 @@ MSVCPROJS = gdk3-broadway broadwayd
|
|||||||
|
|
||||||
gdk3_broadway_FILES = $(libgdk_broadway_la_SOURCES)
|
gdk3_broadway_FILES = $(libgdk_broadway_la_SOURCES)
|
||||||
gdk3_broadway_EXCLUDES = dummy
|
gdk3_broadway_EXCLUDES = dummy
|
||||||
gdk3_broadway_HEADERS_DIR = $(libgdkbroadwayincludedir)
|
|
||||||
|
|
||||||
gdk3_broadway_HEADERS_INST = $(libgdkbroadwayinclude_HEADERS)
|
|
||||||
|
|
||||||
gdk3_broadway_HEADERS_EXCLUDES = dummy
|
|
||||||
|
|
||||||
broadwayd_FILES = $(broadwayd_SOURCES)
|
broadwayd_FILES = $(broadwayd_SOURCES)
|
||||||
broadwayd_EXCLUDES = dummy
|
broadwayd_EXCLUDES = dummy
|
||||||
@ -130,7 +80,6 @@ include $(top_srcdir)/win32/Makefile.msvcproj
|
|||||||
|
|
||||||
dist-hook: \
|
dist-hook: \
|
||||||
$(top_builddir)/win32/vs9/gdk3-broadway.vcproj \
|
$(top_builddir)/win32/vs9/gdk3-broadway.vcproj \
|
||||||
$(top_builddir)/win32/vs9/broadwayd.vcproj \
|
$(top_builddir)/win32/vs9/broadwayd.vcproj
|
||||||
$(top_builddir)/win32/vs9/gdk3-broadway.headers
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
55
gdk/broadway/gdk-broadway-sources.inc
Normal file
55
gdk/broadway/gdk-broadway-sources.inc
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Public header list for GdkBroadway
|
||||||
|
|
||||||
|
GDK_PUBLIC_H_SRCS_BROADWAY = \
|
||||||
|
gdkbroadway.h
|
||||||
|
|
||||||
|
libgdkbroadwayinclude_HEADERS = \
|
||||||
|
gdkbroadwaydisplay.h \
|
||||||
|
gdkbroadwaywindow.h \
|
||||||
|
gdkbroadwaycursor.h \
|
||||||
|
gdkbroadwaymonitor.h \
|
||||||
|
gdkbroadwayvisual.h
|
||||||
|
|
||||||
|
# built headers that don't get installed
|
||||||
|
|
||||||
|
broadway_built_private_headers = \
|
||||||
|
clienthtml.h \
|
||||||
|
broadwayjs.h
|
||||||
|
|
||||||
|
# Other non-generated sources
|
||||||
|
GDK_BROADWAY_NON_GENERATED_SOURCES = \
|
||||||
|
gdkcursor-broadway.c \
|
||||||
|
gdkdevice-broadway.h \
|
||||||
|
gdkdevice-broadway.c \
|
||||||
|
gdkdevicemanager-broadway.h \
|
||||||
|
gdkdevicemanager-broadway.c \
|
||||||
|
gdkdisplay-broadway.c \
|
||||||
|
gdkdisplay-broadway.h \
|
||||||
|
gdkdnd-broadway.c \
|
||||||
|
gdkeventsource.c \
|
||||||
|
gdkeventsource.h \
|
||||||
|
gdkglobals-broadway.c \
|
||||||
|
gdkkeys-broadway.c \
|
||||||
|
gdkmonitor-broadway.c \
|
||||||
|
gdkmonitor-broadway.h \
|
||||||
|
gdkproperty-broadway.c \
|
||||||
|
gdkscreen-broadway.c \
|
||||||
|
gdkscreen-broadway.h \
|
||||||
|
gdkselection-broadway.c \
|
||||||
|
gdktestutils-broadway.c \
|
||||||
|
gdkvisual-broadway.c \
|
||||||
|
gdkwindow-broadway.c \
|
||||||
|
gdkwindow-broadway.h \
|
||||||
|
gdkprivate-broadway.h \
|
||||||
|
gdkbroadway-server.h \
|
||||||
|
gdkbroadway-server.c
|
||||||
|
|
||||||
|
broadwayd_SOURCES = \
|
||||||
|
broadway-protocol.h \
|
||||||
|
broadwayd.c \
|
||||||
|
broadway-server.h \
|
||||||
|
broadway-server.c \
|
||||||
|
broadway-buffer.c \
|
||||||
|
broadway-buffer.h \
|
||||||
|
broadway-output.h \
|
||||||
|
broadway-output.c
|
||||||
@ -1,44 +0,0 @@
|
|||||||
#
|
|
||||||
# GDK header files for public installation (non-generated)
|
|
||||||
#
|
|
||||||
#
|
|
||||||
gdk_public_h_sources = \
|
|
||||||
gdk.h \
|
|
||||||
gdk-autocleanup.h \
|
|
||||||
gdkapplaunchcontext.h \
|
|
||||||
gdkcairo.h \
|
|
||||||
gdkcursor.h \
|
|
||||||
gdkdevice.h \
|
|
||||||
gdkdevicepad.h \
|
|
||||||
gdkdevicetool.h \
|
|
||||||
gdkdevicemanager.h \
|
|
||||||
gdkdisplay.h \
|
|
||||||
gdkdisplaymanager.h \
|
|
||||||
gdkdnd.h \
|
|
||||||
gdkdrawingcontext.h \
|
|
||||||
gdkevents.h \
|
|
||||||
gdkframetimings.h \
|
|
||||||
gdkglcontext.h \
|
|
||||||
gdkkeys.h \
|
|
||||||
gdkkeysyms.h \
|
|
||||||
gdkkeysyms-compat.h \
|
|
||||||
gdkmain.h \
|
|
||||||
gdkmonitor.h \
|
|
||||||
gdkpango.h \
|
|
||||||
gdkframeclock.h \
|
|
||||||
gdkpixbuf.h \
|
|
||||||
gdkprivate.h \
|
|
||||||
gdkproperty.h \
|
|
||||||
gdkrectangle.h \
|
|
||||||
gdkrgba.h \
|
|
||||||
gdkscreen.h \
|
|
||||||
gdkseat.h \
|
|
||||||
gdkselection.h \
|
|
||||||
gdktestutils.h \
|
|
||||||
gdkthreads.h \
|
|
||||||
gdktypes.h \
|
|
||||||
gdkvisual.h \
|
|
||||||
gdkwindow.h
|
|
||||||
|
|
||||||
gdk_deprecated_h_sources = \
|
|
||||||
deprecated/gdkcolor.h
|
|
||||||
213
gdk/gdk-sources.inc
Normal file
213
gdk/gdk-sources.inc
Normal file
@ -0,0 +1,213 @@
|
|||||||
|
#
|
||||||
|
# GDK header files for public installation (non-generated)
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# setup source file variables
|
||||||
|
#
|
||||||
|
|
||||||
|
gdk_public_h_sources = \
|
||||||
|
gdk.h \
|
||||||
|
gdk-autocleanup.h \
|
||||||
|
gdkapplaunchcontext.h \
|
||||||
|
gdkcairo.h \
|
||||||
|
gdkcursor.h \
|
||||||
|
gdkdevice.h \
|
||||||
|
gdkdevicepad.h \
|
||||||
|
gdkdevicetool.h \
|
||||||
|
gdkdevicemanager.h \
|
||||||
|
gdkdisplay.h \
|
||||||
|
gdkdisplaymanager.h \
|
||||||
|
gdkdnd.h \
|
||||||
|
gdkdrawingcontext.h \
|
||||||
|
gdkevents.h \
|
||||||
|
gdkframetimings.h \
|
||||||
|
gdkglcontext.h \
|
||||||
|
gdkkeys.h \
|
||||||
|
gdkkeysyms.h \
|
||||||
|
gdkkeysyms-compat.h \
|
||||||
|
gdkmain.h \
|
||||||
|
gdkmonitor.h \
|
||||||
|
gdkpango.h \
|
||||||
|
gdkframeclock.h \
|
||||||
|
gdkpixbuf.h \
|
||||||
|
gdkprivate.h \
|
||||||
|
gdkproperty.h \
|
||||||
|
gdkrectangle.h \
|
||||||
|
gdkrgba.h \
|
||||||
|
gdkscreen.h \
|
||||||
|
gdkseat.h \
|
||||||
|
gdkselection.h \
|
||||||
|
gdktestutils.h \
|
||||||
|
gdkthreads.h \
|
||||||
|
gdktypes.h \
|
||||||
|
gdkvisual.h \
|
||||||
|
gdkwindow.h
|
||||||
|
|
||||||
|
gdk_deprecated_h_sources = \
|
||||||
|
deprecated/gdkcolor.h
|
||||||
|
|
||||||
|
gdk_h_sources = \
|
||||||
|
$(gdk_public_h_sources) \
|
||||||
|
$(gdk_deprecated_h_sources)
|
||||||
|
|
||||||
|
gdk_private_headers = \
|
||||||
|
gdk-private.h \
|
||||||
|
gdkapplaunchcontextprivate.h \
|
||||||
|
gdkconstructor.h \
|
||||||
|
gdkcursorprivate.h \
|
||||||
|
gdkdevicemanagerprivate.h \
|
||||||
|
gdkdeviceprivate.h \
|
||||||
|
gdkdevicepadprivate.h \
|
||||||
|
gdkdevicetoolprivate.h \
|
||||||
|
gdkdisplaymanagerprivate.h \
|
||||||
|
gdkdisplayprivate.h \
|
||||||
|
gdkdndprivate.h \
|
||||||
|
gdkdrawingcontextprivate.h \
|
||||||
|
gdkframeclockidle.h \
|
||||||
|
gdkframeclockprivate.h \
|
||||||
|
gdkglcontextprivate.h \
|
||||||
|
gdkmonitorprivate.h \
|
||||||
|
gdkprofilerprivate.h \
|
||||||
|
gdkscreenprivate.h \
|
||||||
|
gdkseatprivate.h \
|
||||||
|
gdkseatdefaultprivate.h \
|
||||||
|
gdkinternals.h \
|
||||||
|
gdkintl.h \
|
||||||
|
gdkkeysprivate.h \
|
||||||
|
gdkvisualprivate.h \
|
||||||
|
gdkx.h
|
||||||
|
|
||||||
|
gdk_deprecated_c_sources = \
|
||||||
|
deprecated/gdkcolor.c
|
||||||
|
|
||||||
|
gdk_c_sources = \
|
||||||
|
$(gdk_deprecated_c_sources) \
|
||||||
|
gdk-private.c \
|
||||||
|
gdk.c \
|
||||||
|
gdkapplaunchcontext.c \
|
||||||
|
gdkcairo.c \
|
||||||
|
gdkcursor.c \
|
||||||
|
gdkdeprecated.c \
|
||||||
|
gdkdevice.c \
|
||||||
|
gdkdevicepad.c \
|
||||||
|
gdkdevicetool.c \
|
||||||
|
gdkdevicemanager.c \
|
||||||
|
gdkdisplay.c \
|
||||||
|
gdkdisplaymanager.c \
|
||||||
|
gdkdnd.c \
|
||||||
|
gdkdrawingcontext.c \
|
||||||
|
gdkevents.c \
|
||||||
|
gdkframetimings.c \
|
||||||
|
gdkgl.c \
|
||||||
|
gdkglcontext.c \
|
||||||
|
gdkglobals.c \
|
||||||
|
gdkkeys.c \
|
||||||
|
gdkkeyuni.c \
|
||||||
|
gdkmonitor.c \
|
||||||
|
gdkoffscreenwindow.c \
|
||||||
|
gdkframeclock.c \
|
||||||
|
gdkframeclockidle.c \
|
||||||
|
gdkpango.c \
|
||||||
|
gdkpixbuf-drawable.c \
|
||||||
|
gdkprofiler.c \
|
||||||
|
gdkproperty.c \
|
||||||
|
gdkrectangle.c \
|
||||||
|
gdkrgba.c \
|
||||||
|
gdkscreen.c \
|
||||||
|
gdkseat.c \
|
||||||
|
gdkseatdefault.c \
|
||||||
|
gdkselection.c \
|
||||||
|
gdkvisual.c \
|
||||||
|
gdkwindow.c \
|
||||||
|
gdkwindowimpl.c
|
||||||
|
|
||||||
|
gdk_built_sources = \
|
||||||
|
gdkenumtypes.h \
|
||||||
|
gdkenumtypes.c \
|
||||||
|
gdkmarshalers.h \
|
||||||
|
gdkmarshalers.c \
|
||||||
|
gdkresources.h \
|
||||||
|
gdkresources.c \
|
||||||
|
gdkversionmacros.h
|
||||||
|
|
||||||
|
x11_introspection_files = \
|
||||||
|
x11/gdkapplaunchcontext-x11.c \
|
||||||
|
x11/gdkasync.c \
|
||||||
|
x11/gdkcursor-x11.c \
|
||||||
|
x11/gdkdevice-core-x11.c \
|
||||||
|
x11/gdkdevicemanager-core-x11.c \
|
||||||
|
x11/gdkdevicemanager-x11.c \
|
||||||
|
x11/gdkdevicemanager-xi2.c \
|
||||||
|
x11/gdkdevice-xi2.c \
|
||||||
|
x11/gdkdisplay-x11.c \
|
||||||
|
x11/gdkdisplaymanager-x11.c \
|
||||||
|
x11/gdkdnd-x11.c \
|
||||||
|
x11/gdkeventsource.c \
|
||||||
|
x11/gdkeventtranslator.c \
|
||||||
|
x11/gdkgeometry-x11.c \
|
||||||
|
x11/gdkglcontext-x11.c \
|
||||||
|
x11/gdkkeys-x11.c \
|
||||||
|
x11/gdkmain-x11.c \
|
||||||
|
x11/gdkmonitor-x11.c \
|
||||||
|
x11/gdkproperty-x11.c \
|
||||||
|
x11/gdkscreen-x11.c \
|
||||||
|
x11/gdkselection-x11.c \
|
||||||
|
x11/gdksettings.c \
|
||||||
|
x11/gdktestutils-x11.c \
|
||||||
|
x11/gdkvisual-x11.c \
|
||||||
|
x11/gdkwindow-x11.c \
|
||||||
|
x11/gdkxftdefaults.c \
|
||||||
|
x11/gdkxid.c \
|
||||||
|
x11/xsettings-client.c \
|
||||||
|
x11/gdkx.h \
|
||||||
|
x11/gdkx11applaunchcontext.h \
|
||||||
|
x11/gdkx11cursor.h \
|
||||||
|
x11/gdkx11device.h \
|
||||||
|
x11/gdkx11device-core.h \
|
||||||
|
x11/gdkx11device-xi2.h \
|
||||||
|
x11/gdkx11devicemanager.h \
|
||||||
|
x11/gdkx11devicemanager-core.h \
|
||||||
|
x11/gdkx11devicemanager-xi2.h \
|
||||||
|
x11/gdkx11display.h \
|
||||||
|
x11/gdkx11displaymanager.h \
|
||||||
|
x11/gdkx11dnd.h \
|
||||||
|
x11/gdkx11glcontext.h \
|
||||||
|
x11/gdkx11keys.h \
|
||||||
|
x11/gdkx11monitor.h \
|
||||||
|
x11/gdkx11property.h \
|
||||||
|
x11/gdkx11screen.h \
|
||||||
|
x11/gdkx11selection.h \
|
||||||
|
x11/gdkx11utils.h \
|
||||||
|
x11/gdkx11visual.h \
|
||||||
|
x11/gdkx11window.h
|
||||||
|
|
||||||
|
w32_introspection_files = \
|
||||||
|
win32/gdkcursor-win32.c \
|
||||||
|
win32/gdkdevicemanager-win32.c \
|
||||||
|
win32/gdkdevice-virtual.c \
|
||||||
|
win32/gdkdevice-win32.c \
|
||||||
|
win32/gdkdevice-wintab.c \
|
||||||
|
win32/gdkdisplaymanager-win32.c \
|
||||||
|
win32/gdkdisplay-win32.c \
|
||||||
|
win32/gdkdnd-win32.c \
|
||||||
|
win32/gdkevents-win32.c \
|
||||||
|
win32/gdkgeometry-win32.c \
|
||||||
|
win32/gdkglobals-win32.c \
|
||||||
|
win32/gdkkeys-win32.c \
|
||||||
|
win32/gdkmain-win32.c \
|
||||||
|
win32/gdkproperty-win32.c \
|
||||||
|
win32/gdkscreen-win32.c \
|
||||||
|
win32/gdkselection-win32.c \
|
||||||
|
win32/gdktestutils-win32.c \
|
||||||
|
win32/gdkwin32.h \
|
||||||
|
win32/gdkwin32cursor.h \
|
||||||
|
win32/gdkwin32display.h \
|
||||||
|
win32/gdkwin32displaymanager.h \
|
||||||
|
win32/gdkwin32dnd.h \
|
||||||
|
win32/gdkwin32id.c \
|
||||||
|
win32/gdkwin32keys.h \
|
||||||
|
win32/gdkwin32misc.h \
|
||||||
|
win32/gdkwin32screen.h \
|
||||||
|
win32/gdkwin32window.h \
|
||||||
|
win32/gdkwindow-win32.c
|
||||||
@ -1,5 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
include gdk-win32-sources.inc
|
||||||
|
|
||||||
libgdkincludedir = $(includedir)/gtk-3.0/gdk
|
libgdkincludedir = $(includedir)/gtk-3.0/gdk
|
||||||
libgdkwin32includedir = $(includedir)/gtk-3.0/gdk/win32
|
libgdkwin32includedir = $(includedir)/gtk-3.0/gdk/win32
|
||||||
@ -35,95 +36,21 @@ EXTRA_DIST += \
|
|||||||
makefile.msc \
|
makefile.msc \
|
||||||
meson.build
|
meson.build
|
||||||
|
|
||||||
libgdk_win32_la_SOURCES = \
|
|
||||||
gdkcursor-win32.c \
|
|
||||||
gdkdevicemanager-win32.c \
|
|
||||||
gdkdevicemanager-win32.h \
|
|
||||||
gdkdevice-virtual.c \
|
|
||||||
gdkdevice-virtual.h \
|
|
||||||
gdkdevice-win32.c \
|
|
||||||
gdkdevice-win32.h \
|
|
||||||
gdkdevice-winpointer.c \
|
|
||||||
gdkdevice-winpointer.h \
|
|
||||||
gdkdevice-wintab.c \
|
|
||||||
gdkdevice-wintab.h \
|
|
||||||
gdkdisplay-win32.c \
|
|
||||||
gdkdisplay-win32.h \
|
|
||||||
gdkdisplaymanager-win32.c \
|
|
||||||
gdkdnd-win32.c \
|
|
||||||
gdkevents-win32.c \
|
|
||||||
gdkgeometry-win32.c \
|
|
||||||
gdkglcontext-win32.c \
|
|
||||||
gdkglcontext-win32.h \
|
|
||||||
gdkglobals-win32.c \
|
|
||||||
gdkkeys-win32.c \
|
|
||||||
gdkkeys-win32.h \
|
|
||||||
gdkkeys-win32-impl.c \
|
|
||||||
gdkkeys-win32-impl-wow64.c \
|
|
||||||
gdkmain-win32.c \
|
|
||||||
gdkmonitor-win32.c \
|
|
||||||
gdkmonitor-win32.h \
|
|
||||||
gdkprivate-win32.h \
|
|
||||||
gdkproperty-win32.c \
|
|
||||||
gdkscreen-win32.c \
|
|
||||||
gdkselection-win32.c \
|
|
||||||
gdkselection-win32.h \
|
|
||||||
gdktestutils-win32.c \
|
|
||||||
gdkwin32cursor.h \
|
|
||||||
gdkwin32display.h \
|
|
||||||
gdkwin32displaymanager.h \
|
|
||||||
gdkwin32dnd.h \
|
|
||||||
gdkwin32dnd-private.h \
|
|
||||||
gdkwin32glcontext.h \
|
|
||||||
gdkwin32langnotification.c \
|
|
||||||
gdkwin32langnotification.h \
|
|
||||||
gdkwin32.h \
|
|
||||||
gdkwin32id.c \
|
|
||||||
gdkwin32keys.h \
|
|
||||||
gdkwin32monitor.h \
|
|
||||||
gdkwin32screen.h \
|
|
||||||
gdkwin32window.h \
|
|
||||||
gdkwindow-win32.c \
|
|
||||||
gdkwindow-win32.h \
|
|
||||||
pktdef.h \
|
|
||||||
winpointer.h \
|
|
||||||
wintab.h \
|
|
||||||
xcursors.h
|
|
||||||
|
|
||||||
libgdk_win32_la_LIBADD = \
|
libgdk_win32_la_LIBADD = \
|
||||||
$(LDADDS) \
|
$(LDADDS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgdkinclude_HEADERS = \
|
libgdkinclude_HEADERS = $(GDK_PUBLIC_H_SRCS_WIN32)
|
||||||
gdkwin32.h
|
|
||||||
|
|
||||||
libgdkwin32include_HEADERS = \
|
|
||||||
gdkwin32cursor.h \
|
|
||||||
gdkwin32display.h \
|
|
||||||
gdkwin32displaymanager.h\
|
|
||||||
gdkwin32dnd.h \
|
|
||||||
gdkwin32glcontext.h \
|
|
||||||
gdkwin32keys.h \
|
|
||||||
gdkwin32misc.h \
|
|
||||||
gdkwin32monitor.h \
|
|
||||||
gdkwin32screen.h \
|
|
||||||
gdkwin32window.h
|
|
||||||
|
|
||||||
# ------------------- MSVC Build Items ----------------
|
# ------------------- MSVC Build Items ----------------
|
||||||
MSVCPROJS = gdk3-win32
|
MSVCPROJS = gdk3-win32
|
||||||
|
|
||||||
gdk3_win32_FILES = $(libgdk_win32_la_SOURCES)
|
gdk3_win32_FILES = $(libgdk_win32_la_SOURCES)
|
||||||
gdk3_win32_EXCLUDES = dummy
|
gdk3_win32_EXCLUDES = dummy
|
||||||
gdk3_win32_HEADERS_DIR = $(libgdkwin32includedir)
|
|
||||||
|
|
||||||
gdk3_win32_HEADERS_INST = $(libgdkwin32include_HEADERS)
|
|
||||||
|
|
||||||
gdk3_win32_HEADERS_EXCLUDES = dummy
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvcproj
|
include $(top_srcdir)/win32/Makefile.msvcproj
|
||||||
|
|
||||||
dist-hook: \
|
dist-hook: \
|
||||||
$(top_builddir)/win32/vs9/gdk3-win32.vcproj \
|
$(top_builddir)/win32/vs9/gdk3-win32.vcproj
|
||||||
$(top_builddir)/win32/vs9/gdk3-win32.headers
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
72
gdk/win32/gdk-win32-sources.inc
Normal file
72
gdk/win32/gdk-win32-sources.inc
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
# Public header list for GdkWin32
|
||||||
|
|
||||||
|
GDK_PUBLIC_H_SRCS_WIN32 = \
|
||||||
|
gdkwin32.h
|
||||||
|
|
||||||
|
libgdkwin32include_HEADERS = \
|
||||||
|
gdkwin32cursor.h \
|
||||||
|
gdkwin32display.h \
|
||||||
|
gdkwin32displaymanager.h\
|
||||||
|
gdkwin32dnd.h \
|
||||||
|
gdkwin32glcontext.h \
|
||||||
|
gdkwin32keys.h \
|
||||||
|
gdkwin32misc.h \
|
||||||
|
gdkwin32monitor.h \
|
||||||
|
gdkwin32screen.h \
|
||||||
|
gdkwin32window.h
|
||||||
|
|
||||||
|
# Sources list for GdkWin32
|
||||||
|
libgdk_win32_la_SOURCES = \
|
||||||
|
gdkcursor-win32.c \
|
||||||
|
gdkdevicemanager-win32.c \
|
||||||
|
gdkdevicemanager-win32.h \
|
||||||
|
gdkdevice-virtual.c \
|
||||||
|
gdkdevice-virtual.h \
|
||||||
|
gdkdevice-win32.c \
|
||||||
|
gdkdevice-win32.h \
|
||||||
|
gdkdevice-winpointer.c \
|
||||||
|
gdkdevice-winpointer.h \
|
||||||
|
gdkdevice-wintab.c \
|
||||||
|
gdkdevice-wintab.h \
|
||||||
|
gdkdisplay-win32.c \
|
||||||
|
gdkdisplay-win32.h \
|
||||||
|
gdkdisplaymanager-win32.c \
|
||||||
|
gdkdnd-win32.c \
|
||||||
|
gdkevents-win32.c \
|
||||||
|
gdkgeometry-win32.c \
|
||||||
|
gdkglcontext-win32.c \
|
||||||
|
gdkglcontext-win32.h \
|
||||||
|
gdkglobals-win32.c \
|
||||||
|
gdkkeys-win32.c \
|
||||||
|
gdkkeys-win32.h \
|
||||||
|
gdkkeys-win32-impl.c \
|
||||||
|
gdkkeys-win32-impl-wow64.c \
|
||||||
|
gdkmain-win32.c \
|
||||||
|
gdkmonitor-win32.c \
|
||||||
|
gdkmonitor-win32.h \
|
||||||
|
gdkprivate-win32.h \
|
||||||
|
gdkproperty-win32.c \
|
||||||
|
gdkscreen-win32.c \
|
||||||
|
gdkselection-win32.c \
|
||||||
|
gdkselection-win32.h \
|
||||||
|
gdktestutils-win32.c \
|
||||||
|
gdkwin32cursor.h \
|
||||||
|
gdkwin32display.h \
|
||||||
|
gdkwin32displaymanager.h \
|
||||||
|
gdkwin32dnd.h \
|
||||||
|
gdkwin32dnd-private.h \
|
||||||
|
gdkwin32glcontext.h \
|
||||||
|
gdkwin32langnotification.c \
|
||||||
|
gdkwin32langnotification.h \
|
||||||
|
gdkwin32.h \
|
||||||
|
gdkwin32id.c \
|
||||||
|
gdkwin32keys.h \
|
||||||
|
gdkwin32monitor.h \
|
||||||
|
gdkwin32screen.h \
|
||||||
|
gdkwin32window.h \
|
||||||
|
gdkwindow-win32.c \
|
||||||
|
gdkwindow-win32.h \
|
||||||
|
pktdef.h \
|
||||||
|
winpointer.h \
|
||||||
|
wintab.h \
|
||||||
|
xcursors.h
|
||||||
867
gtk/Makefile.am
867
gtk/Makefile.am
@ -114,7 +114,7 @@ endif
|
|||||||
include $(srcdir)/a11y/Makefile.inc
|
include $(srcdir)/a11y/Makefile.inc
|
||||||
include $(srcdir)/deprecated/Makefile.inc
|
include $(srcdir)/deprecated/Makefile.inc
|
||||||
include $(srcdir)/inspector/Makefile.inc
|
include $(srcdir)/inspector/Makefile.inc
|
||||||
include $(srcdir)/gtk-mkenums-headers.mak
|
include $(srcdir)/gtk-sources.inc
|
||||||
|
|
||||||
# GTK+ header files for public installation (non-generated, or generated
|
# GTK+ header files for public installation (non-generated, or generated
|
||||||
# by configure)
|
# by configure)
|
||||||
@ -122,651 +122,33 @@ include $(srcdir)/gtk-mkenums-headers.mak
|
|||||||
gtk_public_h_sources = $(GTK_PUB_HDRS)
|
gtk_public_h_sources = $(GTK_PUB_HDRS)
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
gtk_unix_print_public_h_sources = \
|
gtk_unix_print_public_h_sources = $(GTK_UNIX_PRINT_PUB_HDRS)
|
||||||
gtkpagesetupunixdialog.h \
|
|
||||||
gtkprintunixdialog.h \
|
|
||||||
gtkprinter.h \
|
|
||||||
gtkprintjob.h \
|
|
||||||
gtkunixprint-autocleanups.h \
|
|
||||||
gtkunixprint.h
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Installed header files without compatibility guarantees
|
|
||||||
# that are not included in gtk/gtk.h
|
|
||||||
gtk_semi_private_h_sources = \
|
|
||||||
gtktextlayout.h
|
|
||||||
|
|
||||||
gtk_private_type_h_sources = $(GTK_PRIVATE_TYPE_HDRS)
|
gtk_private_type_h_sources = $(GTK_PRIVATE_TYPE_HDRS)
|
||||||
|
|
||||||
# GTK+ header files that don't get installed
|
# GTK+ header files that don't get installed
|
||||||
gtk_private_h_sources = \
|
gtk_private_h_sources = \
|
||||||
$(inspector_h_sources) \
|
$(inspector_h_sources) \
|
||||||
$(gtk_private_type_h_sources) \
|
$(gtk_private_type_h_sources) \
|
||||||
gtkactionmuxer.h \
|
$(gtk_base_private_h_sources)
|
||||||
gtkactionobserver.h \
|
|
||||||
gtkactionobservable.h \
|
|
||||||
gtkadjustmentprivate.h \
|
|
||||||
gtkapplicationaccelsprivate.h \
|
|
||||||
gtkapplicationprivate.h \
|
|
||||||
gtkaccelgroupprivate.h \
|
|
||||||
gtkaccelmapprivate.h \
|
|
||||||
gtkactionhelper.h \
|
|
||||||
gtkallocatedbitmaskprivate.h \
|
|
||||||
gtkappchooserprivate.h \
|
|
||||||
gtkbindingsprivate.h \
|
|
||||||
gtkbitmaskprivate.h \
|
|
||||||
gtkbitmaskprivateimpl.h \
|
|
||||||
gtkbookmarksmanager.h \
|
|
||||||
gtkboxprivate.h \
|
|
||||||
gtkboxgadgetprivate.h \
|
|
||||||
gtkbuilderprivate.h \
|
|
||||||
gtkbuiltiniconprivate.h \
|
|
||||||
gtkbuttonprivate.h \
|
|
||||||
gtkcairoblurprivate.h \
|
|
||||||
gtkcellareaboxcontextprivate.h \
|
|
||||||
gtkcheckbuttonprivate.h \
|
|
||||||
gtkcheckmenuitemprivate.h \
|
|
||||||
gtkclipboardprivate.h \
|
|
||||||
gtkcolorswatchprivate.h \
|
|
||||||
gtkcoloreditorprivate.h \
|
|
||||||
gtkcolorpickerprivate.h \
|
|
||||||
gtkcolorpickerkwinprivate.h \
|
|
||||||
gtkcolorpickerportalprivate.h \
|
|
||||||
gtkcolorpickershellprivate.h \
|
|
||||||
gtkcolorplaneprivate.h \
|
|
||||||
gtkcolorscaleprivate.h \
|
|
||||||
gtkcolorchooserprivate.h \
|
|
||||||
gtkcomboboxprivate.h \
|
|
||||||
gtkcomposetable.h \
|
|
||||||
gtkcontainerprivate.h \
|
|
||||||
gtkcssanimationprivate.h \
|
|
||||||
gtkcssanimatedstyleprivate.h \
|
|
||||||
gtkcssarrayvalueprivate.h \
|
|
||||||
gtkcssbgsizevalueprivate.h \
|
|
||||||
gtkcssbordervalueprivate.h \
|
|
||||||
gtkcsscalcvalueprivate.h \
|
|
||||||
gtkcsscolorvalueprivate.h \
|
|
||||||
gtkcsscornervalueprivate.h \
|
|
||||||
gtkcsscustomgadgetprivate.h \
|
|
||||||
gtkcsscustompropertyprivate.h \
|
|
||||||
gtkcssdimensionvalueprivate.h \
|
|
||||||
gtkcsseasevalueprivate.h \
|
|
||||||
gtkcssenginevalueprivate.h \
|
|
||||||
gtkcssenumvalueprivate.h \
|
|
||||||
gtkcssgadgetprivate.h \
|
|
||||||
gtkcssiconthemevalueprivate.h \
|
|
||||||
gtkcssimagebuiltinprivate.h \
|
|
||||||
gtkcssimagecrossfadeprivate.h \
|
|
||||||
gtkcssimagefallbackprivate.h \
|
|
||||||
gtkcssimagegradientprivate.h \
|
|
||||||
gtkcssimageiconthemeprivate.h \
|
|
||||||
gtkcssimagelinearprivate.h \
|
|
||||||
gtkcssimageradialprivate.h \
|
|
||||||
gtkcssimageprivate.h \
|
|
||||||
gtkcssimagesurfaceprivate.h \
|
|
||||||
gtkcssimageurlprivate.h \
|
|
||||||
gtkcssimagerecolorprivate.h \
|
|
||||||
gtkcssimagescaledprivate.h \
|
|
||||||
gtkcssimagevalueprivate.h \
|
|
||||||
gtkcssimagewin32private.h \
|
|
||||||
gtkcssinheritvalueprivate.h \
|
|
||||||
gtkcssinitialvalueprivate.h \
|
|
||||||
gtkcsskeyframesprivate.h \
|
|
||||||
gtkcsslookupprivate.h \
|
|
||||||
gtkcssmatcherprivate.h \
|
|
||||||
gtkcssnodeprivate.h \
|
|
||||||
gtkcssnodedeclarationprivate.h \
|
|
||||||
gtkcssnodestylecacheprivate.h \
|
|
||||||
gtkcssnumbervalueprivate.h \
|
|
||||||
gtkcsspalettevalueprivate.h \
|
|
||||||
gtkcssparserprivate.h \
|
|
||||||
gtkcsspathnodeprivate.h \
|
|
||||||
gtkcsspositionvalueprivate.h \
|
|
||||||
gtkcssproviderprivate.h \
|
|
||||||
gtkcssrepeatvalueprivate.h \
|
|
||||||
gtkcssrgbavalueprivate.h \
|
|
||||||
gtkcsssectionprivate.h \
|
|
||||||
gtkcssselectorprivate.h \
|
|
||||||
gtkcssshadowsvalueprivate.h \
|
|
||||||
gtkcssshadowvalueprivate.h \
|
|
||||||
gtkcssshorthandpropertyprivate.h \
|
|
||||||
gtkcssstaticstyleprivate.h \
|
|
||||||
gtkcssstringvalueprivate.h \
|
|
||||||
gtkcssstylefuncsprivate.h \
|
|
||||||
gtkcssstylechangeprivate.h \
|
|
||||||
gtkcssstyleprivate.h \
|
|
||||||
gtkcssstylepropertyprivate.h \
|
|
||||||
gtkcsstransformvalueprivate.h \
|
|
||||||
gtkcsstransientnodeprivate.h \
|
|
||||||
gtkcsstransitionprivate.h \
|
|
||||||
gtkcsstypedvalueprivate.h \
|
|
||||||
gtkcssunsetvalueprivate.h \
|
|
||||||
gtkcssvalueprivate.h \
|
|
||||||
gtkcsswin32sizevalueprivate.h \
|
|
||||||
gtkcsswidgetnodeprivate.h \
|
|
||||||
gtkcustompaperunixdialog.h \
|
|
||||||
gtkdialogprivate.h \
|
|
||||||
gtkdndprivate.h \
|
|
||||||
gtkemojichooser.h \
|
|
||||||
gtkemojicompletion.h \
|
|
||||||
gtkentryprivate.h \
|
|
||||||
gtkeventcontrollerprivate.h \
|
|
||||||
gtkfilechooserembed.h \
|
|
||||||
gtkfilechooserentry.h \
|
|
||||||
gtkfilechooserprivate.h \
|
|
||||||
gtkfilechoosernativeprivate.h \
|
|
||||||
gtkfilechooserwidgetprivate.h \
|
|
||||||
gtkfilechooserutils.h \
|
|
||||||
gtkfilefilterprivate.h \
|
|
||||||
gtkfilesystem.h \
|
|
||||||
gtkfilesystemmodel.h \
|
|
||||||
gtkfontchooserprivate.h \
|
|
||||||
gtkfontchooserutils.h \
|
|
||||||
gtkfontchooserwidgetprivate.h \
|
|
||||||
gtkgestureprivate.h \
|
|
||||||
gtkgesturedragprivate.h \
|
|
||||||
gtkgesturelongpressprivate.h \
|
|
||||||
gtkgesturemultipressprivate.h \
|
|
||||||
gtkgesturepanprivate.h \
|
|
||||||
gtkgesturerotateprivate.h \
|
|
||||||
gtkgesturesingleprivate.h \
|
|
||||||
gtkgesturestylusprivate.h \
|
|
||||||
gtkgestureswipeprivate.h \
|
|
||||||
gtkgesturezoomprivate.h \
|
|
||||||
gtkheaderbarprivate.h \
|
|
||||||
gtkhslaprivate.h \
|
|
||||||
gtkiconcache.h \
|
|
||||||
gtkiconhelperprivate.h \
|
|
||||||
gtkiconprivate.h \
|
|
||||||
gtkiconthemeprivate.h \
|
|
||||||
gtkiconviewprivate.h \
|
|
||||||
gtkimagedefinitionprivate.h \
|
|
||||||
gtkimageprivate.h \
|
|
||||||
gtkimmoduleprivate.h \
|
|
||||||
gtkimcontextsimpleseqs.h \
|
|
||||||
gtkintl.h \
|
|
||||||
gtkkeyhash.h \
|
|
||||||
gtkkineticscrolling.h \
|
|
||||||
gtklabelprivate.h \
|
|
||||||
gtklockbuttonprivate.h \
|
|
||||||
gtkmagnifierprivate.h \
|
|
||||||
gtkmenubuttonprivate.h \
|
|
||||||
gtkmenuprivate.h \
|
|
||||||
gtkmenuitemprivate.h \
|
|
||||||
gtkmenusectionbox.h \
|
|
||||||
gtkmenushellprivate.h \
|
|
||||||
gtkmenutracker.h \
|
|
||||||
gtkmenutrackeritem.h \
|
|
||||||
gtkmnemonichash.h \
|
|
||||||
gtkmodelmenuitem.h \
|
|
||||||
gtkmodifierstyle.h \
|
|
||||||
gtkmodulesprivate.h \
|
|
||||||
gtkmountoperationprivate.h \
|
|
||||||
gtknativedialogprivate.h \
|
|
||||||
gtkorientableprivate.h \
|
|
||||||
gtkpango.h \
|
|
||||||
gtkpathbar.h \
|
|
||||||
gtkplacessidebarprivate.h \
|
|
||||||
gtkplacesviewprivate.h \
|
|
||||||
gtkplacesviewrowprivate.h \
|
|
||||||
gtkpopoverprivate.h \
|
|
||||||
gtkprintoperation-private.h \
|
|
||||||
gtkprintutils.h \
|
|
||||||
gtkprivate.h \
|
|
||||||
gtkpixelcacheprivate.h \
|
|
||||||
gtkprogresstrackerprivate.h \
|
|
||||||
gtkquery.h \
|
|
||||||
gtkrangeprivate.h \
|
|
||||||
gtkrbtree.h \
|
|
||||||
gtkrecentchooserdefault.h \
|
|
||||||
gtkrecentchooserprivate.h \
|
|
||||||
gtkrecentchooserutils.h \
|
|
||||||
gtkrenderbackgroundprivate.h \
|
|
||||||
gtkrenderborderprivate.h \
|
|
||||||
gtkrendericonprivate.h \
|
|
||||||
gtkrenderprivate.h \
|
|
||||||
gtkresources.h \
|
|
||||||
gtkroundedboxprivate.h \
|
|
||||||
gtksearchengine.h \
|
|
||||||
gtksearchenginesimple.h \
|
|
||||||
gtksearchenginemodel.h \
|
|
||||||
gtksearchentryprivate.h \
|
|
||||||
gtkselectionprivate.h \
|
|
||||||
gtksettingsprivate.h \
|
|
||||||
gtkshortcutswindowprivate.h \
|
|
||||||
gtkshortcutsshortcutprivate.h \
|
|
||||||
gtksidebarrowprivate.h \
|
|
||||||
gtksizegroup-private.h \
|
|
||||||
gtksizerequestcacheprivate.h \
|
|
||||||
gtksocketprivate.h \
|
|
||||||
gtkstyleanimationprivate.h \
|
|
||||||
gtkstylecascadeprivate.h \
|
|
||||||
gtkstylecontextprivate.h \
|
|
||||||
gtkstylepropertyprivate.h \
|
|
||||||
gtkstyleproviderprivate.h \
|
|
||||||
gtktextattributesprivate.h \
|
|
||||||
gtktextbtree.h \
|
|
||||||
gtktextbufferprivate.h \
|
|
||||||
gtktextbufferserialize.h \
|
|
||||||
gtktextchildprivate.h \
|
|
||||||
gtktexthandleprivate.h \
|
|
||||||
gtktextiterprivate.h \
|
|
||||||
gtktextmarkprivate.h \
|
|
||||||
gtktextsegment.h \
|
|
||||||
gtktexttagprivate.h \
|
|
||||||
gtktexttagtableprivate.h \
|
|
||||||
gtktexttypes.h \
|
|
||||||
gtktextutil.h \
|
|
||||||
gtktrashmonitor.h \
|
|
||||||
gtktogglebuttonprivate.h \
|
|
||||||
gtktoolbarprivate.h \
|
|
||||||
gtktoolpaletteprivate.h \
|
|
||||||
gtktooltipprivate.h \
|
|
||||||
gtktooltipwindowprivate.h \
|
|
||||||
gtktreedatalist.h \
|
|
||||||
gtktreeprivate.h \
|
|
||||||
gtkutilsprivate.h \
|
|
||||||
gtkwidgetprivate.h \
|
|
||||||
gtkwidgetpathprivate.h \
|
|
||||||
gtkwin32drawprivate.h \
|
|
||||||
gtkwin32themeprivate.h \
|
|
||||||
gtkwindowprivate.h \
|
|
||||||
gtktreemenu.h \
|
|
||||||
gdkpixbufutilsprivate.h \
|
|
||||||
open-type-layout.h \
|
|
||||||
language-names.h \
|
|
||||||
script-names.h
|
|
||||||
|
|
||||||
# GTK+ C sources to build the library from
|
# GTK+ C sources to build the library from
|
||||||
gtk_base_c_sources = \
|
gtk_base_c_sources = \
|
||||||
$(a11y_c_sources) \
|
$(a11y_c_sources) \
|
||||||
$(deprecated_c_sources) \
|
$(gtk_deprecated_c_sources) \
|
||||||
$(inspector_c_sources) \
|
$(inspector_c_sources) \
|
||||||
gtkactionmuxer.c \
|
$(gtk_base_c_sources_base)
|
||||||
gtkactionobserver.c \
|
|
||||||
gtkactionobservable.c \
|
|
||||||
gtkactionable.c \
|
|
||||||
gtkquery.c \
|
|
||||||
gtksearchbar.c \
|
|
||||||
gtksearchentry.c \
|
|
||||||
gtksearchengine.c \
|
|
||||||
gtksearchenginesimple.c \
|
|
||||||
gtksearchenginemodel.c \
|
|
||||||
fnmatch.c \
|
|
||||||
gtkaboutdialog.c \
|
|
||||||
gtkaccelgroup.c \
|
|
||||||
gtkaccellabel.c \
|
|
||||||
gtkaccelmap.c \
|
|
||||||
gtkaccessible.c \
|
|
||||||
gtkactionbar.c \
|
|
||||||
gtkactionhelper.c \
|
|
||||||
gtkadjustment.c \
|
|
||||||
gtkallocatedbitmask.c \
|
|
||||||
gtkappchooser.c \
|
|
||||||
gtkappchooserwidget.c \
|
|
||||||
gtkappchooserbutton.c \
|
|
||||||
gtkappchooserdialog.c \
|
|
||||||
gtkapplication.c \
|
|
||||||
gtkapplicationaccels.c \
|
|
||||||
gtkapplicationimpl.c \
|
|
||||||
gtkapplicationwindow.c \
|
|
||||||
gtkaspectframe.c \
|
|
||||||
gtkassistant.c \
|
|
||||||
gtkbbox.c \
|
|
||||||
gtkbin.c \
|
|
||||||
gtkbindings.c \
|
|
||||||
gtkbookmarksmanager.c \
|
|
||||||
gtkborder.c \
|
|
||||||
gtkbox.c \
|
|
||||||
gtkboxgadget.c \
|
|
||||||
gtkbuildable.c \
|
|
||||||
gtkbuilder.c \
|
|
||||||
gtkbuilderparser.c \
|
|
||||||
gtkbuilder-menus.c \
|
|
||||||
gtkbuiltinicon.c \
|
|
||||||
gtkbutton.c \
|
|
||||||
gtkcairoblur.c \
|
|
||||||
gtkcalendar.c \
|
|
||||||
gtkcellarea.c \
|
|
||||||
gtkcellareabox.c \
|
|
||||||
gtkcellareaboxcontext.c \
|
|
||||||
gtkcellareacontext.c \
|
|
||||||
gtkcelleditable.c \
|
|
||||||
gtkcelllayout.c \
|
|
||||||
gtkcellrenderer.c \
|
|
||||||
gtkcellrendereraccel.c \
|
|
||||||
gtkcellrenderercombo.c \
|
|
||||||
gtkcellrendererpixbuf.c \
|
|
||||||
gtkcellrendererprogress.c \
|
|
||||||
gtkcellrendererspin.c \
|
|
||||||
gtkcellrendererspinner.c \
|
|
||||||
gtkcellrenderertext.c \
|
|
||||||
gtkcellrenderertoggle.c \
|
|
||||||
gtkcellview.c \
|
|
||||||
gtkcheckbutton.c \
|
|
||||||
gtkcheckmenuitem.c \
|
|
||||||
gtkcolorbutton.c \
|
|
||||||
gtkcolorchooser.c \
|
|
||||||
gtkcolorchooserwidget.c \
|
|
||||||
gtkcolorchooserdialog.c \
|
|
||||||
gtkcoloreditor.c \
|
|
||||||
gtkcolorpicker.c \
|
|
||||||
gtkcolorpickerkwin.c \
|
|
||||||
gtkcolorpickerportal.c \
|
|
||||||
gtkcolorpickershell.c \
|
|
||||||
gtkcolorplane.c \
|
|
||||||
gtkcolorscale.c \
|
|
||||||
gtkcolorswatch.c \
|
|
||||||
gtkcolorutils.c \
|
|
||||||
gtkcombobox.c \
|
|
||||||
gtkcomboboxtext.c \
|
|
||||||
gtkcomposetable.c \
|
|
||||||
gtkcontainer.c \
|
|
||||||
gtkcssanimation.c \
|
|
||||||
gtkcssanimatedstyle.c \
|
|
||||||
gtkcssarrayvalue.c \
|
|
||||||
gtkcssbgsizevalue.c \
|
|
||||||
gtkcssbordervalue.c \
|
|
||||||
gtkcsscalcvalue.c \
|
|
||||||
gtkcsscolorvalue.c \
|
|
||||||
gtkcsscornervalue.c \
|
|
||||||
gtkcsscustomgadget.c \
|
|
||||||
gtkcsscustomproperty.c \
|
|
||||||
gtkcssdimensionvalue.c \
|
|
||||||
gtkcsseasevalue.c \
|
|
||||||
gtkcssenumvalue.c \
|
|
||||||
gtkcssenginevalue.c \
|
|
||||||
gtkcssgadget.c \
|
|
||||||
gtkcssiconthemevalue.c \
|
|
||||||
gtkcssimage.c \
|
|
||||||
gtkcssimagebuiltin.c \
|
|
||||||
gtkcssimagecrossfade.c \
|
|
||||||
gtkcssimagefallback.c \
|
|
||||||
gtkcssimagegradient.c \
|
|
||||||
gtkcssimageicontheme.c \
|
|
||||||
gtkcssimagelinear.c \
|
|
||||||
gtkcssimageradial.c \
|
|
||||||
gtkcssimagesurface.c \
|
|
||||||
gtkcssimageurl.c \
|
|
||||||
gtkcssimagerecolor.c \
|
|
||||||
gtkcssimagescaled.c \
|
|
||||||
gtkcssimagevalue.c \
|
|
||||||
gtkcssimagewin32.c \
|
|
||||||
gtkcssinheritvalue.c \
|
|
||||||
gtkcssinitialvalue.c \
|
|
||||||
gtkcsskeyframes.c \
|
|
||||||
gtkcsslookup.c \
|
|
||||||
gtkcssmatcher.c \
|
|
||||||
gtkcssnode.c \
|
|
||||||
gtkcssnodedeclaration.c \
|
|
||||||
gtkcssnodestylecache.c \
|
|
||||||
gtkcssnumbervalue.c \
|
|
||||||
gtkcsspalettevalue.c \
|
|
||||||
gtkcssparser.c \
|
|
||||||
gtkcsspathnode.c \
|
|
||||||
gtkcsspositionvalue.c \
|
|
||||||
gtkcssprovider.c \
|
|
||||||
gtkcssrepeatvalue.c \
|
|
||||||
gtkcssrgbavalue.c \
|
|
||||||
gtkcsssection.c \
|
|
||||||
gtkcssselector.c \
|
|
||||||
gtkcssstringvalue.c \
|
|
||||||
gtkcssstyle.c \
|
|
||||||
gtkcssstylechange.c \
|
|
||||||
gtkcssshadowsvalue.c \
|
|
||||||
gtkcssshadowvalue.c \
|
|
||||||
gtkcssshorthandproperty.c \
|
|
||||||
gtkcssshorthandpropertyimpl.c \
|
|
||||||
gtkcssstaticstyle.c \
|
|
||||||
gtkcssstylefuncs.c \
|
|
||||||
gtkcssstyleproperty.c \
|
|
||||||
gtkcssstylepropertyimpl.c \
|
|
||||||
gtkcsstransformvalue.c \
|
|
||||||
gtkcsstransientnode.c \
|
|
||||||
gtkcsstransition.c \
|
|
||||||
gtkcsstypedvalue.c \
|
|
||||||
gtkcssunsetvalue.c \
|
|
||||||
gtkcsstypes.c \
|
|
||||||
gtkcssvalue.c \
|
|
||||||
gtkcsswidgetnode.c \
|
|
||||||
gtkcsswin32sizevalue.c \
|
|
||||||
gtkdialog.c \
|
|
||||||
gtkdragsource.c \
|
|
||||||
gtkdrawingarea.c \
|
|
||||||
gtkeditable.c \
|
|
||||||
gtkemojichooser.c \
|
|
||||||
gtkemojicompletion.c \
|
|
||||||
gtkentry.c \
|
|
||||||
gtkentrybuffer.c \
|
|
||||||
gtkentrycompletion.c \
|
|
||||||
gtkeventbox.c \
|
|
||||||
gtkeventcontroller.c \
|
|
||||||
gtkeventcontrollerkey.c \
|
|
||||||
gtkeventcontrollermotion.c \
|
|
||||||
gtkeventcontrollerscroll.c \
|
|
||||||
gtkexpander.c \
|
|
||||||
gtkfilechooser.c \
|
|
||||||
gtkfilechooserbutton.c \
|
|
||||||
gtkfilechooserdialog.c \
|
|
||||||
gtkfilechooserembed.c \
|
|
||||||
gtkfilechooserentry.c \
|
|
||||||
gtkfilechoosernative.c \
|
|
||||||
gtkfilechoosernativeportal.c \
|
|
||||||
gtkfilechooserutils.c \
|
|
||||||
gtkfilechooserwidget.c \
|
|
||||||
gtkfilefilter.c \
|
|
||||||
gtkfilesystem.c \
|
|
||||||
gtkfilesystemmodel.c \
|
|
||||||
gtkfixed.c \
|
|
||||||
gtkflowbox.c \
|
|
||||||
gtkfontbutton.c \
|
|
||||||
gtkfontchooser.c \
|
|
||||||
gtkfontchooserdialog.c \
|
|
||||||
gtkfontchooserutils.c \
|
|
||||||
gtkfontchooserwidget.c \
|
|
||||||
gtkframe.c \
|
|
||||||
gtkgladecatalog.c \
|
|
||||||
gtkgesture.c \
|
|
||||||
gtkgesturedrag.c \
|
|
||||||
gtkgesturelongpress.c \
|
|
||||||
gtkgesturemultipress.c \
|
|
||||||
gtkgesturepan.c \
|
|
||||||
gtkgesturerotate.c \
|
|
||||||
gtkgesturesingle.c \
|
|
||||||
gtkgesturestylus.c \
|
|
||||||
gtkgestureswipe.c \
|
|
||||||
gtkgesturezoom.c \
|
|
||||||
gtkglarea.c \
|
|
||||||
gtkgrid.c \
|
|
||||||
gtkheaderbar.c \
|
|
||||||
gtkhsla.c \
|
|
||||||
gtkicon.c \
|
|
||||||
gtkiconcache.c \
|
|
||||||
gtkiconcachevalidator.c \
|
|
||||||
gtkiconhelper.c \
|
|
||||||
gtkicontheme.c \
|
|
||||||
gtkiconview.c \
|
|
||||||
gtkimage.c \
|
|
||||||
gtkimagedefinition.c \
|
|
||||||
gtkimcontext.c \
|
|
||||||
gtkimcontextsimple.c \
|
|
||||||
gtkimmodule.c \
|
|
||||||
gtkimmulticontext.c \
|
|
||||||
gtkinfobar.c \
|
|
||||||
gtkinvisible.c \
|
|
||||||
gtkkeyhash.c \
|
|
||||||
gtkkineticscrolling.c \
|
|
||||||
gtklabel.c \
|
|
||||||
gtklayout.c \
|
|
||||||
gtklevelbar.c \
|
|
||||||
gtklinkbutton.c \
|
|
||||||
gtklistbox.c \
|
|
||||||
gtkliststore.c \
|
|
||||||
gtklockbutton.c \
|
|
||||||
gtkmain.c \
|
|
||||||
gtkmagnifier.c \
|
|
||||||
gtkmenu.c \
|
|
||||||
gtkmenubar.c \
|
|
||||||
gtkmenubutton.c \
|
|
||||||
gtkmenuitem.c \
|
|
||||||
gtkmenusectionbox.c \
|
|
||||||
gtkmenushell.c \
|
|
||||||
gtkmenutracker.c \
|
|
||||||
gtkmenutrackeritem.c \
|
|
||||||
gtkmenutoolbutton.c \
|
|
||||||
gtkmessagedialog.c \
|
|
||||||
gtkmnemonichash.c \
|
|
||||||
gtkmodelmenuitem.c \
|
|
||||||
gtkmodelbutton.c \
|
|
||||||
gtkmodifierstyle.c \
|
|
||||||
gtkmodules.c \
|
|
||||||
gtkmountoperation.c \
|
|
||||||
gtknativedialog.c \
|
|
||||||
gtknotebook.c \
|
|
||||||
gtkoffscreenwindow.c \
|
|
||||||
gtkorientable.c \
|
|
||||||
gtkoverlay.c \
|
|
||||||
gtkpadcontroller.c \
|
|
||||||
gtkpagesetup.c \
|
|
||||||
gtkpaned.c \
|
|
||||||
gtkpango.c \
|
|
||||||
gtkpapersize.c \
|
|
||||||
gtkpathbar.c \
|
|
||||||
gtkplacessidebar.c \
|
|
||||||
gtkplacesview.c \
|
|
||||||
gtkplacesviewrow.c \
|
|
||||||
gtkprintcontext.c \
|
|
||||||
gtkprintoperation.c \
|
|
||||||
gtkprintoperationpreview.c \
|
|
||||||
gtkprintsettings.c \
|
|
||||||
gtkprintutils.c \
|
|
||||||
gtkprivate.c \
|
|
||||||
gtkprogressbar.c \
|
|
||||||
gtkprogresstracker.c \
|
|
||||||
gtkpixelcache.c \
|
|
||||||
gtkpopover.c \
|
|
||||||
gtkpopovermenu.c \
|
|
||||||
gtkradiobutton.c \
|
|
||||||
gtkradiomenuitem.c \
|
|
||||||
gtkradiotoolbutton.c \
|
|
||||||
gtkrange.c \
|
|
||||||
gtkrbtree.c \
|
|
||||||
gtkrecentchooserdefault.c \
|
|
||||||
gtkrecentchooserdialog.c \
|
|
||||||
gtkrecentchoosermenu.c \
|
|
||||||
gtkrecentchooserwidget.c \
|
|
||||||
gtkrecentchooserutils.c \
|
|
||||||
gtkrecentchooser.c \
|
|
||||||
gtkrecentfilter.c \
|
|
||||||
gtkrecentmanager.c \
|
|
||||||
gtkrender.c \
|
|
||||||
gtkrenderbackground.c \
|
|
||||||
gtkrenderborder.c \
|
|
||||||
gtkrendericon.c \
|
|
||||||
gtkrevealer.c \
|
|
||||||
gtkroundedbox.c \
|
|
||||||
gtkscale.c \
|
|
||||||
gtkscalebutton.c \
|
|
||||||
gtkscrollable.c \
|
|
||||||
gtkscrollbar.c \
|
|
||||||
gtkscrolledwindow.c \
|
|
||||||
gtkselection.c \
|
|
||||||
gtkseparator.c \
|
|
||||||
gtkseparatormenuitem.c \
|
|
||||||
gtkseparatortoolitem.c \
|
|
||||||
gtksettings.c \
|
|
||||||
gtkshortcutsgroup.c \
|
|
||||||
gtkshortcutlabel.c \
|
|
||||||
gtkshortcutsshortcut.c \
|
|
||||||
gtkshortcutssection.c \
|
|
||||||
gtkshortcutswindow.c \
|
|
||||||
gtksidebarrow.c \
|
|
||||||
gtksizegroup.c \
|
|
||||||
gtksizerequest.c \
|
|
||||||
gtksizerequestcache.c \
|
|
||||||
gtkshow.c \
|
|
||||||
gtkstacksidebar.c \
|
|
||||||
gtkspinbutton.c \
|
|
||||||
gtkspinner.c \
|
|
||||||
gtkstack.c \
|
|
||||||
gtkstackswitcher.c \
|
|
||||||
gtkstatusbar.c \
|
|
||||||
gtkstyleanimation.c \
|
|
||||||
gtkstylecascade.c \
|
|
||||||
gtkstylecontext.c \
|
|
||||||
gtkstyleproperty.c \
|
|
||||||
gtkstyleprovider.c \
|
|
||||||
gtkstyleproviderprivate.c \
|
|
||||||
gtkswitch.c \
|
|
||||||
gtktestutils.c \
|
|
||||||
gtktextattributes.c \
|
|
||||||
gtktextbtree.c \
|
|
||||||
gtktextbuffer.c \
|
|
||||||
gtktextbufferrichtext.c \
|
|
||||||
gtktextbufferserialize.c \
|
|
||||||
gtktextchild.c \
|
|
||||||
gtktextdisplay.c \
|
|
||||||
gtktexthandle.c \
|
|
||||||
gtktextiter.c \
|
|
||||||
gtktextlayout.c \
|
|
||||||
gtktextmark.c \
|
|
||||||
gtktextsegment.c \
|
|
||||||
gtktexttag.c \
|
|
||||||
gtktexttagtable.c \
|
|
||||||
gtktexttypes.c \
|
|
||||||
gtktextutil.c \
|
|
||||||
gtktextview.c \
|
|
||||||
gtktogglebutton.c \
|
|
||||||
gtktoggletoolbutton.c \
|
|
||||||
gtktoolbar.c \
|
|
||||||
gtktoolbutton.c \
|
|
||||||
gtktoolitem.c \
|
|
||||||
gtktoolitemgroup.c \
|
|
||||||
gtktoolpalette.c \
|
|
||||||
gtktoolshell.c \
|
|
||||||
gtktooltip.c \
|
|
||||||
gtktooltipwindow.c \
|
|
||||||
gtktrashmonitor.c \
|
|
||||||
gtktreedatalist.c \
|
|
||||||
gtktreednd.c \
|
|
||||||
gtktreemenu.c \
|
|
||||||
gtktreemodel.c \
|
|
||||||
gtktreemodelfilter.c \
|
|
||||||
gtktreemodelsort.c \
|
|
||||||
gtktreeselection.c \
|
|
||||||
gtktreesortable.c \
|
|
||||||
gtktreestore.c \
|
|
||||||
gtktreeview.c \
|
|
||||||
gtktreeviewcolumn.c \
|
|
||||||
gtkutils.c \
|
|
||||||
gtkvolumebutton.c \
|
|
||||||
gtkviewport.c \
|
|
||||||
gtkwidget.c \
|
|
||||||
gtkwidgetpath.c \
|
|
||||||
gtkwindow.c \
|
|
||||||
gtkwindowgroup.c \
|
|
||||||
gtkwin32draw.c \
|
|
||||||
gtkwin32theme.c \
|
|
||||||
gdkpixbufutils.c \
|
|
||||||
language-names.c \
|
|
||||||
script-names.c
|
|
||||||
|
|
||||||
if USE_QUARTZ
|
if USE_QUARTZ
|
||||||
gtk_base_c_sources += \
|
gtk_base_c_sources += $(gtk_clipboard_dnd_c_sources_quartz)
|
||||||
gtkclipboard-quartz.c \
|
|
||||||
gtkdnd-quartz.c
|
|
||||||
else
|
else
|
||||||
gtk_base_c_sources += \
|
gtk_base_c_sources += $(gtk_clipboard_dnd_c_sources_generic)
|
||||||
gtkclipboard.c \
|
|
||||||
gtkdnd.c \
|
|
||||||
gtkdragdest.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nodist_gtk_c_sources =
|
nodist_gtk_c_sources =
|
||||||
gtk_c_sources = $(gtk_base_c_sources)
|
gtk_c_sources = $(gtk_base_c_sources)
|
||||||
|
|
||||||
gtk_dbus_built_sources = gtkdbusgenerated.c gtkdbusgenerated.h
|
|
||||||
|
|
||||||
$(gtk_dbus_built_sources) : Makefile.am gtkdbusinterfaces.xml
|
$(gtk_dbus_built_sources) : Makefile.am gtkdbusinterfaces.xml
|
||||||
$(AM_V_GEN) gdbus-codegen \
|
$(AM_V_GEN) gdbus-codegen \
|
||||||
--interface-prefix org.Gtk. \
|
--interface-prefix org.Gtk. \
|
||||||
@ -776,82 +158,24 @@ $(gtk_dbus_built_sources) : Makefile.am gtkdbusinterfaces.xml
|
|||||||
|
|
||||||
nodist_gtk_c_sources += $(gtk_dbus_built_sources)
|
nodist_gtk_c_sources += $(gtk_dbus_built_sources)
|
||||||
|
|
||||||
gtk_os_unix_c_sources = \
|
gtk_os_unix_c_sources = $(gtk_os_unix_c_sources_base)
|
||||||
gtkcustompaperunixdialog.c \
|
|
||||||
gtkpagesetupunixdialog.c \
|
|
||||||
gtkprinter.c \
|
|
||||||
gtkprinteroption.c \
|
|
||||||
gtkprinteroptionset.c \
|
|
||||||
gtkprinteroptionwidget.c \
|
|
||||||
gtkprintjob.c \
|
|
||||||
gtkprintoperation-unix.c \
|
|
||||||
gtkprintoperation-portal.h \
|
|
||||||
gtkprintoperation-portal.c \
|
|
||||||
gtkprintunixdialog.c \
|
|
||||||
gtkprintbackend.c \
|
|
||||||
gtksearchenginetracker.c
|
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
gtk_private_h_sources += \
|
gtk_private_h_sources += $(gtk_os_unix_private_h_sources)
|
||||||
gtkiconcachevalidator.h \
|
|
||||||
gtkprintbackend.h \
|
|
||||||
gtkprinter-private.h \
|
|
||||||
gtkprinteroption.h \
|
|
||||||
gtkprinteroptionset.h \
|
|
||||||
gtkprinteroptionwidget.h \
|
|
||||||
gtksearchenginetracker.h
|
|
||||||
|
|
||||||
if HAVE_TRACKER3
|
if HAVE_TRACKER3
|
||||||
gtk_private_h_sources += \
|
gtk_private_h_sources += $(gtk_os_unix_tracker3_private_h_sources)
|
||||||
gtksearchenginetracker3.h
|
gtk_os_unix_c_sources += $(gtk_os_unix_tracker3_c_sources)
|
||||||
gtk_os_unix_c_sources += \
|
|
||||||
gtksearchenginetracker3.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_c_sources += $(gtk_os_unix_c_sources)
|
gtk_c_sources += $(gtk_os_unix_c_sources)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_os_win32_c_sources = \
|
|
||||||
gtkprint-win32.c \
|
|
||||||
gtkprintoperation-win32.c \
|
|
||||||
gtkfilechoosernativewin32.c \
|
|
||||||
gtkwin32.c
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
gtk_private_h_sources += gtkprint-win32.h
|
gtk_private_h_sources += $(gtk_os_win32_private_h_sources)
|
||||||
gtk_c_sources += $(gtk_os_win32_c_sources)
|
gtk_c_sources += $(gtk_os_win32_c_sources)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_use_x11_c_sources = \
|
|
||||||
gtkplug.c \
|
|
||||||
gtksocket.c \
|
|
||||||
gtkxembed.c \
|
|
||||||
deprecated/gtktrayicon-x11.c \
|
|
||||||
gtkapplication-x11.c \
|
|
||||||
gtkmountoperation-x11.c
|
|
||||||
|
|
||||||
gtk_use_wayland_c_sources = \
|
|
||||||
gtkapplication-wayland.c
|
|
||||||
|
|
||||||
gtk_use_wayland_or_x11_c_sources = \
|
|
||||||
gtkapplication-dbus.c
|
|
||||||
|
|
||||||
gtk_use_win32_c_sources = \
|
|
||||||
gtkwin32embed.c \
|
|
||||||
gtkwin32embedwidget.c \
|
|
||||||
gtkmountoperation-stub.c
|
|
||||||
gtk_use_quartz_c_sources = \
|
|
||||||
gtksearchenginequartz.c \
|
|
||||||
gtkmountoperation-stub.c \
|
|
||||||
gtkapplication-quartz.c \
|
|
||||||
gtkapplication-quartz-menu.c \
|
|
||||||
gtkfilechoosernativequartz.c \
|
|
||||||
gtkquartz.c
|
|
||||||
gtk_use_stub_c_sources = \
|
|
||||||
gtkmountoperation-stub.c
|
|
||||||
gtk_use_x11_private_h_sources = \
|
|
||||||
gtkxembed.h \
|
|
||||||
deprecated/gtktrayicon.h \
|
|
||||||
xembed.h
|
|
||||||
if USE_X11
|
if USE_X11
|
||||||
gtk_c_sources += $(gtk_use_x11_c_sources)
|
gtk_c_sources += $(gtk_use_x11_c_sources)
|
||||||
gtk_private_h_sources += $(gtk_use_x11_private_h_sources)
|
gtk_private_h_sources += $(gtk_use_x11_private_h_sources)
|
||||||
@ -871,17 +195,11 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_use_win32_private_h_sources = \
|
|
||||||
gtkwin32embed.h \
|
|
||||||
gtkwin32embedwidget.h
|
|
||||||
if USE_WIN32
|
if USE_WIN32
|
||||||
gtk_c_sources += $(gtk_use_win32_c_sources)
|
gtk_c_sources += $(gtk_use_win32_c_sources)
|
||||||
gtk_private_h_sources += $(gtk_use_win32_private_h_sources)
|
gtk_private_h_sources += $(gtk_use_win32_private_h_sources)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_use_quartz_private_h_sources = \
|
|
||||||
gtksearchenginequartz.h \
|
|
||||||
gtkquartz.h
|
|
||||||
if USE_QUARTZ
|
if USE_QUARTZ
|
||||||
gtk_c_sources += $(gtk_use_quartz_c_sources)
|
gtk_c_sources += $(gtk_use_quartz_c_sources)
|
||||||
gtk_private_h_sources += $(gtk_use_quartz_private_h_sources)
|
gtk_private_h_sources += $(gtk_use_quartz_private_h_sources)
|
||||||
@ -889,7 +207,7 @@ endif
|
|||||||
|
|
||||||
gtk_all_private_h_sources = \
|
gtk_all_private_h_sources = \
|
||||||
$(a11y_private_h_sources) \
|
$(a11y_private_h_sources) \
|
||||||
$(deprecated_private_h_sources) \
|
$(gtk_deprecated_private_h_sources) \
|
||||||
$(gtk_private_h_sources) \
|
$(gtk_private_h_sources) \
|
||||||
$(gtk_use_x11_private_h_sources) \
|
$(gtk_use_x11_private_h_sources) \
|
||||||
$(gtk_use_win32_private_h_sources) \
|
$(gtk_use_win32_private_h_sources) \
|
||||||
@ -909,24 +227,10 @@ endif
|
|||||||
# depending on them only get rebuild when the built source actually changed
|
# depending on them only get rebuild when the built source actually changed
|
||||||
# content
|
# content
|
||||||
|
|
||||||
# built sources that get installed with the header files
|
|
||||||
gtk_built_public_sources = \
|
|
||||||
gtktypebuiltins.h
|
|
||||||
|
|
||||||
# built headers that don't get installed
|
|
||||||
gtk_built_private_headers = \
|
|
||||||
gtkresources.h \
|
|
||||||
gtkmarshalers.h \
|
|
||||||
gtkprivatetypebuiltins.h
|
|
||||||
|
|
||||||
gtk_built_sources = \
|
gtk_built_sources = \
|
||||||
$(gtk_built_private_headers) \
|
$(gtk_built_private_headers) \
|
||||||
$(gtk_built_public_sources) \
|
$(gtk_built_public_sources) \
|
||||||
gtkresources.c \
|
$(gtk_other_built_sources)
|
||||||
gtk.gresource.xml \
|
|
||||||
gtktypebuiltins.c \
|
|
||||||
gtkmarshalers.c \
|
|
||||||
gtkprivatetypebuiltins.c
|
|
||||||
|
|
||||||
nodist_gtk_c_sources += $(gtk_built_sources)
|
nodist_gtk_c_sources += $(gtk_built_sources)
|
||||||
|
|
||||||
@ -935,18 +239,6 @@ stamp_files = \
|
|||||||
stamp-gtktypebuiltins.h \
|
stamp-gtktypebuiltins.h \
|
||||||
stamp-gtkprivatetypebuiltins.h
|
stamp-gtkprivatetypebuiltins.h
|
||||||
|
|
||||||
# non-header sources (headers should be specified in the above variables)
|
|
||||||
# that don't serve as direct make target sources, i.e. they don't have
|
|
||||||
# their own .lo rules and don't get publically installed
|
|
||||||
gtk_extra_sources = \
|
|
||||||
paper_names.c \
|
|
||||||
paper_names_offsets.c \
|
|
||||||
gen-paper-names.c \
|
|
||||||
deprecated/gtkstatusicon-quartz.c \
|
|
||||||
gtkversion.h.in \
|
|
||||||
gtkmarshalers.list \
|
|
||||||
fallback-c89.c
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# setup GTK+ sources and their dependencies
|
# setup GTK+ sources and their dependencies
|
||||||
#
|
#
|
||||||
@ -978,38 +270,7 @@ EXTRA_DIST += $(its_DATA)
|
|||||||
|
|
||||||
templates = \
|
templates = \
|
||||||
$(inspector_templates) \
|
$(inspector_templates) \
|
||||||
ui/gtkapplication-quartz.ui \
|
$(gtk_base_ui_templates)
|
||||||
ui/gtkaboutdialog.ui \
|
|
||||||
ui/gtkactionbar.ui \
|
|
||||||
ui/gtkappchooserdialog.ui \
|
|
||||||
ui/gtkappchooserwidget.ui \
|
|
||||||
ui/gtkassistant.ui \
|
|
||||||
ui/gtkcolorchooserdialog.ui \
|
|
||||||
ui/gtkcoloreditor.ui \
|
|
||||||
ui/gtkcombobox.ui \
|
|
||||||
ui/gtkdialog.ui \
|
|
||||||
ui/gtkfilechooserbutton.ui \
|
|
||||||
ui/gtkemojichooser.ui \
|
|
||||||
ui/gtkfilechooserwidget.ui \
|
|
||||||
ui/gtkfilechooserdialog.ui \
|
|
||||||
ui/gtkfontbutton.ui \
|
|
||||||
ui/gtkfontchooserdialog.ui \
|
|
||||||
ui/gtkfontchooserwidget.ui \
|
|
||||||
ui/gtkinfobar.ui \
|
|
||||||
ui/gtklockbutton.ui \
|
|
||||||
ui/gtkmessagedialog.ui \
|
|
||||||
ui/gtkpagesetupunixdialog.ui \
|
|
||||||
ui/gtkpathbar.ui \
|
|
||||||
ui/gtkplacesview.ui \
|
|
||||||
ui/gtkplacesviewrow.ui \
|
|
||||||
ui/gtkprintunixdialog.ui \
|
|
||||||
ui/gtkrecentchooserdefault.ui \
|
|
||||||
ui/gtksearchbar.ui \
|
|
||||||
ui/gtkscalebutton.ui \
|
|
||||||
ui/gtkstatusbar.ui \
|
|
||||||
ui/gtktooltipwindow.ui \
|
|
||||||
ui/gtkvolumebutton.ui \
|
|
||||||
ui/gtksidebarrow.ui
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# rules to generate built sources
|
# rules to generate built sources
|
||||||
@ -1134,27 +395,12 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
|
|||||||
echo " </gresource>" >> $@; \
|
echo " </gresource>" >> $@; \
|
||||||
echo "</gresources>" >> $@;
|
echo "</gresources>" >> $@;
|
||||||
|
|
||||||
gesture_sources = \
|
|
||||||
gesture/gesture-pinch-symbolic.svg \
|
|
||||||
gesture/gesture-stretch-symbolic.svg \
|
|
||||||
gesture/gesture-rotate-clockwise-symbolic.svg \
|
|
||||||
gesture/gesture-rotate-anticlockwise-symbolic.svg \
|
|
||||||
gesture/gesture-two-finger-swipe-left-symbolic.svg \
|
|
||||||
gesture/gesture-two-finger-swipe-right-symbolic.svg
|
|
||||||
|
|
||||||
adwaita_theme_scss = \
|
adwaita_theme_scss = \
|
||||||
theme/Adwaita/_colors-public.scss \
|
$(adwaita_theme_scss_sources) \
|
||||||
theme/Adwaita/_colors.scss \
|
|
||||||
theme/Adwaita/_common.scss \
|
|
||||||
theme/Adwaita/_drawing.scss \
|
|
||||||
theme/Adwaita/gtk-contained-dark.scss \
|
|
||||||
theme/Adwaita/gtk-contained.scss \
|
|
||||||
$()
|
$()
|
||||||
|
|
||||||
highcontrast_theme_scss = \
|
highcontrast_theme_scss = \
|
||||||
theme/HighContrast/_colors-hc.scss \
|
$(highcontrast_theme_scss_sources) \
|
||||||
theme/HighContrast/gtk-contained-inverse.scss \
|
|
||||||
theme/HighContrast/gtk-contained.scss \
|
|
||||||
$()
|
$()
|
||||||
|
|
||||||
if REBUILD_SCSS
|
if REBUILD_SCSS
|
||||||
@ -1182,21 +428,11 @@ theme/HighContrast/gtk-contained-inverse.css: $(top_srcdir)/gtk/theme/HighContra
|
|||||||
endif # REBUILD_SCSS
|
endif # REBUILD_SCSS
|
||||||
|
|
||||||
theme_sources = \
|
theme_sources = \
|
||||||
theme/win32/gtk.css \
|
$(win32_theme_css_sources) \
|
||||||
theme/win32/gtk-win32-base.css \
|
|
||||||
$(adwaita_theme_scss) \
|
$(adwaita_theme_scss) \
|
||||||
theme/Adwaita/assets.txt \
|
$(adwaita_theme_files) \
|
||||||
theme/Adwaita/assets.svg \
|
|
||||||
theme/Adwaita/README \
|
|
||||||
theme/Adwaita/gtk-contained.css \
|
|
||||||
theme/Adwaita/gtk-contained-dark.css \
|
|
||||||
theme/Adwaita/gtk.css \
|
|
||||||
theme/Adwaita/gtk-dark.css \
|
|
||||||
$(highcontrast_theme_scss) \
|
$(highcontrast_theme_scss) \
|
||||||
theme/HighContrast/gtk-contained.css \
|
$(highcontrast_theme_css_sources)
|
||||||
theme/HighContrast/gtk-contained-inverse.css \
|
|
||||||
theme/HighContrast/gtk.css \
|
|
||||||
theme/HighContrast/gtk-inverse.css
|
|
||||||
|
|
||||||
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(builddir)/gtk.gresource.xml)
|
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(builddir)/gtk.gresource.xml)
|
||||||
|
|
||||||
@ -1290,72 +526,11 @@ gtk_3_FILES = \
|
|||||||
$(gtk_use_win32_c_sources)
|
$(gtk_use_win32_c_sources)
|
||||||
|
|
||||||
gtk_3_EXCLUDES = dummy
|
gtk_3_EXCLUDES = dummy
|
||||||
gtk_3_HEADERS_DIR = $(gtkincludedir)
|
|
||||||
|
|
||||||
gtk_3_HEADERS_INST = \
|
|
||||||
$(filter-out gtkversion.h, $(gtkinclude_HEADERS)) \
|
|
||||||
$(a11y_h_sources) \
|
|
||||||
$(gtk_deprecated_h_sources)
|
|
||||||
|
|
||||||
gtk_3_HEADERS_EXCLUDES = gtktypebuiltins.h
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvcproj
|
include $(top_srcdir)/win32/Makefile.msvcproj
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
|
||||||
# Introspection Items for MSVC
|
|
||||||
MSVC_INTROSPECT_GIRS = Gtk-3.0.gir
|
|
||||||
|
|
||||||
GTK_MSVC_GIR_CFLAGS = \
|
|
||||||
$(GTK_BASE_CFLAGS_DEFINES) \
|
|
||||||
-DGTK_LIBDIR=\\\"/dummy/lib\\\" \
|
|
||||||
-DGTK_DATADIR=\\\"/dummy/share\\\" \
|
|
||||||
-DGTK_DATA_PREFIX=\\\"/dummy\\\" \
|
|
||||||
-DGTK_SYSCONFDIR=\\\"/dummy/etc\\\" \
|
|
||||||
-DGTK_HOST=\\\"'$$$$(AT_PLAT)'-pc-vs'$$$$(VSVER)'\\\" \
|
|
||||||
-DGTK_PRINT_BACKENDS=\\\"file\\\" \
|
|
||||||
-DINCLUDE_IM_am_et \
|
|
||||||
-DINCLUDE_IM_cedilla \
|
|
||||||
-DINCLUDE_IM_cyrillic_translit \
|
|
||||||
-DINCLUDE_IM_ime \
|
|
||||||
-DINCLUDE_IM_inuktitu \
|
|
||||||
-DINCLUDE_IM_ipa \
|
|
||||||
-DINCLUDE_IM_multipress \
|
|
||||||
-DINCLUDE_IM_thai \
|
|
||||||
-DINCLUDE_IM_ti_er \
|
|
||||||
-DINCLUDE_IM_ti_et \
|
|
||||||
-DINCLUDE_IM_viqr \
|
|
||||||
-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gtk-3' \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gdk-3' -I.. \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gtk-3/gtk' -I../gtk \
|
|
||||||
-I'./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/obj/gdk-3/gdk' -I../gdk
|
|
||||||
|
|
||||||
INTROSPECTION_INTERMEDIATE_ITEMS = \
|
|
||||||
$(top_builddir)/win32/Gtk-3.0.gir.msvc.introspect \
|
|
||||||
$(top_builddir)/win32/Gtk_3_0_gir_list
|
|
||||||
|
|
||||||
Gtk_3_0_gir_MSVC_FILES = \
|
|
||||||
$(filter-out gtktypebuiltins.h gtkversion.h, $(introspected_pub_headers)) \
|
|
||||||
$(gtk_base_c_sources) \
|
|
||||||
$(gtk_os_win32_c_sources)
|
|
||||||
|
|
||||||
Gtk_3_0_gir_MSVC_EXPORT_PACKAGES = $(Gtk_3_0_gir_EXPORT_PACKAGES)
|
|
||||||
Gtk_3_0_gir_MSVC_INCLUDE_GIRS = Atk-1.0
|
|
||||||
Gtk_3_0_gir_MSVC_LIBS = gtk-3.0 gdk-3.0
|
|
||||||
Gtk_3_0_gir_MSVC_CFLAGS = $(GTK_MSVC_GIR_CFLAGS)
|
|
||||||
Gtk_3_0_gir_MSVC_SCANNERFLAGS = --warn-all --include-uninstalled='./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/bin/Gdk-3.0.gir'
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvc-introspection
|
|
||||||
|
|
||||||
else
|
|
||||||
INTROSPECTION_INTERMEDIATE_ITEMS =
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
dist-hook: \
|
dist-hook: \
|
||||||
$(top_builddir)/win32/vs9/gtk-3.vcproj \
|
$(top_builddir)/win32/vs9/gtk-3.vcproj
|
||||||
$(top_builddir)/win32/vs9/gtk-3.headers \
|
|
||||||
$(INTROSPECTION_INTERMEDIATE_ITEMS)
|
|
||||||
|
|
||||||
# Install a RC file for the default GTK+ theme, and key themes
|
# Install a RC file for the default GTK+ theme, and key themes
|
||||||
install-data-local: install-ms-lib install-def-file install-mac-key-theme
|
install-data-local: install-ms-lib install-def-file install-mac-key-theme
|
||||||
|
|||||||
@ -40,14 +40,14 @@ gtk_deprecated_h_sources = \
|
|||||||
deprecated/gtkvseparator.h \
|
deprecated/gtkvseparator.h \
|
||||||
deprecated/gtkvpaned.h
|
deprecated/gtkvpaned.h
|
||||||
|
|
||||||
deprecated_private_h_sources = \
|
gtk_deprecated_private_h_sources = \
|
||||||
deprecated/gtkgradientprivate.h \
|
deprecated/gtkgradientprivate.h \
|
||||||
deprecated/gtkiconfactoryprivate.h \
|
deprecated/gtkiconfactoryprivate.h \
|
||||||
deprecated/gtknumerableiconprivate.h \
|
deprecated/gtknumerableiconprivate.h \
|
||||||
deprecated/gtkstylepropertiesprivate.h \
|
deprecated/gtkstylepropertiesprivate.h \
|
||||||
deprecated/gtksymboliccolorprivate.h
|
deprecated/gtksymboliccolorprivate.h
|
||||||
|
|
||||||
deprecated_c_sources = \
|
gtk_deprecated_c_sources = \
|
||||||
deprecated/gtkactivatable.c \
|
deprecated/gtkactivatable.c \
|
||||||
deprecated/gtkaction.c \
|
deprecated/gtkaction.c \
|
||||||
deprecated/gtkactiongroup.c \
|
deprecated/gtkactiongroup.c \
|
||||||
|
|||||||
@ -1,236 +0,0 @@
|
|||||||
# List of headers to be passed into glib-mkenums
|
|
||||||
|
|
||||||
|
|
||||||
# GTK+ header files for public installation (non-generated, or generated
|
|
||||||
# by configure)
|
|
||||||
|
|
||||||
GTK_PUB_HDRS = \
|
|
||||||
gtk.h \
|
|
||||||
gtk-autocleanups.h \
|
|
||||||
gtkx.h \
|
|
||||||
gtkx-autocleanups.h \
|
|
||||||
gtk-a11y.h \
|
|
||||||
gtkaboutdialog.h \
|
|
||||||
gtkaccelgroup.h \
|
|
||||||
gtkaccellabel.h \
|
|
||||||
gtkaccelmap.h \
|
|
||||||
gtkaccessible.h \
|
|
||||||
gtkactionable.h \
|
|
||||||
gtkactionbar.h \
|
|
||||||
gtkadjustment.h \
|
|
||||||
gtkappchooser.h \
|
|
||||||
gtkappchooserbutton.h \
|
|
||||||
gtkappchooserdialog.h \
|
|
||||||
gtkappchooserwidget.h \
|
|
||||||
gtkapplication.h \
|
|
||||||
gtkapplicationwindow.h \
|
|
||||||
gtkaspectframe.h \
|
|
||||||
gtkassistant.h \
|
|
||||||
gtkbbox.h \
|
|
||||||
gtkbin.h \
|
|
||||||
gtkbindings.h \
|
|
||||||
gtkborder.h \
|
|
||||||
gtkbox.h \
|
|
||||||
gtkbuilder.h \
|
|
||||||
gtkbuildable.h \
|
|
||||||
gtkbutton.h \
|
|
||||||
gtkcalendar.h \
|
|
||||||
gtkcellarea.h \
|
|
||||||
gtkcellareacontext.h \
|
|
||||||
gtkcellareabox.h \
|
|
||||||
gtkcelleditable.h \
|
|
||||||
gtkcelllayout.h \
|
|
||||||
gtkcellrenderer.h \
|
|
||||||
gtkcellrendereraccel.h \
|
|
||||||
gtkcellrenderercombo.h \
|
|
||||||
gtkcellrendererpixbuf.h \
|
|
||||||
gtkcellrendererprogress.h \
|
|
||||||
gtkcellrendererspin.h \
|
|
||||||
gtkcellrendererspinner.h\
|
|
||||||
gtkcellrenderertext.h \
|
|
||||||
gtkcellrenderertoggle.h \
|
|
||||||
gtkcellview.h \
|
|
||||||
gtkcheckbutton.h \
|
|
||||||
gtkcheckmenuitem.h \
|
|
||||||
gtkclipboard.h \
|
|
||||||
gtkcolorbutton.h \
|
|
||||||
gtkcolorchooser.h \
|
|
||||||
gtkcolorchooserwidget.h \
|
|
||||||
gtkcolorchooserdialog.h \
|
|
||||||
gtkcolorutils.h \
|
|
||||||
gtkcombobox.h \
|
|
||||||
gtkcomboboxtext.h \
|
|
||||||
gtkcontainer.h \
|
|
||||||
gtkcssprovider.h \
|
|
||||||
gtkcsssection.h \
|
|
||||||
gtkdebug.h \
|
|
||||||
gtkdialog.h \
|
|
||||||
gtkdnd.h \
|
|
||||||
gtkdragdest.h \
|
|
||||||
gtkdragsource.h \
|
|
||||||
gtkdrawingarea.h \
|
|
||||||
gtkeditable.h \
|
|
||||||
gtkentry.h \
|
|
||||||
gtkentrybuffer.h \
|
|
||||||
gtkentrycompletion.h \
|
|
||||||
gtkenums.h \
|
|
||||||
gtkeventbox.h \
|
|
||||||
gtkeventcontroller.h \
|
|
||||||
gtkeventcontrollerkey.h \
|
|
||||||
gtkeventcontrollermotion.h \
|
|
||||||
gtkeventcontrollerscroll.h \
|
|
||||||
gtkexpander.h \
|
|
||||||
gtkfilechooser.h \
|
|
||||||
gtkfilechooserbutton.h \
|
|
||||||
gtkfilechooserdialog.h \
|
|
||||||
gtkfilechoosernative.h \
|
|
||||||
gtkfilechooserwidget.h \
|
|
||||||
gtkfilefilter.h \
|
|
||||||
gtkfixed.h \
|
|
||||||
gtkflowbox.h \
|
|
||||||
gtkfontbutton.h \
|
|
||||||
gtkfontchooser.h \
|
|
||||||
gtkfontchooserdialog.h \
|
|
||||||
gtkfontchooserwidget.h \
|
|
||||||
gtkframe.h \
|
|
||||||
gtkgesture.h \
|
|
||||||
gtkgesturedrag.h \
|
|
||||||
gtkgesturelongpress.h \
|
|
||||||
gtkgesturemultipress.h \
|
|
||||||
gtkgesturepan.h \
|
|
||||||
gtkgesturerotate.h \
|
|
||||||
gtkgesturesingle.h \
|
|
||||||
gtkgesturestylus.h \
|
|
||||||
gtkgestureswipe.h \
|
|
||||||
gtkgesturezoom.h \
|
|
||||||
gtkglarea.h \
|
|
||||||
gtkgrid.h \
|
|
||||||
gtkheaderbar.h \
|
|
||||||
gtkicontheme.h \
|
|
||||||
gtkiconview.h \
|
|
||||||
gtkimage.h \
|
|
||||||
gtkimcontext.h \
|
|
||||||
gtkimcontextinfo.h \
|
|
||||||
gtkimcontextsimple.h \
|
|
||||||
gtkimmodule.h \
|
|
||||||
gtkimmulticontext.h \
|
|
||||||
gtkinfobar.h \
|
|
||||||
gtkinvisible.h \
|
|
||||||
gtklabel.h \
|
|
||||||
gtklayout.h \
|
|
||||||
gtklevelbar.h \
|
|
||||||
gtklinkbutton.h \
|
|
||||||
gtklistbox.h \
|
|
||||||
gtkliststore.h \
|
|
||||||
gtklockbutton.h \
|
|
||||||
gtkmain.h \
|
|
||||||
gtkmenu.h \
|
|
||||||
gtkmenubar.h \
|
|
||||||
gtkmenubutton.h \
|
|
||||||
gtkmenuitem.h \
|
|
||||||
gtkmenushell.h \
|
|
||||||
gtkmenutoolbutton.h \
|
|
||||||
gtkmessagedialog.h \
|
|
||||||
gtkmodelbutton.h \
|
|
||||||
gtkmodules.h \
|
|
||||||
gtkmountoperation.h \
|
|
||||||
gtknativedialog.h \
|
|
||||||
gtknotebook.h \
|
|
||||||
gtkoffscreenwindow.h \
|
|
||||||
gtkorientable.h \
|
|
||||||
gtkoverlay.h \
|
|
||||||
gtkpadcontroller.h \
|
|
||||||
gtkpagesetup.h \
|
|
||||||
gtkpaned.h \
|
|
||||||
gtkpapersize.h \
|
|
||||||
gtkplacessidebar.h \
|
|
||||||
gtkplug.h \
|
|
||||||
gtkpopover.h \
|
|
||||||
gtkpopovermenu.h \
|
|
||||||
gtkprintcontext.h \
|
|
||||||
gtkprintoperation.h \
|
|
||||||
gtkprintoperationpreview.h \
|
|
||||||
gtkprintsettings.h \
|
|
||||||
gtkprogressbar.h \
|
|
||||||
gtkradiobutton.h \
|
|
||||||
gtkradiomenuitem.h \
|
|
||||||
gtkradiotoolbutton.h \
|
|
||||||
gtkrange.h \
|
|
||||||
gtkrecentchooser.h \
|
|
||||||
gtkrecentchooserdialog.h \
|
|
||||||
gtkrecentchoosermenu.h \
|
|
||||||
gtkrecentchooserwidget.h \
|
|
||||||
gtkrecentfilter.h \
|
|
||||||
gtkrecentmanager.h \
|
|
||||||
gtkrender.h \
|
|
||||||
gtkrevealer.h \
|
|
||||||
gtkscale.h \
|
|
||||||
gtkscalebutton.h \
|
|
||||||
gtkscrollable.h \
|
|
||||||
gtkscrollbar.h \
|
|
||||||
gtkscrolledwindow.h \
|
|
||||||
gtksearchbar.h \
|
|
||||||
gtksearchentry.h \
|
|
||||||
gtkselection.h \
|
|
||||||
gtkseparator.h \
|
|
||||||
gtkseparatormenuitem.h \
|
|
||||||
gtkseparatortoolitem.h \
|
|
||||||
gtksettings.h \
|
|
||||||
gtkshortcutlabel.h \
|
|
||||||
gtkshortcutsgroup.h \
|
|
||||||
gtkshortcutssection.h \
|
|
||||||
gtkshortcutsshortcut.h \
|
|
||||||
gtkshortcutswindow.h \
|
|
||||||
gtkshow.h \
|
|
||||||
gtkstacksidebar.h \
|
|
||||||
gtksizegroup.h \
|
|
||||||
gtksizerequest.h \
|
|
||||||
gtksocket.h \
|
|
||||||
gtkspinbutton.h \
|
|
||||||
gtkspinner.h \
|
|
||||||
gtkstack.h \
|
|
||||||
gtkstackswitcher.h \
|
|
||||||
gtkstatusbar.h \
|
|
||||||
gtkstylecontext.h \
|
|
||||||
gtkstyleprovider.h \
|
|
||||||
gtkswitch.h \
|
|
||||||
gtktestutils.h \
|
|
||||||
gtktextattributes.h \
|
|
||||||
gtktextbuffer.h \
|
|
||||||
gtktextbufferrichtext.h \
|
|
||||||
gtktextchild.h \
|
|
||||||
gtktextdisplay.h \
|
|
||||||
gtktextiter.h \
|
|
||||||
gtktextmark.h \
|
|
||||||
gtktexttag.h \
|
|
||||||
gtktexttagtable.h \
|
|
||||||
gtktextview.h \
|
|
||||||
gtktogglebutton.h \
|
|
||||||
gtktoggletoolbutton.h \
|
|
||||||
gtktoolbar.h \
|
|
||||||
gtktoolbutton.h \
|
|
||||||
gtktoolitem.h \
|
|
||||||
gtktoolitemgroup.h \
|
|
||||||
gtktoolpalette.h \
|
|
||||||
gtktoolshell.h \
|
|
||||||
gtktooltip.h \
|
|
||||||
gtktreednd.h \
|
|
||||||
gtktreemodel.h \
|
|
||||||
gtktreemodelfilter.h \
|
|
||||||
gtktreemodelsort.h \
|
|
||||||
gtktreeselection.h \
|
|
||||||
gtktreesortable.h \
|
|
||||||
gtktreestore.h \
|
|
||||||
gtktreeview.h \
|
|
||||||
gtktreeviewcolumn.h \
|
|
||||||
gtktypes.h \
|
|
||||||
gtkviewport.h \
|
|
||||||
gtkvolumebutton.h \
|
|
||||||
gtkwidget.h \
|
|
||||||
gtkwidgetpath.h \
|
|
||||||
gtkwindow.h \
|
|
||||||
gtkwindowgroup.h
|
|
||||||
|
|
||||||
GTK_PRIVATE_TYPE_HDRS = \
|
|
||||||
gtkcsstypesprivate.h \
|
|
||||||
gtktexthandleprivate.h
|
|
||||||
1066
gtk/gtk-sources.inc
Normal file
1066
gtk/gtk-sources.inc
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
include libgail-util-sources.inc
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
gailutil.def \
|
gailutil.def \
|
||||||
@ -35,17 +36,8 @@ endif
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libgailutil-3.la
|
lib_LTLIBRARIES = libgailutil-3.la
|
||||||
|
|
||||||
util_c_sources = \
|
|
||||||
gailmisc.c \
|
|
||||||
gailtextutil.c
|
|
||||||
|
|
||||||
libgailutilincludedir=$(includedir)/gail-3.0/libgail-util
|
libgailutilincludedir=$(includedir)/gail-3.0/libgail-util
|
||||||
|
|
||||||
util_public_h_sources = \
|
|
||||||
gailmisc.h \
|
|
||||||
gailtextutil.h \
|
|
||||||
gail-util.h
|
|
||||||
|
|
||||||
libgailutil_3_la_SOURCES = \
|
libgailutil_3_la_SOURCES = \
|
||||||
$(util_c_sources)
|
$(util_c_sources)
|
||||||
|
|
||||||
@ -90,16 +82,10 @@ MSVCPROJS = gailutil-3
|
|||||||
gailutil_3_FILES = $(libgailutil_3_la_SOURCES)
|
gailutil_3_FILES = $(libgailutil_3_la_SOURCES)
|
||||||
|
|
||||||
gailutil_3_EXCLUDES = dummy
|
gailutil_3_EXCLUDES = dummy
|
||||||
gailutil_3_HEADERS_DIR = $(libgailutilincludedir)
|
|
||||||
|
|
||||||
gailutil_3_HEADERS_INST = $(libgailutilinclude_HEADERS)
|
|
||||||
|
|
||||||
gailutil_3_HEADERS_EXCLUDES = dummy
|
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile.msvcproj
|
include $(top_srcdir)/win32/Makefile.msvcproj
|
||||||
|
|
||||||
dist-hook: \
|
dist-hook: \
|
||||||
$(top_builddir)/win32/vs9/gailutil-3.vcproj \
|
$(top_builddir)/win32/vs9/gailutil-3.vcproj
|
||||||
$(top_builddir)/win32/vs9/gailutil-3.headers
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
10
libgail-util/libgail-util-sources.inc
Normal file
10
libgail-util/libgail-util-sources.inc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Source listings for libgail-util
|
||||||
|
|
||||||
|
util_c_sources = \
|
||||||
|
gailmisc.c \
|
||||||
|
gailtextutil.c
|
||||||
|
|
||||||
|
util_public_h_sources = \
|
||||||
|
gailmisc.h \
|
||||||
|
gailtextutil.h \
|
||||||
|
gail-util.h
|
||||||
@ -38,13 +38,6 @@ endif
|
|||||||
sed 's/v100/v$(MSVC_TOOLSET)/g' < $(top_builddir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
sed 's/v100/v$(MSVC_TOOLSET)/g' < $(top_builddir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%.props: $(top_builddir)/win32/vs10/Makefile
|
|
||||||
if test -e $(top_srcdir)/win32/vs10/$@; then \
|
|
||||||
sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_srcdir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
|
||||||
elif test -e $(top_builddir)/win32/vs10/$@; then \
|
|
||||||
sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_builddir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
%.vcxproj.filters: $(top_builddir)/win32/vs10/Makefile
|
%.vcxproj.filters: $(top_builddir)/win32/vs10/Makefile
|
||||||
if test -e $(top_srcdir)/win32/vs10/$@; then \
|
if test -e $(top_srcdir)/win32/vs10/$@; then \
|
||||||
cp $(top_srcdir)/win32/vs10/$@ $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
cp $(top_srcdir)/win32/vs10/$@ $(top_builddir)/win32/vs$(MSVC_VER)/$@; \
|
||||||
|
|||||||
@ -1,31 +1,5 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
|
||||||
GENERATED_ITEMS = \
|
|
||||||
introspection.body.mak \
|
|
||||||
Gdk_3_0_gir_list \
|
|
||||||
GdkWin32_3_0_gir_list \
|
|
||||||
Gtk_3_0_gir_list
|
|
||||||
|
|
||||||
MSVC_INTROSPECTION_INTERMEDIATE_FILES = Gdk-3.0.gir.msvc.introspect GdkWin32-3.0.gir.msvc.introspect Gtk-3.0.gir.msvc.introspect
|
|
||||||
|
|
||||||
introspection.body.mak: $(MSVC_INTROSPECTION_INTERMEDIATE_FILES)
|
|
||||||
-$(RM) introspection.body.mak
|
|
||||||
for F in `ls *.msvc.introspect`; do \
|
|
||||||
case $$F in \
|
|
||||||
*) cat $(top_builddir)/win32/$$F >>introspection.body.mak \
|
|
||||||
;; \
|
|
||||||
esac; \
|
|
||||||
done
|
|
||||||
$(RM) $(MSVC_INTROSPECTION_INTERMEDIATE_FILES)
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(GENERATED_ITEMS)
|
|
||||||
|
|
||||||
else
|
|
||||||
GENERATED_ITEMS =
|
|
||||||
DISTCLEANFILES =
|
|
||||||
endif
|
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
vs9 \
|
vs9 \
|
||||||
vs10 \
|
vs10 \
|
||||||
@ -34,7 +8,8 @@ SUBDIRS = \
|
|||||||
vs14 \
|
vs14 \
|
||||||
vs15 \
|
vs15 \
|
||||||
vs16 \
|
vs16 \
|
||||||
vs17
|
vs17 \
|
||||||
|
vs1x-props
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
config-msvc.mak \
|
config-msvc.mak \
|
||||||
@ -46,10 +21,10 @@ EXTRA_DIST += \
|
|||||||
generate-msvc.mak \
|
generate-msvc.mak \
|
||||||
gtk-introspection-msvc.mak \
|
gtk-introspection-msvc.mak \
|
||||||
introspection-msvc.mak \
|
introspection-msvc.mak \
|
||||||
|
install-msvc.mak \
|
||||||
replace.py \
|
replace.py \
|
||||||
pc_base.py \
|
pc_base.py \
|
||||||
gtkpc.py \
|
gtkpc.py \
|
||||||
README_FEATURES_MSVC.txt \
|
README_FEATURES_MSVC.txt
|
||||||
$(GENERATED_ITEMS)
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -1,128 +0,0 @@
|
|||||||
# Author: Fan, Chun-wei
|
|
||||||
# Common autotools file for constructing the g-ir-scanner and
|
|
||||||
# g-ir-compiler command lines for Visual Studio builds.
|
|
||||||
|
|
||||||
# This is copied from $(srcroot)/build from the gobject-introspection
|
|
||||||
# project, which may be included in projects that support both
|
|
||||||
# Visual Studio builds and introspection.
|
|
||||||
|
|
||||||
# * Input variables:
|
|
||||||
#
|
|
||||||
# MSVC_INTROSPECT_GIRS - List of .gir's that should be built
|
|
||||||
# in the NMake Makefiles
|
|
||||||
#
|
|
||||||
# * Simple tutorial
|
|
||||||
#
|
|
||||||
# Add this to Makefile.am where your library/program is built:
|
|
||||||
# (Either YourLib_1_0_gir_MSVC_LIBS or YourLib_1_0_gir_MSVC_PROGRAM
|
|
||||||
# is required unless --headers-only is specified in
|
|
||||||
# YourLib_1_0_gir__MSVC_SCANNERFLAGS)
|
|
||||||
#
|
|
||||||
# include $(top_srcdir)/build/Makefile.msvc-introspection
|
|
||||||
# MSVC_INTROSPECT_GIRS = YourLib-1.0.gir
|
|
||||||
# YourLib_1_0_gir_NAMESPACE = YourLib # This is optional
|
|
||||||
# YourLib_1_0_gir_VERSION = 1.0 # This is optional
|
|
||||||
# YourLib_1_0_gir_MSVC_LIBS = yourlib-1.0
|
|
||||||
# YourLib_1_0_gir_MSVC_FILES = $(libyourlib_1_0_SOURCES)
|
|
||||||
# YourLib_1_0_gir_MSVC_PROGRAM = YourProgram
|
|
||||||
# YourLib_1_0_gir_MSVC_PACKAGES = (Dependent .pc files)
|
|
||||||
# YourLib_1_0_gir_MSVC_INCLUDE_GIRS = (Dependent external .gir's)
|
|
||||||
# YourLiv_1_0_gir_MSVC_EXPORT_PACKAGES = (Packages exported by this .gir)
|
|
||||||
|
|
||||||
# Private functions
|
|
||||||
|
|
||||||
## Transform the MSVC project filename (no filename extensions) to something which can reference through a variable
|
|
||||||
## without automake/make complaining, eg Gtk-2.0 -> Gtk_2_0
|
|
||||||
_gir_name=$(subst /,_,$(subst -,_,$(subst .,_,$(1))))
|
|
||||||
|
|
||||||
# Namespace and Version is either fetched from the gir filename
|
|
||||||
# or the _NAMESPACE/_VERSION variable combo
|
|
||||||
_gir_namespace_msvc = $(or $($(_gir_name)_NAMESPACE),$(firstword $(subst -, ,$(notdir $(1)))))
|
|
||||||
_gir_version_msvc = $(or $($(_gir_name)_VERSION),$(lastword $(subst -, ,$(1:.gir=))))
|
|
||||||
_typelib_basename_msvc = $(_gir_namespace_msvc)'-'$(_gir_version_msvc)
|
|
||||||
|
|
||||||
# _PROGRAM is an optional variable which needs its own --program argument
|
|
||||||
_gir_program_msvc = $(if $($(_gir_name)_MSVC_PROGRAM),--program=$($(_gir_name)_MSVC_PROGRAM))
|
|
||||||
|
|
||||||
# Deduce the sub-folder from $(srcroot) where the sources reside in
|
|
||||||
_gir_source_path_raw_msvc:=$(subst $(abs_top_srcdir),,$(abs_srcdir))
|
|
||||||
_gir_source_path_msvc=$(subst /,\\,$(_gir_source_path_raw_msvc))
|
|
||||||
_gir_source_subdir_int_msvc=$(subst \\\\,\\,\\$(_gir_source_path_msvc)\\)
|
|
||||||
_gir_source_subdir_msvc=$(subst \\.\\,\\,$(_gir_source_subdir_int_msvc))
|
|
||||||
|
|
||||||
_gir_files_raw_msvc=$(subst /,\\,$($(_gir_name)_MSVC_FILES))
|
|
||||||
_gir_files_msvc=$(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_gir_source_path_msvc)\\,\\,$(_gir_files_raw_msvc))))
|
|
||||||
|
|
||||||
# Create a list of items for:
|
|
||||||
# - Libraries
|
|
||||||
# - Packages
|
|
||||||
# - GIRs to include
|
|
||||||
# - packages to export
|
|
||||||
|
|
||||||
_gir_libraries_msvc = $(foreach lib,$($(_gir_name)_MSVC_LIBS),--library=$(lib))
|
|
||||||
_gir_packages_msvc = $(foreach pkg,$($(_gir_name)_MSVC_PACKAGES),--pkg=$(pkg))
|
|
||||||
_gir_includes_msvc = $(foreach include,$($(_gir_name)_MSVC_INCLUDE_GIRS),--include=$(include))
|
|
||||||
_gir_export_packages_msvc = $(foreach pkg,$($(_gir_name)_MSVC_EXPORT_PACKAGES),--pkg-export=$(pkg))
|
|
||||||
|
|
||||||
#
|
|
||||||
# Create NMake Makefile Sections for Building Introspection files
|
|
||||||
# from autotools files
|
|
||||||
# $(1) - File Name of the .gir that is to be generated
|
|
||||||
#
|
|
||||||
|
|
||||||
define gir-nmake-builder
|
|
||||||
|
|
||||||
# Basic sanity check, to make sure required variables are set
|
|
||||||
$(if $($(_gir_name)_MSVC_FILES),,$(error Need to define $(_gir_name)_MSVC_FILES))
|
|
||||||
$(if $(or $(findstring --header-only,$($(_gir_name)_MSVC_SCANNERFLAGS)),
|
|
||||||
$($(_gir_name)_MSVC_LIBS),
|
|
||||||
$($(_gir_name)_MSVC_PROGRAM)),,
|
|
||||||
$(error Need to define $(_gir_name)_MSVC_LIBS or $(_gir_name)_MSVC_PROGRAM))
|
|
||||||
|
|
||||||
$(top_builddir)/win32/$(_gir_name)_list: Makefile
|
|
||||||
rm -f $(top_builddir)/win32/$(_gir_name)_list
|
|
||||||
for F in $(_gir_files_msvc); do \
|
|
||||||
case $$$$F in \
|
|
||||||
*.c|*.cpp|*.cc|*.cxx|*.h|*.hpp|*.hh|*.hxx) \
|
|
||||||
echo '..'$(_gir_source_subdir_msvc)$$$$F >>$(top_builddir)/win32/$(_gir_name)_list \
|
|
||||||
;; \
|
|
||||||
esac; \
|
|
||||||
done
|
|
||||||
|
|
||||||
$(top_builddir)/win32/$(1).msvc.introspect: Makefile
|
|
||||||
-$(RM) $(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
|
|
||||||
# Assemble the Command to Run g-ir-scanner
|
|
||||||
echo 'vs$$$$(VSVER)\$$$$(CFG)\$$$$(PLAT)\bin\'$(1)': '$(_gir_name)'_list_final '$($(_gir_name)_MSVC_GIR_DEPS)>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' @-echo Generating $$$$@...'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' $$$$(PYTHON) $$$$(G_IR_SCANNER) \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --verbose -no-libtool \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --namespace='$(_gir_namespace_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --nsversion='$(_gir_version_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$(_gir_packages_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$(_gir_libraries_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$(_gir_program_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --add-include-path=./vs$$$$(VSVER)/$$$$(CFG)/$$$$(PLAT)/bin \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --add-include-path=$$$$(G_IR_INCLUDEDIR) \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$(_gir_includes_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$(_gir_export_packages_msvc)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --cflags-begin \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$($(_gir_name)_MSVC_CFLAGS)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --cflags-end \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' '$($(_gir_name)_MSVC_SCANNERFLAGS)' \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --filelist='$(_gir_name)'_list_final \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' -L.\vs$$$$(VSVER)\$$$$(CFG)\$$$$(PLAT)\bin \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' -o $$$$@'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo '' >>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
|
|
||||||
# Finally Assemble the Command to Compile the generated .gir
|
|
||||||
echo 'vs$$$$(VSVER)\$$$$(CFG)\$$$$(PLAT)\bin\$(_typelib_basename_msvc).typelib: vs$$$$(VSVER)\$$$$(CFG)\$$$$(PLAT)\bin\'$(_typelib_basename_msvc)'.gir'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' @-echo Compiling $$$$@...'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' $$$$(G_IR_COMPILER) \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' --includedir=$$$$(@D:\=/) --debug --verbose \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' $$$$(@R:\=/).gir \'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo ' -o $$$$@'>>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
echo '' >>$(top_builddir)/win32/$(1).msvc.introspect
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(foreach gir,$(MSVC_INTROSPECT_GIRS),$(eval $(call gir-nmake-builder,$(gir))))
|
|
||||||
@ -17,13 +17,9 @@
|
|||||||
# MSVCPROJS = YourProject (can be multiple projects in a single srcdir)
|
# MSVCPROJS = YourProject (can be multiple projects in a single srcdir)
|
||||||
# YourProject_FILES = $(libyourlib_1_0_SOURCES)
|
# YourProject_FILES = $(libyourlib_1_0_SOURCES)
|
||||||
# YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random unsed value if none
|
# YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random unsed value if none
|
||||||
# YourProject_HEADERS_DIR = $(libyourlibincludedir)
|
|
||||||
# YourProject_HEADERS_INST = $(libyourlib_1_0_HEADERS)
|
|
||||||
# YourProject_HEADERS_EXCLUDES = ... # <list of headers to exclude from installation, separated by '|', wildcards allowed; use random unsed value if none>
|
|
||||||
#
|
#
|
||||||
# dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in the process)
|
# dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in the process)
|
||||||
# $(top_builddir)/win32/vs9/YourProject.vcproj \
|
# $(top_builddir)/win32/vs9/YourProject.vcproj
|
||||||
# $(top_builddir)/win32/vs9/YourProject.headers
|
|
||||||
|
|
||||||
|
|
||||||
# Private functions
|
# Private functions
|
||||||
@ -40,13 +36,6 @@ _proj_files_raw=$(subst /,\\,$($(_proj_name)_FILES))
|
|||||||
_proj_files=$(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
|
_proj_files=$(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
|
||||||
_proj_filters=$($(_proj_name)_EXCLUDES)
|
_proj_filters=$($(_proj_name)_EXCLUDES)
|
||||||
|
|
||||||
_proj_headers_raw=$(subst /,\\,$($(_proj_name)_HEADERS_INST))
|
|
||||||
_proj_headers=$(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw))))
|
|
||||||
_proj_headers_excludes=$($(_proj_name)_HEADERS_EXCLUDES)
|
|
||||||
|
|
||||||
_headers_dest_posix=$(subst $(includedir),,$($(_proj_name)_HEADERS_DIR))
|
|
||||||
_headers_destdir=$(subst /,\\,$(_headers_dest_posix))
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Creates Visual Studio 2008/2010 projects from items passed in from autotools files
|
# Creates Visual Studio 2008/2010 projects from items passed in from autotools files
|
||||||
# $(1) - Base Name of the MSVC project files (outputs)
|
# $(1) - Base Name of the MSVC project files (outputs)
|
||||||
@ -95,23 +84,6 @@ $(top_builddir)/win32/vs9/$(1).vcproj: Makefile
|
|||||||
$(RM) $(1).vs10.sourcefiles
|
$(RM) $(1).vs10.sourcefiles
|
||||||
$(RM) $(1).vs10.sourcefiles.filters
|
$(RM) $(1).vs10.sourcefiles.filters
|
||||||
|
|
||||||
$(top_builddir)/win32/vs10/$(1).vs10.headers: $(top_builddir)/win32/vs9/$(1).headers
|
|
||||||
|
|
||||||
$(top_builddir)/win32/vs9/$(1).headers: Makefile
|
|
||||||
-$(RM) $(top_builddir)/win32/vs9/$(1).headers
|
|
||||||
-$(RM) $(top_builddir)/win32/vs10/$(1).vs10.headers
|
|
||||||
|
|
||||||
for F in $(_proj_headers); do \
|
|
||||||
case $$$$F in \
|
|
||||||
$(_proj_headers_excludes)) \
|
|
||||||
;; \
|
|
||||||
*.h|*.hpp|*.hh|*.hxx) \
|
|
||||||
echo 'copy ..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'
' >>$(top_builddir)/win32/vs9/$(1).headers && \
|
|
||||||
echo 'copy ..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/win32/vs10/$(1).vs10.headers \
|
|
||||||
;; \
|
|
||||||
esac; \
|
|
||||||
done
|
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))
|
$(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))
|
||||||
|
|||||||
@ -38,12 +38,18 @@ GLIB_COMPILE_RESOURCES = $(PREFIX)\bin\glib-compile-resources.exe
|
|||||||
GDBUS_CODEGEN = $(PREFIX)\bin\gdbus-codegen
|
GDBUS_CODEGEN = $(PREFIX)\bin\gdbus-codegen
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifndef GLIB_COMPILE_SCHEMAS
|
||||||
|
GLIB_COMPILE_SCHEMAS = $(PREFIX)\bin\glib-compile-schemas.exe
|
||||||
|
!endif
|
||||||
|
|
||||||
!if "$(PLAT)" == "x64"
|
!if "$(PLAT)" == "x64"
|
||||||
AT_PLAT=x86_64
|
AT_PLAT=x86_64
|
||||||
!elseif "$(PLAT)" == "arm64"
|
!elseif "$(PLAT)" == "arm64"
|
||||||
AT_PLAT=aarch64
|
AT_PLAT=aarch64
|
||||||
!else
|
!elseif "$(PLAT)" == "Win32"
|
||||||
AT_PLAT=i686
|
AT_PLAT=i686
|
||||||
|
!else
|
||||||
|
AT_PLAT=unknown
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
demo_sources = $(demos_base)
|
demo_sources = $(demos_base)
|
||||||
|
|||||||
@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
NULL=
|
NULL=
|
||||||
|
|
||||||
# For GDK enumeration sources
|
# For GDK public headers and sources
|
||||||
!include ..\gdk\gdk-pub-headers.mak
|
!include ..\gdk\gdk-sources.inc
|
||||||
|
|
||||||
!if [call create-lists.bat header gdk_headers.mak GDK_PUBLIC_HEADERS]
|
!if [call create-lists.bat header gdk_headers.mak GDK_PUBLIC_HEADERS]
|
||||||
!endif
|
!endif
|
||||||
@ -45,6 +45,39 @@ NULL=
|
|||||||
!if [call create-lists.bat footer gdk_headers.mak]
|
!if [call create-lists.bat footer gdk_headers.mak]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat header gdk_headers.mak GDK_C_SRCS]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(gdk_c_sources)) do @call create-lists.bat file gdk_headers.mak ../gdk/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat footer gdk_headers.mak]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
# For GDK-Win32 public headers and sources
|
||||||
|
!include ..\gdk\win32\gdk-win32-sources.inc
|
||||||
|
|
||||||
|
!if [call create-lists.bat header gdk_headers.mak GDK_WIN32_PUBLIC_HEADERS]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(libgdkwin32include_HEADERS)) do @call create-lists.bat file gdk_headers.mak ../gdk/win32/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat footer gdk_headers.mak]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat header gdk_headers.mak GDK_WIN32_INTROSPECTION_SRCS]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(w32_introspection_files)) do @call create-lists.bat file gdk_headers.mak ../gdk/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat footer gdk_headers.mak]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
# For GDK-Broadway public headers
|
||||||
|
!include ..\gdk\broadway\gdk-broadway-sources.inc
|
||||||
|
|
||||||
!include gdk_headers.mak
|
!include gdk_headers.mak
|
||||||
|
|
||||||
!if [del /f /q gdk_headers.mak]
|
!if [del /f /q gdk_headers.mak]
|
||||||
@ -64,10 +97,11 @@ NULL=
|
|||||||
!if [call create-lists.bat header resources_sources.mak GTK_RESOURCES]
|
!if [call create-lists.bat header resources_sources.mak GTK_RESOURCES]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# For GTK enumeration sources
|
# For GTK public headers and sources
|
||||||
!include ..\gtk\gtk-mkenums-headers.mak
|
!include ..\gtk\gtk-sources.inc
|
||||||
!include ..\gtk\a11y\Makefile.inc
|
!include ..\gtk\a11y\Makefile.inc
|
||||||
!include ..\gtk\deprecated\Makefile.inc
|
!include ..\gtk\deprecated\Makefile.inc
|
||||||
|
!include ..\gtk\inspector\Makefile.inc
|
||||||
|
|
||||||
!if [call create-lists.bat header gtk_headers.mak GTK_PUBLIC_ENUM_HEADERS]
|
!if [call create-lists.bat header gtk_headers.mak GTK_PUBLIC_ENUM_HEADERS]
|
||||||
!endif
|
!endif
|
||||||
@ -90,26 +124,56 @@ NULL=
|
|||||||
!if [call create-lists.bat footer gtk_headers.mak]
|
!if [call create-lists.bat footer gtk_headers.mak]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat header gtk_headers.mak GTK_SEMI_PRIVATE_HEADERS]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(gtk_semi_private_h_sources)) do @call create-lists.bat file gtk_headers.mak ../gtk/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat footer gtk_headers.mak]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat header gtk_headers.mak GTK_C_SRCS]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(a11y_c_sources) $(gtk_deprecated_c_sources) $(inspector_c_sources)) do @call create-lists.bat file gtk_headers.mak ../gtk/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(gtk_base_c_sources_base_gtka_gtkh:.c=)) do @call create-lists.bat file gtk_headers.mak ../gtk/%f.c]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(gtk_base_c_sources_base_gtki_gtkw:.c=)) do @call create-lists.bat file gtk_headers.mak ../gtk/%f.c]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [for %f in ($(gtk_os_win32_c_sources)) do @call create-lists.bat file gtk_headers.mak ../gtk/%f]
|
||||||
|
!endif
|
||||||
|
|
||||||
|
!if [call create-lists.bat footer gtk_headers.mak]
|
||||||
|
!endif
|
||||||
|
|
||||||
!include gtk_headers.mak
|
!include gtk_headers.mak
|
||||||
|
|
||||||
!if [del /f /q gtk_headers.mak]
|
!if [del /f /q gtk_headers.mak]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
# For the libgail-util public headers
|
||||||
|
!include ..\libgail-util\libgail-util-sources.inc
|
||||||
|
|
||||||
# For GTK resources
|
# For GTK resources
|
||||||
|
|
||||||
!if [for %f in (..\gtk\theme\Adwaita\gtk.css ..\gtk\theme\Adwaita\gtk-dark.css ..\gtk\theme\Adwaita\gtk-contained.css ..\gtk\theme\Adwaita\gtk-contained-dark.css) do @call create-lists.bat file resources_sources.mak %f]
|
!if [for %f in ($(adwaita_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak ..\gtk\%f]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if [for %x in (png svg) do @(for %f in (..\gtk\theme\Adwaita\assets\*.%x) do @call create-lists.bat file resources_sources.mak %f)]
|
!if [for %x in (png svg) do @(for %f in (..\gtk\theme\Adwaita\assets\*.%x) do @call create-lists.bat file resources_sources.mak %f)]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if [for %f in (..\gtk\theme\HighContrast\gtk.css ..\gtk\theme\HighContrast\gtk-inverse.css ..\gtk\theme\HighContrast\gtk-contained.css ..\gtk\theme\HighContrast\gtk-contained-inverse.css) do @call create-lists.bat file resources_sources.mak %f]
|
!if [for %f in ($(highcontrast_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak ..\gtk\%f]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if [for %x in (png svg) do @(for %f in (..\gtk\theme\HighContrast\assets\*.%x) do @call create-lists.bat file resources_sources.mak %f)]
|
!if [for %x in (png svg) do @(for %f in (..\gtk\theme\HighContrast\assets\*.%x) do @call create-lists.bat file resources_sources.mak %f)]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if [for %f in (..\gtk\theme\win32\gtk-win32-base.css ..\gtk\theme\win32\gtk.css) do @call create-lists.bat file resources_sources.mak %f]
|
!if [for %f in ($(win32_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak ..\gtk\%f]
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if [for %f in (..\gtk\cursor\*.png ..\gtk\gesture\*.symbolic.png ..\gtk\ui\*.ui) do @call create-lists.bat file resources_sources.mak %f]
|
!if [for %f in (..\gtk\cursor\*.png ..\gtk\gesture\*.symbolic.png ..\gtk\ui\*.ui) do @call create-lists.bat file resources_sources.mak %f]
|
||||||
|
|||||||
@ -39,6 +39,8 @@ GDK_GENERATED_SOURCES = \
|
|||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\gdk\gdkresources.c \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\gdk\gdkresources.c \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\gdk\gdkversionmacros.h
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\gdk\gdkversionmacros.h
|
||||||
|
|
||||||
|
GTK_VERSION_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkversion.h
|
||||||
|
|
||||||
GTK_TYPEBUILTIN_SOURCES = \
|
GTK_TYPEBUILTIN_SOURCES = \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtktypebuiltins.h \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtktypebuiltins.h \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtktypebuiltins.c
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtktypebuiltins.c
|
||||||
@ -54,7 +56,7 @@ GTK_GENERATED_SOURCES = \
|
|||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkmarshalers.c \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkmarshalers.c \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkresources.h \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkresources.h \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkresources.c \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkresources.c \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkversion.h
|
$(GTK_VERSION_H)
|
||||||
|
|
||||||
generate-base-sources: \
|
generate-base-sources: \
|
||||||
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\config.h \
|
.\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\config.h \
|
||||||
@ -297,20 +299,6 @@ regenerate-demos-h-win32: ..\demos\gtk-demo\geninclude.py $(demo_actual_sources)
|
|||||||
@$(PYTHON) replace.py -a=replace-str -i=vs10\$(DEMO_VS10_PROJ) -o=vs16\$(DEMO_VS10_PROJ) --instring=">v100<" --outstring=">v142<"
|
@$(PYTHON) replace.py -a=replace-str -i=vs10\$(DEMO_VS10_PROJ) -o=vs16\$(DEMO_VS10_PROJ) --instring=">v100<" --outstring=">v142<"
|
||||||
@$(PYTHON) replace.py -a=replace-str -i=vs10\$(DEMO_VS10_PROJ) -o=vs17\$(DEMO_VS10_PROJ) --instring=">v100<" --outstring=">v143<"
|
@$(PYTHON) replace.py -a=replace-str -i=vs10\$(DEMO_VS10_PROJ) -o=vs17\$(DEMO_VS10_PROJ) --instring=">v100<" --outstring=">v143<"
|
||||||
|
|
||||||
Gdk_3_0_gir_list_final: Gdk_3_0_gir_list $(GDK_GENERATED_SOURCES)
|
|
||||||
@echo Generating $@...
|
|
||||||
@type Gdk_3_0_gir_list>$@
|
|
||||||
@for %%s in ($(GDK_GENERATED_SOURCES)) do echo %%s>>$@
|
|
||||||
|
|
||||||
Gtk_3_0_gir_list_final: Gtk_3_0_gir_list $(GTK_TYPEBUILTIN_SOURCES)
|
|
||||||
@echo Generating $@...
|
|
||||||
@type Gtk_3_0_gir_list>$@
|
|
||||||
@for %%s in ($(GTK_TYPEBUILTIN_SOURCES) .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\gtk\gtkversion.h) do echo %%s>>$@
|
|
||||||
|
|
||||||
GdkWin32_3_0_gir_list_final: GdkWin32_3_0_gir_list
|
|
||||||
@echo Copying $@...
|
|
||||||
@copy $** $@
|
|
||||||
|
|
||||||
# Remove the generated files
|
# Remove the generated files
|
||||||
clean:
|
clean:
|
||||||
@-del /f /q ..\demos\icon-browser\resources.c
|
@-del /f /q ..\demos\icon-browser\resources.c
|
||||||
|
|||||||
@ -29,19 +29,113 @@ AT_PLAT=aarch64
|
|||||||
AT_PLAT=i686
|
AT_PLAT=i686
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
introspect: setgirbuildenv $(built_install_girs) $(built_install_typelibs)
|
vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\Gdk-$(APIVERSION).gir.filelist: $(GDK_PUBLIC_HEADERS) $(GDK_C_SRCS) $(GDK_GENERATED_SOURCES)
|
||||||
|
@if exist $@ del $@
|
||||||
|
@for %f in ($(gdk_h_sources:/=\) $(gdk_c_sources:/=\)) do @if not "%f" == "gdkkeysyms-compat.h" echo ..\gdk\%f>>$@
|
||||||
|
@for %f in ($(GDK_GENERATED_SOURCES)) do @if not "%~nxf" == "gdkconfig.h" echo %f>>$@
|
||||||
|
|
||||||
setgirbuildenv:
|
vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk3-win32\GdkWin32-$(APIVERSION).gir.filelist: $(GDK_WIN32_INTROSPECTION_SRCS)
|
||||||
|
@if exist $@ del $@
|
||||||
|
@for %f in ($(w32_introspection_files:/=\)) do @echo ..\gdk\%f>>$@
|
||||||
|
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\Gtk-$(APIVERSION).gir.filelist: \
|
||||||
|
$(GTK_PUBLIC_ENUM_HEADERS) $(GTK_SEMI_PRIVATE_HEADERS) \
|
||||||
|
$(GTK_GENERATED_PUB_HDRS) $(GTK_C_SRCS)
|
||||||
|
@if exist $@ del $@
|
||||||
|
@for %f in ($(GTK_PUB_HDRS:.h=)) do @if not "%f" == "gtktextdisplay" if not "%f" == "gtkx" echo ..\gtk\%f.h>>$@
|
||||||
|
@for %f in ($(a11y_h_sources:/=\) $(gtk_deprecated_h_sources:/=\) $(gtk_semi_private_h_sources)) do @if not "%f" == "gtktextlayout.h" echo ..\gtk\%f>>$@
|
||||||
|
@for %f in ($(a11y_c_sources:/=\) $(gtk_deprecated_c_sources:/=\) $(inspector_c_sources:/=\)) do @echo ..\gtk\%f>>$@
|
||||||
|
@for %f in ($(gtk_base_c_sources_base_gtka_gtkh:.c=)) do @echo ..\gtk\%f.c>>$@
|
||||||
|
@for %f in ($(gtk_base_c_sources_base_gtki_gtkw:.c=)) do @echo ..\gtk\%f.c>>$@
|
||||||
|
@for %f in ($(gtk_clipboard_dnd_c_sources_generic) $(gtk_os_win32_c_sources)) do @echo ..\gtk\%f>>$@
|
||||||
|
@for %f in ($(GTK_TYPEBUILTIN_SOURCES) $(GTK_VERSION_H)) do @echo %f>>$@
|
||||||
|
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gdk-$(APIVERSION).gir: vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\Gdk-$(APIVERSION).gir.filelist
|
||||||
|
@-echo Generating $@...
|
||||||
@set PYTHONPATH=$(PREFIX)\lib\gobject-introspection
|
@set PYTHONPATH=$(PREFIX)\lib\gobject-introspection
|
||||||
@set PATH=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\bin;$(PATH)
|
@set PATH=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\bin;$(PATH)
|
||||||
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
|
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
|
||||||
@set LIB=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(LIB)
|
@set LIB=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(LIB)
|
||||||
|
@$(PYTHON) $(G_IR_SCANNER) --verbose -no-libtool \
|
||||||
|
--namespace=Gdk --nsversion=$(APIVERSION) \
|
||||||
|
--library=gdk-$(APIVERSION) \
|
||||||
|
--add-include-path=./vs$(VSVER)/$(CFG)/$(PLAT)/bin \
|
||||||
|
--add-include-path=$(G_IR_INCLUDEDIR) \
|
||||||
|
--include=Gio-2.0 --include=GdkPixbuf-2.0 --include=Pango-1.0 --include=cairo-1.0 \
|
||||||
|
--cflags-begin \
|
||||||
|
-DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3 \
|
||||||
|
-I.. -I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3/gdk -I../gdk -I../gdk/win32 \
|
||||||
|
--cflags-end \
|
||||||
|
--c-include=gdk/gdk.h \
|
||||||
|
--filelist=$** \
|
||||||
|
-L.\vs$(VSVER)\$(CFG)\$(PLAT)\bin \
|
||||||
|
-o $@
|
||||||
|
|
||||||
!include introspection.body.mak
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkWin32-$(APIVERSION).gir: \
|
||||||
|
./vs$(VSVER)/$(CFG)/$(PLAT)/bin/Gdk-$(APIVERSION).gir \
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk3-win32\GdkWin32-$(APIVERSION).gir.filelist
|
||||||
|
@-echo Generating $@...
|
||||||
|
@set PYTHONPATH=$(PREFIX)\lib\gobject-introspection
|
||||||
|
@set PATH=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\bin;$(PATH)
|
||||||
|
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
|
||||||
|
@set LIB=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(LIB)
|
||||||
|
$(PYTHON) $(G_IR_SCANNER) --verbose -no-libtool \
|
||||||
|
--namespace=GdkWin32 --nsversion=$(APIVERSION) \
|
||||||
|
--library=gdk-$(APIVERSION) \
|
||||||
|
--add-include-path=./vs$(VSVER)/$(CFG)/$(PLAT)/bin \
|
||||||
|
--add-include-path=$(G_IR_INCLUDEDIR) \
|
||||||
|
--cflags-begin \
|
||||||
|
-DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3 \
|
||||||
|
-I.. -I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3/gdk -I../gdk -I../gdk/win32 \
|
||||||
|
--cflags-end \
|
||||||
|
--identifier-prefix=Gdk --c-include=gdk/gdkwin32.h \
|
||||||
|
--include-uninstalled=./vs$(VSVER)/$(CFG)/$(PLAT)/bin/Gdk-$(APIVERSION).gir \
|
||||||
|
--filelist=vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk3-win32\GdkWin32-$(APIVERSION).gir.filelist \
|
||||||
|
-L.\vs$(VSVER)\$(CFG)\$(PLAT)\bin \
|
||||||
|
-o $@
|
||||||
|
|
||||||
install-introspection: introspect
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gtk-$(APIVERSION).gir: \
|
||||||
@-copy vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.gir "$(G_IR_INCLUDEDIR)"
|
./vs$(VSVER)/$(CFG)/$(PLAT)/bin/Gdk-$(APIVERSION).gir \
|
||||||
@-copy /b vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.typelib "$(G_IR_TYPELIBDIR)"
|
vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\Gtk-$(APIVERSION).gir.filelist
|
||||||
|
@-echo Generating $@...
|
||||||
|
@set PYTHONPATH=$(PREFIX)\lib\gobject-introspection
|
||||||
|
@set PATH=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PREFIX)\bin;$(PATH)
|
||||||
|
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
|
||||||
|
@set LIB=vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(LIB)
|
||||||
|
$(PYTHON) $(G_IR_SCANNER) --verbose -no-libtool \
|
||||||
|
--namespace=Gtk --nsversion=$(APIVERSION) \
|
||||||
|
--library=gtk-$(APIVERSION) --library=gdk-$(APIVERSION) \
|
||||||
|
--add-include-path=./vs$(VSVER)/$(CFG)/$(PLAT)/bin \
|
||||||
|
--add-include-path=$(G_IR_INCLUDEDIR) \
|
||||||
|
--include=Atk-1.0 \
|
||||||
|
--pkg-export=gtk+-$(APIVERSION) \
|
||||||
|
--cflags-begin \
|
||||||
|
-DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION="$(GTK_VERSION)" -DGTK_BINARY_VERSION="3.0.0" -DGTK_COMPILATION \
|
||||||
|
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/dummy/lib\" -DGTK_DATADIR=\"/dummy/share\" \
|
||||||
|
-DGTK_DATA_PREFIX=\"/dummy\" -DGTK_SYSCONFDIR=\"/dummy/etc\" -DGTK_HOST=\"$(AT_PLAT)-pc-vs$(VSVER)\" \
|
||||||
|
-DGTK_PRINT_BACKENDS=\"file\" -DINCLUDE_IM_am_et -DINCLUDE_IM_cedilla -DINCLUDE_IM_cyrillic_translit \
|
||||||
|
-DINCLUDE_IM_ime -DINCLUDE_IM_inuktitu -DINCLUDE_IM_ipa -DINCLUDE_IM_multipress -DINCLUDE_IM_thai \
|
||||||
|
-DINCLUDE_IM_ti_er -DINCLUDE_IM_ti_et -DINCLUDE_IM_viqr \
|
||||||
|
-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API \
|
||||||
|
-I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gtk-3 \
|
||||||
|
-I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3 \
|
||||||
|
-I.. -I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gtk-3/gtk -I../gtk \
|
||||||
|
-I./vs$(VSVER)/$(CFG)/$(PLAT)/obj/gdk-3/gdk -I../gdk \
|
||||||
|
--cflags-end \
|
||||||
|
--warn-all --include-uninstalled=./vs$(VSVER)/$(CFG)/$(PLAT)/bin/Gdk-$(APIVERSION).gir \
|
||||||
|
--filelist=vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\Gtk-$(APIVERSION).gir.filelist \
|
||||||
|
-L.\vs$(VSVER)\$(CFG)\$(PLAT)\bin \
|
||||||
|
-o $@
|
||||||
|
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gdk-$(APIVERSION).typelib: vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gdk-$(APIVERSION).gir
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkWin32-$(APIVERSION).typelib: vs$(VSVER)\$(CFG)\$(PLAT)\bin\GdkWin32-$(APIVERSION).gir
|
||||||
|
vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gtk-$(APIVERSION).typelib: vs$(VSVER)\$(CFG)\$(PLAT)\bin\Gtk-$(APIVERSION).gir
|
||||||
|
|
||||||
|
$(built_install_typelibs):
|
||||||
|
@-echo Compiling $@...
|
||||||
|
$(G_IR_COMPILER) --includedir=$(@D:\=/) --debug --verbose $(@R:\=/).gir -o $@
|
||||||
|
|
||||||
|
introspect: $(built_install_girs) $(built_install_typelibs)
|
||||||
|
|
||||||
!else
|
!else
|
||||||
introspect:
|
introspect:
|
||||||
@ -49,8 +143,8 @@ introspect:
|
|||||||
!endif
|
!endif
|
||||||
|
|
||||||
introspect-clean:
|
introspect-clean:
|
||||||
@-del /f/q Gtk_3_0_gir_list_final
|
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-3\Gtk-$(APIVERSION).gir.filelist
|
||||||
@-del /f/q GdkWin32_3_0_gir_list_final
|
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk3-win32\GdkWin32-$(APIVERSION).gir.filelist
|
||||||
@-del /f/q Gdk_3_0_gir_list_final
|
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-3\Gdk-$(APIVERSION).gir.filelist
|
||||||
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.typelib
|
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.typelib
|
||||||
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.gir
|
@-del /f/q vs$(VSVER)\$(CFG)\$(PLAT)\bin\*.gir
|
||||||
|
|||||||
126
win32/install-msvc.mak
Normal file
126
win32/install-msvc.mak
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# NMake Makefile portion for copying the built files to directories as appropriate
|
||||||
|
# under $(PREFIX)
|
||||||
|
|
||||||
|
!include config-msvc.mak
|
||||||
|
!include create-lists-msvc.mak
|
||||||
|
|
||||||
|
GTK_API_VERSION = 3
|
||||||
|
BASE_BUILT_BIN_DIR = .\vs$(VSVER)\$(CFG)\$(PLAT)\bin
|
||||||
|
|
||||||
|
!ifdef BROADWAY
|
||||||
|
GDK_OUTPUT_CONFIGDIR = $(CFG)_Broadway
|
||||||
|
GDK_BROADWAY_BIN = .\vs$(VSVER)\$(GDK_OUTPUT_CONFIGDIR)\$(PLAT)\bin\broadwayd.exe
|
||||||
|
GDK_BROADWAY_PDB = $(GDK_BROADWAY_BIN:.exe=.pdb)
|
||||||
|
GEN_PC_BROADWAY_FLAG = --broadway
|
||||||
|
!else
|
||||||
|
GDK_OUTPUT_CONFIGDIR = $(CFG)
|
||||||
|
GDK_BROADWAY_BIN =
|
||||||
|
GDK_BROADWAY_PDB =
|
||||||
|
GEN_PC_BROADWAY_FLAG =
|
||||||
|
!endif
|
||||||
|
|
||||||
|
IMPLIB_SUFFIX = $(GTK_API_VERSION).0.lib
|
||||||
|
GDK_DLL = .\vs$(VSVER)\$(GDK_OUTPUT_CONFIGDIR)\$(PLAT)\bin\gdk-$(GTK_API_VERSION)-vs$(VSVER).dll
|
||||||
|
GDK_PDB = $(GDK_DLL:.dll=.pdb)
|
||||||
|
GDK_LIB = .\vs$(VSVER)\$(GDK_OUTPUT_CONFIGDIR)\$(PLAT)\bin\gdk-$(IMPLIB_SUFFIX)
|
||||||
|
GDK_BIN_ITEMS = $(GDK_DLL) $(GDK_PDB) $(GDK_BROADWAY_BIN) $(GDK_BROADWAY_PDB)
|
||||||
|
GTK_DLL_FILENAME = gtk-$(GTK_API_VERSION)-vs$(VSVER)
|
||||||
|
GTK_LIB = $(BASE_BUILT_BIN_DIR)\gtk-$(IMPLIB_SUFFIX)
|
||||||
|
LIBGAIL_UTIL_DLL_FILENAME = gailutil-$(GTK_API_VERSION)-vs$(VSVER)
|
||||||
|
LIBGAIL_UTIL_LIB = $(BASE_BUILT_BIN_DIR)\gailutil-$(IMPLIB_SUFFIX)
|
||||||
|
GTK_PROGRAMS_NAMES = builder-tool encode-symbolic-svg query-settings update-icon-cache
|
||||||
|
GTK3_PROGRAMS_NAMES = demo demo-application icon-browser
|
||||||
|
GDK_GIR_FILE = $(BASE_BUILT_BIN_DIR)\Gdk-$(IMPLIB_SUFFIX:.lib=.gir)
|
||||||
|
GDKWIN32_GIR_FILE = $(BASE_BUILT_BIN_DIR)\GdkWin32-$(IMPLIB_SUFFIX:.lib=.gir)
|
||||||
|
GTK_GIR_FILE = $(BASE_BUILT_BIN_DIR)\Gtk-$(IMPLIB_SUFFIX:.lib=.gir)
|
||||||
|
GDK_TYPELIB_FILE = $(GDK_GIR_FILE:.gir=.typelib)
|
||||||
|
GDKWIN32_TYPELIB_FILE = $(GDKWIN32_GIR_FILE:.gir=.typelib)
|
||||||
|
GTK_TYPELIB_FILE = $(GTK_GIR_FILE:.gir=.typelib)
|
||||||
|
|
||||||
|
GTK_HEADERS_BASE_INSTALL_DIR = $(PREFIX)\include\gtk-$(GTK_API_VERSION).0
|
||||||
|
GAILUTIL_HEADERS_BASE_INSTALL_DIR = $(PREFIX)\include\gail-$(GTK_API_VERSION).0
|
||||||
|
|
||||||
|
GDK_BASE_HEADERS = $(gdk_public_h_sources)
|
||||||
|
|
||||||
|
GDK_CONFIG_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-$(GTK_API_VERSION)\gdk\gdkconfig.h
|
||||||
|
GDK_ENUM_TYPES_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-$(GTK_API_VERSION)\gdk\gdkenumtypes.h
|
||||||
|
GDK_VERSION_MACROS_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gdk-$(GTK_API_VERSION)\gdk\gdkversionmacros.h
|
||||||
|
GDK_GENERATED_PUBLIC_H = $(GDK_CONFIG_H) $(GDK_ENUM_TYPES_H) $(GDK_VERSION_MACROS_H)
|
||||||
|
|
||||||
|
GTK_TYPE_BULITINS_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-$(GTK_API_VERSION)\gtk\gtktypebuiltins.h
|
||||||
|
GTK_VERSION_H = .\vs$(VSVER)\$(CFG)\$(PLAT)\obj\gtk-$(GTK_API_VERSION)\gtk\gtkversion.h
|
||||||
|
GTK_GENERATED_PUBLIC_H = $(GTK_TYPE_BULITINS_H) $(GTK_VERSION_H)
|
||||||
|
|
||||||
|
all: install-bin install-headers install-data
|
||||||
|
|
||||||
|
# Copy the built files
|
||||||
|
install-bin:
|
||||||
|
@echo Copying built binaries and data files...
|
||||||
|
|
||||||
|
# Copy the DLLs and programs and their .pdb's
|
||||||
|
@for %d in (bin lib) do @if not exist $(PREFIX)\%d\ mkdir $(PREFIX)\%d
|
||||||
|
@for %f in ($(GDK_BIN_ITEMS)) do @copy /b %f "$(PREFIX)\bin"
|
||||||
|
@for %f in ($(GTK_DLL_FILENAME) $(LIBGAIL_UTIL_DLL_FILENAME)) do @for %x in (dll pdb) do @copy /b $(BASE_BUILT_BIN_DIR)\%f.%x "$(PREFIX)\bin"
|
||||||
|
@for %f in ($(GTK_PROGRAMS_NAMES)) do @for %x in (exe pdb) do @copy /b $(BASE_BUILT_BIN_DIR)\gtk-%f.%x "$(PREFIX)\bin"
|
||||||
|
@for %f in ($(GTK3_PROGRAMS_NAMES)) do @for %x in (exe pdb) do @copy /b $(BASE_BUILT_BIN_DIR)\gtk3-%f.%x "$(PREFIX)\bin"
|
||||||
|
|
||||||
|
# Copy the .lib's
|
||||||
|
@for %f in ($(GDK_LIB) $(GTK_LIB) $(LIBGAIL_UTIL_LIB)) do @copy /b %f "$(PREFIX)\lib"
|
||||||
|
@for %f in (gdk gtk gailutil) do @copy /b "$(PREFIX)\lib\%f-$(IMPLIB_SUFFIX)" "$(PREFIX)\lib\%f-$(GTK_API_VERSION).lib"
|
||||||
|
|
||||||
|
# Generate the pkg-config files, if Python is callable and if it is not disabled
|
||||||
|
@if "$(NO_PKGCONFIG)" == "" if not exist $(PREFIX)\lib\pkgconfig\ mkdir $(PREFIX)\lib\pkgconfig
|
||||||
|
@-if "$(NO_PKGCONFIG)" == "" if exist $(PYTHON) $(PYTHON) gtkpc.py --prefix=$(PREFIX) --version=$(GTK_VERSION) --host=$(AT_PLAT)-pc-vs$(VSVER) $(GEN_PC_BROADWAY_FLAG)
|
||||||
|
@-if "$(NO_PKGCONFIG)" == "" if exist $(PYTHON).exe $(PYTHON) gtkpc.py --prefix=$(PREFIX) --version=$(GTK_VERSION) --host=$(AT_PLAT)-pc-vs$(VSVER) $(GEN_PC_BROADWAY_FLAG)
|
||||||
|
@for %f in (gdk gtk+) do @if exist %f-$(GTK_API_VERSION).0.pc copy "%f-$(GTK_API_VERSION).0.pc" "$(PREFIX)\lib\pkgconfig"
|
||||||
|
@for %f in (gail) do @if exist %f-$(GTK_API_VERSION).0.pc move %f-$(GTK_API_VERSION).0.pc $(PREFIX)\lib\pkgconfig
|
||||||
|
@for %f in (gdk gtk+) do @if exist %f-$(GTK_API_VERSION).0.pc move %f-$(GTK_API_VERSION).0.pc $(PREFIX)\lib\pkgconfig\%f-win32-$(GTK_API_VERSION).0.pc
|
||||||
|
|
||||||
|
# Copy the introspection files, if built
|
||||||
|
@if exist $(GTK_TYPELIB_FILE) @for %d in (lib\girepository-1.0 share\gir-1.0) do @if not exist $(PREFIX)\%d\ mkdir $(PREFIX)\%d
|
||||||
|
@for %f in ($(GDK_GIR_FILE) $(GDKWIN32_GIR_FILE) $(GTK_GIR_FILE)) do @if exist %f copy /b %f "$(PREFIX)\share\gir-1.0"
|
||||||
|
@for %f in ($(GDK_TYPELIB_FILE) $(GDKWIN32_TYPELIB_FILE) $(GTK_TYPELIB_FILE)) do @if exist %f copy /b %f "$(PREFIX)\lib\girepository-1.0"
|
||||||
|
|
||||||
|
# Copy the public headers
|
||||||
|
install-headers:
|
||||||
|
@echo Copying the headers...
|
||||||
|
|
||||||
|
# Create the GDK header directories
|
||||||
|
@for %d in (gdk gdk\deprecated gdk\win32) do @if not exist $(GTK_HEADERS_BASE_INSTALL_DIR)\%d\ mkdir $(GTK_HEADERS_BASE_INSTALL_DIR)\%d
|
||||||
|
@if not "$(BROADWAY)" == "" if not exist $(GTK_HEADERS_BASE_INSTALL_DIR)\gdk\broadway\ mkdir $(GTK_HEADERS_BASE_INSTALL_DIR)\gdk\broadway
|
||||||
|
|
||||||
|
# Create the GTK header directories
|
||||||
|
@for %d in (gtk gtk\a11y gtk\deprecated) do @if not exist $(GTK_HEADERS_BASE_INSTALL_DIR)\%d\ mkdir $(GTK_HEADERS_BASE_INSTALL_DIR)\%d
|
||||||
|
|
||||||
|
# Create the libgail-util header directories
|
||||||
|
@for %d in (libgail-util) do @if not exist $(GAILUTIL_HEADERS_BASE_INSTALL_DIR)\%d\ mkdir $(GAILUTIL_HEADERS_BASE_INSTALL_DIR)\%d
|
||||||
|
|
||||||
|
# Copy the GDK headers (with GdkWin32 and with Gdk-Broadway, if built)
|
||||||
|
@for %f in ($(GDK_GENERATED_PUBLIC_H)) do @copy %f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk"
|
||||||
|
@for %f in ($(gdk_public_h_sources)) do @copy ..\gdk\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk"
|
||||||
|
@for %f in ($(gdk_deprecated_h_sources:/=\)) do @copy ..\gdk\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk\deprecated"
|
||||||
|
@for %f in ($(GDK_PUBLIC_H_SRCS_WIN32)) do @copy ..\gdk\win32\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk"
|
||||||
|
@for %f in ($(libgdkwin32include_HEADERS)) do @copy ..\gdk\win32\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk\win32"
|
||||||
|
@if not "$(BROADWAY)" == "" for %f in ($(GDK_PUBLIC_H_SRCS_BROADWAY)) do @copy ..\gdk\broadway\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk"
|
||||||
|
@if not "$(BROADWAY)" == "" for %f in ($(libgdkbroadwayinclude_HEADERS)) do @copy ..\gdk\broadway\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gdk\broadway"
|
||||||
|
|
||||||
|
# Copy the GTK headers
|
||||||
|
@for %f in ($(GTK_GENERATED_PUBLIC_H)) do @copy %f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gtk"
|
||||||
|
# I hate the U1095 command line too long fatal error :|, work around it...
|
||||||
|
@for %f in ($(GTK_PUB_HDRS:.h=) $(gtk_semi_private_h_sources:.h=)) do @copy ..\gtk\%f.h "$(GTK_HEADERS_BASE_INSTALL_DIR)\gtk"
|
||||||
|
@for %f in ($(a11y_h_sources:a11y/=)) do @copy ..\gtk\a11y\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gtk\a11y"
|
||||||
|
@for %f in ($(gtk_deprecated_h_sources:deprecated/=)) do @copy ..\gtk\deprecated\%f "$(GTK_HEADERS_BASE_INSTALL_DIR)\gtk\deprecated"
|
||||||
|
|
||||||
|
# Copy the libgail-util headers
|
||||||
|
@for %f in ($(util_public_h_sources)) do @copy ..\libgail-util\%f "$(GAILUTIL_HEADERS_BASE_INSTALL_DIR)\libgail-util"
|
||||||
|
|
||||||
|
# install the data files
|
||||||
|
install-data:
|
||||||
|
@echo Copying the non-generated data files...
|
||||||
|
# GSettings schemas
|
||||||
|
@if not exist $(PREFIX)\share\glib-2.0\schemas\ mkdir $(PREFIX)\share\glib-2.0\schemas
|
||||||
|
@for %f in (..\gtk\org.gtk.Settings.*.gschema.xml ..\demos\gtk-demo\org.gtk.Demo.gschema.xml) do @copy %f "$(PREFIX)\share\glib-2.0\schemas"
|
||||||
|
@-$(GLIB_COMPILE_SCHEMAS) $(PREFIX)\share\glib-2.0\schemas
|
||||||
|
# Demo icons
|
||||||
|
@for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not exist %d\ mkdir %d) & copy /b ..\demos\gtk-demo\data\%tx%t\gtk3-demo.png "%d")
|
||||||
|
@-$(BASE_BUILT_BIN_DIR)\gtk-update-icon-cache.exe --ignore-theme-index --force "$(PREFIX)\share\icons\hicolor"
|
||||||
@ -18,16 +18,7 @@ GENERATED_ITEMS = \
|
|||||||
gtk3-icon-browser.vcxproj \
|
gtk3-icon-browser.vcxproj \
|
||||||
gtk3-icon-browser.vcxproj.filters \
|
gtk3-icon-browser.vcxproj.filters \
|
||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
MSVC10_HEADERS_LISTS = \
|
|
||||||
gdk3-win32.vs10.headers \
|
|
||||||
gdk3-broadway.vs10.headers \
|
|
||||||
gdk-3.vs10.headers \
|
|
||||||
gtk-3.vs10.headers \
|
|
||||||
gailutil-3.vs10.headers
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
README.txt \
|
README.txt \
|
||||||
@ -60,25 +51,10 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxprojin \
|
gailutil-3.vcxprojin \
|
||||||
gailutil-3.vcxproj.filtersin \
|
gailutil-3.vcxproj.filtersin \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.propsin \
|
|
||||||
gtk3-version-paths.props.in \
|
|
||||||
$(GENERATED_ITEMS)
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
$(GENERATED_ITEMS)
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
gtk3-install.props: $(top_srcdir)/win32/vs10/gtk3-install.propsin $(MSVC10_HEADERS_LISTS)
|
|
||||||
-$(RM) $(top_builddir)/win32/vs11/gtk3-install.props
|
|
||||||
-$(RM) $(top_builddir)/win32/vs12/gtk3-install.props
|
|
||||||
-$(RM) $(top_builddir)/win32/vs14/gtk3-install.props
|
|
||||||
-$(RM) $(top_builddir)/win32/vs15/gtk3-install.props
|
|
||||||
-$(RM) $(top_builddir)/win32/vs16/gtk3-install.props
|
|
||||||
$(CPP) -P - <$(top_srcdir)/win32/vs10/gtk3-install.propsin >$@
|
|
||||||
rm $(MSVC10_HEADERS_LISTS)
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -24,142 +24,60 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release_Broadway'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug_Broadway'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release_Broadway'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- For Broadway_Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug_Broadway'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug_Broadway'">_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug_Broadway'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug_Broadway'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug_Broadway'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug_Broadway|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug_Broadway|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- For Broadway_Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release_Broadway'">MaxSpeed</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release_Broadway'">$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release_Broadway'">true</IntrinsicFunctions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release_Broadway'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release_Broadway'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- For Release_Broadway -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release_Broadway'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release_Broadway'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,66 +24,46 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
|
<!-- For Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- For Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'== 'Release|Win32'">true</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>atk-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>atk-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
@ -93,80 +73,13 @@
|
|||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
<!-- For Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>atk-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ModuleDefinitionFile>..\..\libgail-util\gailutil.def</ModuleDefinitionFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>atk-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ModuleDefinitionFile>..\..\libgail-util\gailutil.def</ModuleDefinitionFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>atk-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ModuleDefinitionFile>..\..\libgail-util\gailutil.def</ModuleDefinitionFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -40,299 +40,104 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release_Broadway'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-ignore-broadway.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-ignore-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-ignore-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-ignore-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-copy-gdk-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-copy-gdk-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-copy-gdk-broadway.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-copy-gdk-broadway.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug_Broadway'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release_Broadway'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">false</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
|
<!-- non-Broadway -->
|
||||||
|
<AdditionalIncludeDirectories Condition="'$(Configuration)' == 'Debug'">$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<AdditionalIncludeDirectories Condition="'$(Configuration)' == 'Release'">$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
|
||||||
|
<!-- Broadway -->
|
||||||
|
<AdditionalIncludeDirectories Condition="'$(Configuration)' == 'Debug_Broadway'">$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<AdditionalIncludeDirectories Condition="'$(Configuration)' == 'Release_Broadway'">$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
|
||||||
|
<!-- Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug_Broadway'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug_Broadway'">_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug_Broadway'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug_Broadway'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug_Broadway'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug_Broadway|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug_Broadway|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- Release -->
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release_Broadway'">$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release_Broadway'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release_Broadway'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<AdditionalOptions>/EXPORT:gdk_win32_display_manager_get_type</AdditionalOptions>
|
||||||
|
|
||||||
|
<!-- non-Broadway -->
|
||||||
|
<AdditionalDependencies Condition="'$(Configuration)' == 'Debug'">$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
<AdditionalDependencies Condition="'$(Configuration)' == 'Release'">$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
|
||||||
|
<!-- Broadway -->
|
||||||
|
<AdditionalDependencies Condition="'$(Configuration)' == 'Debug_Broadway'">$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
<AdditionalDependencies Condition="'$(Configuration)' == 'Release_Broadway'">$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
|
||||||
|
<!-- Release -->
|
||||||
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release_Broadway'">true</OptimizeReferences>
|
||||||
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release_Broadway'">true</EnableCOMDATFolding>
|
||||||
|
|
||||||
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<PostBuildEvent>
|
||||||
<Optimization>Disabled</Optimization>
|
<Command Condition="'$(Configuration)' == 'Debug_Broadway'">
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
if not exist $(OutDir)\..\..\..\Debug\$(Platform)\bin\ mkdir $(OutDir)\..\..\..\Debug\$(Platform)\bin
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
copy /b "$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll" "$(OutDir)\..\..\..\Debug\$(Platform)\bin"
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
copy /b "$(TargetDir)$(ProjectName).0.lib" "$(OutDir)\..\..\..\Debug\$(Platform)\bin"</Command>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<Command Condition="'$(Configuration)' == 'Release_Broadway'">
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
if not exist $(OutDir)\..\..\..\Release\$(Platform)\bin\ mkdir $(OutDir)\..\..\..\Release\$(Platform)\bin
|
||||||
<PrecompiledHeader>
|
copy /b "$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll" "$(OutDir)\..\..\..\Release\$(Platform)\bin"
|
||||||
</PrecompiledHeader>
|
copy /b "$(TargetDir)$(ProjectName).0.lib" "$(OutDir)\..\..\..\Release\$(Platform)\bin"</Command>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
</PostBuildEvent>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GdkAdditionalLibs);$(GdkBroadwayAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="$(GdkGenSrcDir)\gdk\gdk.rc" />
|
<ResourceCompile Include="$(GdkGenSrcDir)\gdk\gdk.rc" />
|
||||||
@ -348,6 +153,8 @@
|
|||||||
<ProjectReference Include="gdk3-broadway.vcxproj">
|
<ProjectReference Include="gdk3-broadway.vcxproj">
|
||||||
<Project>{1df4c475-4472-4ee4-ac2b-3ab5a4c1a453}</Project>
|
<Project>{1df4c475-4472-4ee4-ac2b-3ab5a4c1a453}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
<LinkLibraryDependencies Condition="'$(Configuration)' == 'Debug'">false</LinkLibraryDependencies>
|
||||||
|
<LinkLibraryDependencies Condition="'$(Configuration)' == 'Release'">false</LinkLibraryDependencies>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="gdk3-win32.vcxproj">
|
<ProjectReference Include="gdk3-win32.vcxproj">
|
||||||
<Project>{aba7685a-7cbb-4626-b5e5-6eeea5b489ef}</Project>
|
<Project>{aba7685a-7cbb-4626-b5e5-6eeea5b489ef}</Project>
|
||||||
|
|||||||
@ -24,96 +24,39 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release_Broadway'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">
|
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
<!-- For Debug_Broadway -->
|
||||||
</ItemDefinitionGroup>
|
<Optimization Condition="'$(Configuration)' == 'Debug_Broadway'">Disabled</Optimization>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug_Broadway'">_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ClCompile>
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug_Broadway'">true</MinimalRebuild>
|
||||||
<Optimization>Disabled</Optimization>
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug_Broadway'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug_Broadway'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug_Broadway|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug_Broadway|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<!-- For Release_Broadway -->
|
||||||
<PrecompiledHeader>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release_Broadway'">$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</PrecompiledHeader>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release_Broadway'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release_Broadway'">ProgramDatabase</DebugInformationFormat>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\broadway;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,96 +24,39 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
<!-- For Debug -->
|
||||||
</ItemDefinitionGroup>
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<ClCompile>
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
<Optimization>Disabled</Optimization>
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<!-- For Release -->
|
||||||
<PrecompiledHeader>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</PrecompiledHeader>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GdkDefines);INSIDE_GDK_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -26,22 +26,7 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
@ -49,41 +34,34 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
|
||||||
|
<!-- For Debug -->
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
<PrecompiledHeader>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<!-- For Release -->
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
@ -92,74 +70,13 @@
|
|||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
<!-- For Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
||||||
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
||||||
<ImportLibrary>$(TargetDir)$(ProjectName).0.lib</ImportLibrary>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,142 +24,61 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- for Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- for Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">true</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- for Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,142 +24,61 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GdkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- for Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- for Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">true</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- for Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GdkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,142 +24,61 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- for Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- for Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">true</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- for Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,142 +24,61 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- for Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- for Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">true</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- for Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -1,50 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup>
|
|
||||||
<_PropertySheetDisplayName>gtk3copygdkbroadwayprops</_PropertySheetDisplayName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions>/EXPORT:gdk_win32_display_manager_get_type</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
<PostBuildEvent>
|
|
||||||
<Command>
|
|
||||||
if "$(Configuration)" == "Release" goto END
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Debug" goto END
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Release_Broadway" goto DoRelease
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Debug_Broadway" goto DoDebug
|
|
||||||
|
|
||||||
|
|
||||||
:DoRelease
|
|
||||||
|
|
||||||
mkdir .\Release\$(Platform)\bin
|
|
||||||
|
|
||||||
copy /b $(Configuration)\$(Platform)\bin\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).dll .\Release\$(Platform)\bin\
|
|
||||||
|
|
||||||
copy /b $(Configuration)\$(Platform)\bin\gdk-$(ApiVersion).lib .\Release\$(Platform)\bin\
|
|
||||||
|
|
||||||
goto END
|
|
||||||
|
|
||||||
|
|
||||||
:DoDebug
|
|
||||||
|
|
||||||
mkdir .\Debug\$(Platform)\bin
|
|
||||||
|
|
||||||
copy /b $(Configuration)\$(Platform)\bin\$(GtkDllPrefix)gdk$(GtkDllSuffix).dll .\Debug\$(Platform)\bin\
|
|
||||||
|
|
||||||
copy /b $(Configuration)\$(Platform)\bin\gdk-$(ApiVersion).lib .\Debug\$(Platform)\bin\
|
|
||||||
|
|
||||||
goto END
|
|
||||||
|
|
||||||
|
|
||||||
:END
|
|
||||||
</Command>
|
|
||||||
</PostBuildEvent>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
</Project>
|
|
||||||
@ -24,138 +24,57 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
<!-- For Debug -->
|
||||||
<Link>
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<SubSystem>Console</SubSystem>
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
</Link>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
</ItemDefinitionGroup>
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<!-- For Release -->
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">false</FunctionLevelLinking>
|
||||||
<PrecompiledHeader>
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
|
|
||||||
|
<!-- For Release -->
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
||||||
</ItemDefinitionGroup>
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
|
||||||
</Midl>
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,144 +24,58 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(GtkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
<CompileAs>CompileAsC</CompileAs>
|
||||||
|
|
||||||
|
<!-- For Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- For Release -->
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<DataExecutionPrevention>
|
<DataExecutionPrevention></DataExecutionPrevention>
|
||||||
</DataExecutionPrevention>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<!-- For Release -->
|
||||||
</Link>
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">false</FunctionLevelLinking>
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
||||||
<PreprocessorDefinitions>$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<DataExecutionPrevention>
|
|
||||||
</DataExecutionPrevention>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<DataExecutionPrevention>
|
|
||||||
</DataExecutionPrevention>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalIncludeDirectories>$(GtkBaseIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>$(GtkPrefixDefine);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<CompileAs>CompileAsC</CompileAs>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<DataExecutionPrevention>
|
|
||||||
</DataExecutionPrevention>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -24,138 +24,60 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>..\..\demos\icon-browser;$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>..\..\demos\icon-browser;$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Midl>
|
<Midl>
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetEnvironment Condition="'$(Platform)'=='x64'">X64</TargetEnvironment>
|
||||||
</Midl>
|
</Midl>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>..\..\demos\icon-browser;$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>..\..\demos\icon-browser;$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PrecompiledHeader></PrecompiledHeader>
|
||||||
<MinimalRebuild>true</MinimalRebuild>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
|
<!-- For Debug -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Debug|Win32'">Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
||||||
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)'== 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
||||||
|
|
||||||
|
<!-- For Release -->
|
||||||
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
||||||
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
||||||
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">false</FunctionLevelLinking>
|
||||||
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
<!-- For Release -->
|
||||||
</ItemDefinitionGroup>
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
||||||
<Midl>
|
|
||||||
<TargetEnvironment>X64</TargetEnvironment>
|
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
|
||||||
</Midl>
|
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
|
||||||
<ClCompile>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<AdditionalIncludeDirectories>..\..\demos\icon-browser;$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
||||||
<PrecompiledHeader>
|
|
||||||
</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup>
|
|
||||||
<_PropertySheetDisplayName>gtk3ignorebroadwayprops</_PropertySheetDisplayName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>$(OutDir)\gdk3-win32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalOptions>/EXPORT:gdk_win32_display_manager_get_type</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
</Project>
|
|
||||||
@ -1,222 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros">
|
|
||||||
<BinDir>$(SolutionDir)$(Configuration)\$(Platform)\bin</BinDir>
|
|
||||||
<GtkDoInstallBin>
|
|
||||||
mkdir $(CopyDir)\bin
|
|
||||||
mkdir $(CopyDir)\share\gir-1.0
|
|
||||||
mkdir $(CopyDir)\lib\pkgconfig
|
|
||||||
mkdir $(CopyDir)\lib\girepository-1.0
|
|
||||||
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).dll" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gdk-$(ApiVersion).lib" $(CopyDir)\lib
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Release_Broadway" goto DO_BROADWAY_BIN
|
|
||||||
if "$(Configuration)" == "Debug_Broadway" goto DO_BROADWAY_BIN
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-$(ApiVersion).lib" $(CopyDir)\lib
|
|
||||||
copy "$(BinDir)\gailutil-$(ApiVersion).lib" $(CopyDir)\lib
|
|
||||||
copy "$(BinDir)\gtk3-demo.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk3-demo.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk3-demo-application.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk3-demo-application.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk3-icon-browser.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk3-icon-browser.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-encode-symbolic-svg.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-encode-symbolic-svg.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-update-icon-cache.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-update-icon-cache.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-query-settings.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-query-settings.pdb" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-builder-tool.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\gtk-builder-tool.pdb" $(CopyDir)\bin
|
|
||||||
if exist $(BinDir)\Gdk-3.0.gir copy "$(BinDir)\Gdk-3.0.gir" $(CopyDir)\share\gir-1.0
|
|
||||||
if exist $(BinDir)\GdkWin32-3.0.gir copy "$(BinDir)\GdkWin32-3.0.gir" $(CopyDir)\share\gir-1.0
|
|
||||||
if exist $(BinDir)\Gtk-3.0.gir copy "$(BinDir)\Gtk-3.0.gir" $(CopyDir)\share\gir-1.0
|
|
||||||
if exist $(BinDir)\Gdk-3.0.typelib copy "$(BinDir)\Gdk-3.0.typelib" $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist $(BinDir)\GdkWin32-3.0.typelib copy "$(BinDir)\GdkWin32-3.0.typelib" $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist $(BinDir)\Gtk-3.0.typelib copy "$(BinDir)\Gtk-3.0.typelib" $(CopyDir)\lib\girepository-1.0
|
|
||||||
goto DONE_BIN
|
|
||||||
|
|
||||||
:DO_BROADWAY_BIN
|
|
||||||
copy "$(BinDir)\broadwayd.exe" $(CopyDir)\bin
|
|
||||||
copy "$(BinDir)\broadwayd.pdb" $(CopyDir)\bin
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Release_Broadway" goto DO_BROADWAY_RELEASE
|
|
||||||
if "$(Configuration)" == "Debug_Broadway" goto DO_BROADWAY_DEBUG
|
|
||||||
:DO_BROADWAY_RELEASE
|
|
||||||
copy .\Release\$(Platform)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-$(ApiVersion).lib $(CopyDir)\lib
|
|
||||||
copy .\Release\$(Platform)\bin\gailutil-$(ApiVersion).lib $(CopyDir)\lib
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-demo.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-demo.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-demo-application.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-demo-application.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-icon-browser.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk3-icon-browser.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-encode-symbolic-svg.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-encode-symbolic-svg.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-update-icon-cache.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-update-icon-cache.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-query-settings.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-query-settings.pdb $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-builder-tool.exe $(CopyDir)\bin
|
|
||||||
copy .\Release\$(Platform)\bin\gtk-builder-tool.pdb $(CopyDir)\bin
|
|
||||||
if exist .\Release\$(Platform)\bin\Gdk-3.0.gir copy .\Release\$(Platform)\bin\Gdk-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Release\$(Platform)\bin\GdkWin32-3.0.gir copy .\Release\$(Platform)\bin\GdkWin32-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Release\$(Platform)\bin\Gtk-3.0.gir copy .\Release\$(Platform)\bin\Gtk-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Release\$(Platform)\bin\Gdk-3.0.typelib copy .\Release\$(Platform)\bin\Gdk-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist .\Release\$(Platform)\bin\GdkWin32-3.0.typelib copy .\Release\$(Platform)\bin\GdkWin32-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist .\Release\$(Platform)\bin\Gtk-3.0.typelib copy .\Release\$(Platform)\bin\Gtk-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
|
|
||||||
goto DONE_BIN
|
|
||||||
|
|
||||||
:DO_BROADWAY_DEBUG
|
|
||||||
copy .\Debug\$(Platform)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-$(ApiVersion).lib $(CopyDir)\lib
|
|
||||||
copy .\Debug\$(Platform)\bin\gailutil-$(ApiVersion).lib $(CopyDir)\lib
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-demo.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-demo.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-demo-application.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-demo-application.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-icon-browser.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk3-icon-browser.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-encode-symbolic-svg.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-encode-symbolic-svg.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-update-icon-cache.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-update-icon-cache.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-query-settings.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-query-settings.pdb $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-builder-tool.exe $(CopyDir)\bin
|
|
||||||
copy .\Debug\$(Platform)\bin\gtk-builder-tool.pdb $(CopyDir)\bin
|
|
||||||
if exist .\Debug\$(Platform)\bin\Gdk-3.0.gir copy .\Debug\$(Platform)\bin\Gdk-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Debug\$(Platform)\bin\GdkWin32-3.0.gir copy .\Debug\$(Platform)\bin\GdkWin32-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Debug\$(Platform)\bin\Gtk-3.0.gir copy .\Debug\$(Platform)\bin\Gtk-3.0.gir $(CopyDir)\share\gir-1.0
|
|
||||||
if exist .\Debug\$(Platform)\bin\Gdk-3.0.typelib copy .\Debug\$(Platform)\bin\Gdk-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist .\Debug\$(Platform)\bin\GdkWin32-3.0.typelib copy .\Debug\$(Platform)\bin\GdkWin32-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
if exist .\Debug\$(Platform)\bin\Gtk-3.0.typelib copy .\Debug\$(Platform)\bin\Gtk-3.0.typelib $(CopyDir)\lib\girepository-1.0
|
|
||||||
|
|
||||||
:DONE_BIN
|
|
||||||
|
|
||||||
copy ..\gdk-3.0.pc $(CopyDir)\lib\pkgconfig
|
|
||||||
copy ..\gdk-3.0.pc $(CopyDir)\lib\pkgconfig\gdk-win32-3.0.pc
|
|
||||||
copy "..\gtk+-3.0.pc" $(CopyDir)\lib\pkgconfig
|
|
||||||
copy "..\gtk+-3.0.pc" "$(CopyDir)\lib\pkgconfig\gtk+-win32-3.0.pc"
|
|
||||||
copy ..\gail-3.0.pc $(CopyDir)\lib\pkgconfig
|
|
||||||
</GtkDoInstallBin>
|
|
||||||
<GtkDoInstall>
|
|
||||||
echo off
|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\win32
|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\deprecated
|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gtk\a11y
|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gtk\deprecated
|
|
||||||
copy ..\..\gdk\win32\gdkwin32.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
|
|
||||||
if "$(Configuration)" == "Release" goto COPY_RELEASE_BUILT_HEADERS
|
|
||||||
if "$(Configuration)" == "Release_Broadway" goto COPY_RELEASE_BUILT_HEADERS
|
|
||||||
if "$(Configuration)" == "Debug" goto COPY_DEBUG_BUILT_HEADERS
|
|
||||||
if "$(Configuration)" == "Debug_Broadway" goto COPY_DEBUG_BUILT_HEADERS
|
|
||||||
|
|
||||||
:COPY_DEBUG_BUILT_HEADERS
|
|
||||||
copy .\Debug\$(Platform)\obj\gdk-3\gdk\gdkconfig.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Debug\$(Platform)\obj\gdk-3\gdk\gdkenumtypes.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Debug\$(Platform)\obj\gdk-3\gdk\gdkversionmacros.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Debug\$(Platform)\obj\gtk-3\gtk\gtktypebuiltins.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk
|
|
||||||
copy .\Debug\$(Platform)\obj\gtk-3\gtk\gtkversion.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk
|
|
||||||
goto CONTINUE_HEADERS
|
|
||||||
|
|
||||||
:COPY_RELEASE_BUILT_HEADERS
|
|
||||||
copy .\Release\$(Platform)\obj\gdk-3\gdk\gdkconfig.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Release\$(Platform)\obj\gdk-3\gdk\gdkenumtypes.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Release\$(Platform)\obj\gdk-3\gdk\gdkversionmacros.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
copy .\Release\$(Platform)\obj\gtk-3\gtk\gtktypebuiltins.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk
|
|
||||||
copy .\Release\$(Platform)\obj\gtk-3\gtk\gtkversion.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk
|
|
||||||
goto CONTINUE_HEADERS
|
|
||||||
|
|
||||||
:CONTINUE_HEADERS
|
|
||||||
#include "gdk-3.vs10.headers"
|
|
||||||
#include "gdk3-win32.vs10.headers"
|
|
||||||
|
|
||||||
#include "gtk-3.vs10.headers"
|
|
||||||
|
|
||||||
mkdir $(CopyDir)\include\gail-$(ApiVersion)\libgail-util
|
|
||||||
#include "gailutil-3.vs10.headers"
|
|
||||||
|
|
||||||
|
|
||||||
for %%s in (16 22 24 32 48 256) do ((mkdir $(CopyDir)\share\icons\hicolor\%%sx%%s\apps) & (copy /b ..\..\demos\gtk-demo\data\%%sx%%s\gtk3-demo.png $(CopyDir)\share\icons\hicolor\%%sx%%s\apps))
|
|
||||||
|
|
||||||
mkdir $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
copy ..\..\gtk\org.gtk.Settings.ColorChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
copy ..\..\gtk\org.gtk.Settings.Debug.gschema.xml $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
copy ..\..\gtk\org.gtk.Settings.EmojiChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
copy ..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
copy ..\..\demos\gtk-demo\org.gtk.Demo.gschema.xml $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
</GtkDoInstall>
|
|
||||||
<GtkDoInstallBroadwayHeaders>
|
|
||||||
copy ..\..\gdk\broadway\gdkbroadway.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk
|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\broadway
|
|
||||||
#include "gdk3-broadway.vs10.headers"
|
|
||||||
</GtkDoInstallBroadwayHeaders>
|
|
||||||
<GtkPostInstall>
|
|
||||||
echo "Compiling gsettings XML Files..."
|
|
||||||
$(GlibEtcInstallRoot)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas
|
|
||||||
|
|
||||||
echo "Generating icon cache......"
|
|
||||||
$(CopyDir)\bin\gtk-update-icon-cache.exe --ignore-theme-index --force "$(CopyDir)\share\icons\hicolor"
|
|
||||||
</GtkPostInstall>
|
|
||||||
<GenerateGtkPC>$(PythonDir)\python ..\gtkpc.py --prefix=$(CopyDir) --version=$(GtkVersion) --host=i686-pc-vs$(VSVer)</GenerateGtkPC>
|
|
||||||
<GenerateGtkPCX64>$(PythonDir)\python ..\gtkpc.py --prefix=$(CopyDir) --version=$(GtkVersion) --host=x86_64-pc-vs$(VSVer)</GenerateGtkPCX64>
|
|
||||||
<GtkPCFiles>..\gdk-3.0.pc;..\gtk+-3.0.pc;..\gail-3.0.pc</GtkPCFiles>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup>
|
|
||||||
<_PropertySheetDisplayName>gtk3installsprops</_PropertySheetDisplayName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<BuildMacro Include="BinDir">
|
|
||||||
<Value>$(BinDir)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="InstalledDlls">
|
|
||||||
<Value>$(InstalledDlls)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="InstalledBins">
|
|
||||||
<Value>$(InstalledBins)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="InstalledBroadwayBins">
|
|
||||||
<Value>$(InstalledBroadwayBins)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GtkDoInstallBin">
|
|
||||||
<Value>$(GtkDoInstallBin)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GtkDoInstall">
|
|
||||||
<Value>$(GtkDoInstall)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GtkDoInstallBroadwayHeaders">
|
|
||||||
<Value>$(GtkDoInstallBroadwayHeaders)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GtkPostInstall">
|
|
||||||
<Value>$(GtkPostInstall)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GenerateGtkPC">
|
|
||||||
<Value>$(GenerateGtkPC)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GenerateGtkPCX64">
|
|
||||||
<Value>$(GenerateGtkPCX64)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
<BuildMacro Include="GtkPCFiles">
|
|
||||||
<Value>$(GtkPCFiles)</Value>
|
|
||||||
</BuildMacro>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@ -40,182 +40,25 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
<ConfigurationType>Makefile</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Utility</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-install.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-install.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibEtcInstallRoot)\</OutDir>
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(InstallBuildsBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)</NMakeBuildCommandLine>
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(InstallBuildsBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)</NMakeBuildCommandLine>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibEtcInstallRoot)\</OutDir>
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug'">$(InstallBuildsBase) CFG=$(Configuration) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)</NMakeBuildCommandLine>
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release'">$(InstallBuildsBase) CFG=$(Configuration) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)</NMakeBuildCommandLine>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" />
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" />
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" />
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">$(GlibEtcInstallRoot)\</OutDir>
|
|
||||||
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" />
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<CustomBuild Include="..\..\config.h.win32">
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">blah;%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">Installing Build Results...</Message>
|
|
||||||
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">$(GtkPCFiles)</AdditionalInputs>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">blah;%(Outputs)</Outputs>
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomBuild Include="..\gtkpc.py">
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GenerateGtkPC)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">$(GenerateGtkPC) --broadway</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GenerateGtkPCX64)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">$(GenerateGtkPCX64) --broadway</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GenerateGtkPC)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">$(GenerateGtkPC) --broadway</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GenerateGtkPCX64)</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">Generating .pc files...</Message>
|
|
||||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">$(GenerateGtkPCX64) --broadway</Command>
|
|
||||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'">$(GtkPCFiles);%(Outputs)</Outputs>
|
|
||||||
</CustomBuild>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="gdk-3.vcxproj">
|
<ProjectReference Include="gdk-3.vcxproj">
|
||||||
<Project>{5ae8f5ce-9103-4951-aede-ea2f3b573be8}</Project>
|
<Project>{5ae8f5ce-9103-4951-aede-ea2f3b573be8}</Project>
|
||||||
|
|||||||
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Resource Files">
|
|
||||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
|
||||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<CustomBuild Include="..\..\config.h.win32"><Filter>Resource Files</Filter></CustomBuild>
|
|
||||||
<CustomBuild Include="..\gtkpc.py"><Filter>Resource Files</Filter></CustomBuild>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@ -23,69 +23,20 @@
|
|||||||
<RootNamespace>gtk3introspect</RootNamespace>
|
<RootNamespace>gtk3introspect</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
<ConfigurationType>Makefile</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup>
|
||||||
<NMakeBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect</NMakeBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean introspect</NMakeReBuildCommandLine>
|
|
||||||
<NMakeCleanCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean</NMakeCleanCommandLine>
|
|
||||||
<NMakeOutput>$(GtkIntrospectBuiltFiles)</NMakeOutput>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<NMakeBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect</NMakeBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean introspect</NMakeReBuildCommandLine>
|
|
||||||
<NMakeCleanCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean</NMakeCleanCommandLine>
|
|
||||||
<NMakeOutput>$(GtkIntrospectBuiltFiles)</NMakeOutput>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<NMakeBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect</NMakeBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean introspect</NMakeReBuildCommandLine>
|
|
||||||
<NMakeCleanCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean</NMakeCleanCommandLine>
|
|
||||||
<NMakeOutput>$(GtkIntrospectBuiltFiles)</NMakeOutput>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<NMakeBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect</NMakeBuildCommandLine>
|
<NMakeBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect</NMakeBuildCommandLine>
|
||||||
<NMakeReBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean introspect</NMakeReBuildCommandLine>
|
<NMakeReBuildCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean introspect</NMakeReBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine>$(GtkIntrospectNMakeCmd) $(IntrospectPythonParam) introspect-clean</NMakeCleanCommandLine>
|
||||||
|
|||||||
@ -40,46 +40,7 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<PropertyGroup Label="Configuration">
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
<ConfigurationType>Makefile</ConfigurationType>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v100</PlatformToolset>
|
||||||
@ -87,52 +48,31 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
<ImportGroup Label="PropertySheets">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
<Import Project="gtk3-build-defines.props" />
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|Win32'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Broadway|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
<Import Project="gtk3-build-defines.props" />
|
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
<!-- Debug -->
|
||||||
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
|
||||||
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
||||||
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
|
||||||
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
||||||
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
|
||||||
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
|
||||||
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
|
||||||
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Debug'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
||||||
|
|
||||||
|
<!-- Release -->
|
||||||
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
||||||
|
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
||||||
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Release'">$(GenerateRequiredSourcesBase) CFG=$(Configuration) $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
||||||
|
|
||||||
|
<!-- Debug_Broadway -->
|
||||||
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
||||||
|
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
||||||
|
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Debug_Broadway'">$(GenerateRequiredSourcesBase) CFG=Debug BROADWAY=1 $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
||||||
|
|
||||||
|
<!-- Release_Broadway -->
|
||||||
|
<NMakeBuildCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) generate-base-sources</NMakeBuildCommandLine>
|
||||||
|
<NMakeReBuildCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) clean generate-base-sources</NMakeReBuildCommandLine>
|
||||||
|
<NMakeCleanCommandLine Condition="'$(Configuration)' == 'Release_Broadway'">$(GenerateRequiredSourcesBase) CFG=Release BROADWAY=1 $(IntrospectPythonParam) clean</NMakeCleanCommandLine>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST)
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST)
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST)
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST_COPIED = \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST_COPIED)
|
DISTCLEANFILES = $(EXTRA_DIST_COPIED)
|
||||||
EXTRA_DIST += $(EXTRA_DIST_COPIED) Directory.Build.props
|
EXTRA_DIST += $(EXTRA_DIST_COPIED) Directory.Build.props
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST)
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|||||||
@ -27,17 +27,11 @@ EXTRA_DIST += \
|
|||||||
gailutil-3.vcxproj \
|
gailutil-3.vcxproj \
|
||||||
gailutil-3.vcxproj.filters \
|
gailutil-3.vcxproj.filters \
|
||||||
gtk3-install.vcxproj \
|
gtk3-install.vcxproj \
|
||||||
gtk3-install.vcxproj.filters \
|
|
||||||
gtk3-introspect.vcxproj \
|
gtk3-introspect.vcxproj \
|
||||||
broadwayd.vcxproj \
|
broadwayd.vcxproj \
|
||||||
broadwayd.vcxproj.filters \
|
broadwayd.vcxproj.filters \
|
||||||
gdk3-broadway.vcxproj \
|
gdk3-broadway.vcxproj \
|
||||||
gdk3-broadway.vcxproj.filters \
|
gdk3-broadway.vcxproj.filters
|
||||||
gtk3-build-defines.props \
|
|
||||||
gtk3-copy-gdk-broadway.props \
|
|
||||||
gtk3-ignore-broadway.props \
|
|
||||||
gtk3-install.props \
|
|
||||||
gtk3-version-paths.props
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(EXTRA_DIST)
|
DISTCLEANFILES = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|||||||
13
win32/vs1x-props/Makefile.am
Normal file
13
win32/vs1x-props/Makefile.am
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
|
GENERATED_ITEMS = gtk3-version-paths.props
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
gtk3-build-defines.props \
|
||||||
|
gtk3-version-paths.props.in \
|
||||||
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
|
-include $(top_srcdir)/git.mk
|
||||||
@ -32,6 +32,9 @@ nmake -f gtk-introspection-msvc.mak CFG=$(Configuration) PREFIX=$(GlibEtcInstall
|
|||||||
<GenerateRequiredSourcesBase>cd ..
|
<GenerateRequiredSourcesBase>cd ..
|
||||||
set VCInstallDir=$(VCInstallDir)
|
set VCInstallDir=$(VCInstallDir)
|
||||||
nmake -f generate-msvc.mak PREFIX=$(GlibEtcInstallRoot)</GenerateRequiredSourcesBase>
|
nmake -f generate-msvc.mak PREFIX=$(GlibEtcInstallRoot)</GenerateRequiredSourcesBase>
|
||||||
|
<InstallBuildsBase>cd ..
|
||||||
|
set VCInstallDir=$(VCInstallDir)
|
||||||
|
nmake -f install-msvc.mak PREFIX=$(GlibEtcInstallRoot)</InstallBuildsBase>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_PropertySheetDisplayName>gtk3builddefinesprops</_PropertySheetDisplayName>
|
<_PropertySheetDisplayName>gtk3builddefinesprops</_PropertySheetDisplayName>
|
||||||
@ -117,5 +120,8 @@ nmake -f generate-msvc.mak PREFIX=$(GlibEtcInstallRoot)</GenerateRequiredSources
|
|||||||
<BuildMacro Include="GenerateRequiredSourcesBase">
|
<BuildMacro Include="GenerateRequiredSourcesBase">
|
||||||
<Value>$(GenerateRequiredSourcesBase)</Value>
|
<Value>$(GenerateRequiredSourcesBase)</Value>
|
||||||
</BuildMacro>
|
</BuildMacro>
|
||||||
|
<BuildMacro Include="InstallBuildsBase">
|
||||||
|
<Value>$(InstallBuildsBase)</Value>
|
||||||
|
</BuildMacro>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@ -1,7 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<VSVer>10</VSVer>
|
<VSVer Condition="'$(VisualStudioVersion)' == ''">10</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '10.0'">10</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '11.0'">11</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '12.0'">12</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '14.0'">14</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '15.0'">15</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '16.0'">16</VSVer>
|
||||||
|
<VSVer Condition="'$(VisualStudioVersion)' == '17.0'">17</VSVer>
|
||||||
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
|
<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
|
||||||
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
|
<CopyDir>..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
|
||||||
<ApiVersion>3.0</ApiVersion>
|
<ApiVersion>3.0</ApiVersion>
|
||||||
@ -1,12 +1,5 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
MSVC_HEADERS_LISTS = \
|
|
||||||
gdk3-win32.headers \
|
|
||||||
gdk3-broadway.headers \
|
|
||||||
gdk-3.headers \
|
|
||||||
gtk-3.headers \
|
|
||||||
gailutil-3.headers
|
|
||||||
|
|
||||||
GENERATED_ITEMS = \
|
GENERATED_ITEMS = \
|
||||||
gdk3-win32.vcproj \
|
gdk3-win32.vcproj \
|
||||||
gdk3-broadway.vcproj \
|
gdk3-broadway.vcproj \
|
||||||
@ -17,7 +10,6 @@ GENERATED_ITEMS = \
|
|||||||
gtk3-demo-application.vcproj \
|
gtk3-demo-application.vcproj \
|
||||||
gtk3-icon-browser.vcproj \
|
gtk3-icon-browser.vcproj \
|
||||||
gailutil-3.vcproj \
|
gailutil-3.vcproj \
|
||||||
gtk3-install.vsprops \
|
|
||||||
gtk3-version-paths.vsprops
|
gtk3-version-paths.vsprops
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
@ -42,14 +34,9 @@ EXTRA_DIST += \
|
|||||||
gtk3-build-defines.vsprops \
|
gtk3-build-defines.vsprops \
|
||||||
gtk3-copy-gdk-broadway.vsprops \
|
gtk3-copy-gdk-broadway.vsprops \
|
||||||
gtk3-ignore-broadway.vsprops \
|
gtk3-ignore-broadway.vsprops \
|
||||||
gtk3-install.vspropsin \
|
|
||||||
gtk3-version-paths.vsprops.in \
|
gtk3-version-paths.vsprops.in \
|
||||||
$(GENERATED_ITEMS)
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
gtk3-install.vsprops: $(top_srcdir)/win32/vs9/gtk3-install.vspropsin $(MSVC_HEADERS_LISTS)
|
|
||||||
$(CPP) -P - <$(top_srcdir)/win32/vs9/gtk3-install.vspropsin >$@
|
|
||||||
rm $(MSVC_HEADERS_LISTS)
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(GENERATED_ITEMS)
|
DISTCLEANFILES = $(GENERATED_ITEMS)
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -99,4 +99,8 @@
|
|||||||
Name="GenerateRequiredSourcesBase"
|
Name="GenerateRequiredSourcesBase"
|
||||||
Value="cd ..
set VCInstallDir=$(VCInstallDir)
nmake -f generate-msvc.mak PREFIX=$(GlibEtcInstallRoot)"
|
Value="cd ..
set VCInstallDir=$(VCInstallDir)
nmake -f generate-msvc.mak PREFIX=$(GlibEtcInstallRoot)"
|
||||||
/>
|
/>
|
||||||
|
<UserMacro
|
||||||
|
Name="InstallBuildsBase"
|
||||||
|
Value="cd ..
set VCInstallDir=$(VCInstallDir)
nmake -f install-msvc.mak PREFIX=$(GlibEtcInstallRoot)"
|
||||||
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|||||||
@ -21,113 +21,98 @@
|
|||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
ConfigurationType="10"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=$(ConfigurationName) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|x64"
|
Name="Debug|x64"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
ConfigurationType="10"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=$(ConfigurationName) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug_Broadway|Win32"
|
Name="Debug_Broadway|Win32"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
ConfigurationType="10"
|
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=Debug $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion) BROADWAY=1"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug_Broadway|x64"
|
Name="Debug_Broadway|x64"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
ConfigurationType="10"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=Debug $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion) BROADWAY=1"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
ConfigurationType="10"
|
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
WholeProgramOptimization="1"
|
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=$(ConfigurationName) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|x64"
|
Name="Release|x64"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
ConfigurationType="10"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
WholeProgramOptimization="1"
|
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=$(ConfigurationName) $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion)"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release_Broadway|Win32"
|
Name="Release_Broadway|Win32"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
ConfigurationType="10"
|
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
WholeProgramOptimization="1"
|
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=Release $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion) BROADWAY=1"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release_Broadway|x64"
|
Name="Release_Broadway|x64"
|
||||||
OutputDirectory="$(GlibEtcInstallRoot)"
|
ConfigurationType="0"
|
||||||
ConfigurationType="10"
|
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
||||||
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
DeleteExtensionsOnClean=""
|
DeleteExtensionsOnClean=""
|
||||||
WholeProgramOptimization="1"
|
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCNMakeTool"
|
||||||
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)$(GtkPostInstall)"
|
BuildCommandLine="$(InstallBuildsBase) CFG=Release $(IntrospectPythonParam) GTK_VERSION=$(GtkVersion) BROADWAY=1"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
|||||||
@ -1,208 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
<VisualStudioPropertySheet
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="gtkinstallprops"
|
|
||||||
InheritedPropertySheets=".\gtk3-build-defines.vsprops"
|
|
||||||
>
|
|
||||||
<UserMacro
|
|
||||||
Name="GtkDoInstallBin"
|
|
||||||
Value="
|
|
||||||
mkdir $(CopyDir)\bin

|
|
||||||
mkdir $(CopyDir)\share\gir-1.0

|
|
||||||
mkdir $(CopyDir)\lib\pkgconfig

|
|
||||||
mkdir $(CopyDir)\lib\girepository-1.0

|
|
||||||
|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gdk-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
|
|
||||||
if "$(ConfigurationName)" == "Release_Broadway" goto DO_BROADWAY_BIN

|
|
||||||
if "$(ConfigurationName)" == "Debug_Broadway" goto DO_BROADWAY_BIN

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gailutil-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-demo.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-demo.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-demo-application.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-demo-application.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-icon-browser.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk3-icon-browser.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-encode-symbolic-svg.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-encode-symbolic-svg.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-update-icon-cache.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-update-icon-cache.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-query-settings.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-query-settings.pdb $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-builder-tool.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\gtk-builder-tool.pdb $(CopyDir)\bin

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\Gdk-3.0.gir copy $(ConfigurationName)\$(PlatformName)\bin\Gdk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\GdkWin32-3.0.gir copy $(ConfigurationName)\$(PlatformName)\bin\GdkWin32-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\Gtk-3.0.gir copy $(ConfigurationName)\$(PlatformName)\bin\Gtk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\Gdk-3.0.typelib copy $(ConfigurationName)\$(PlatformName)\bin\Gdk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\GdkWin32-3.0.typelib copy $(ConfigurationName)\$(PlatformName)\bin\GdkWin32-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist $(ConfigurationName)\$(PlatformName)\bin\Gtk-3.0.typelib copy $(ConfigurationName)\$(PlatformName)\bin\Gtk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
goto DONE_BIN

|
|
||||||
|
|
||||||
:DO_BROADWAY_BIN

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\broadwayd.exe $(CopyDir)\bin

|
|
||||||
copy $(ConfigurationName)\$(PlatformName)\bin\broadwayd.pdb $(CopyDir)\bin

|
|
||||||
|
|
||||||
if "$(ConfigurationName)" == "Release_Broadway" goto DO_BROADWAY_RELEASE

|
|
||||||
if "$(ConfigurationName)" == "Debug_Broadway" goto DO_BROADWAY_DEBUG

|
|
||||||
:DO_BROADWAY_RELEASE

|
|
||||||
copy .\Release\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy .\Release\$(PlatformName)\bin\gailutil-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-demo.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-demo.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-demo-application.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-demo-application.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-icon-browser.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk3-icon-browser.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-encode-symbolic-svg.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-encode-symbolic-svg.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-update-icon-cache.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-update-icon-cache.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-query-settings.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-query-settings.pdb $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-builder-tool.exe $(CopyDir)\bin

|
|
||||||
copy .\Release\$(PlatformName)\bin\gtk-builder-tool.pdb $(CopyDir)\bin

|
|
||||||
if exist .\Release\$(PlatformName)\bin\Gdk-3.0.gir copy .\Release\$(PlatformName)\bin\Gdk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Release\$(PlatformName)\bin\GdkWin32-3.0.gir copy .\Release\$(PlatformName)\bin\GdkWin32-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Release\$(PlatformName)\bin\Gtk-3.0.gir copy .\Release\$(PlatformName)\bin\Gtk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Release\$(PlatformName)\bin\Gdk-3.0.typelib copy .\Release\$(PlatformName)\bin\Gdk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist .\Release\$(PlatformName)\bin\GdkWin32-3.0.typelib copy .\Release\$(PlatformName)\bin\GdkWin32-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist .\Release\$(PlatformName)\bin\Gtk-3.0.typelib copy .\Release\$(PlatformName)\bin\Gtk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
goto DONE_BIN

|
|
||||||
|
|
||||||
:DO_BROADWAY_DEBUG

|
|
||||||
copy .\Debug\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\$(GtkDllPrefix)gtk-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).dll $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\$(GtkDllPrefix)gailutil-3$(GtkDllSuffix).pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gailutil-$(ApiVersion).lib $(CopyDir)\lib

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-demo.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-demo.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-demo-application.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-demo-application.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-icon-browser.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk3-icon-browser.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-encode-symbolic-svg.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-encode-symbolic-svg.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-update-icon-cache.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-update-icon-cache.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-query-settings.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-query-settings.pdb $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-builder-tool.exe $(CopyDir)\bin

|
|
||||||
copy .\Debug\$(PlatformName)\bin\gtk-builder-tool.pdb $(CopyDir)\bin

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\Gdk-3.0.gir copy .\Debug\$(PlatformName)\bin\Gdk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\GdkWin32-3.0.gir copy .\Debug\$(PlatformName)\bin\GdkWin32-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\Gtk-3.0.gir copy .\Debug\$(PlatformName)\bin\Gtk-3.0.gir $(CopyDir)\share\gir-1.0

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\Gdk-3.0.typelib copy .\Debug\$(PlatformName)\bin\Gdk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\GdkWin32-3.0.typelib copy .\Debug\$(PlatformName)\bin\GdkWin32-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
if exist .\Debug\$(PlatformName)\bin\Gtk-3.0.typelib copy .\Debug\$(PlatformName)\bin\Gtk-3.0.typelib $(CopyDir)\lib\girepository-1.0

|
|
||||||
:DONE_BIN

|
|
||||||
|
|
||||||
copy ..\gdk-3.0.pc $(CopyDir)\lib\pkgconfig

|
|
||||||
copy ..\gdk-3.0.pc $(CopyDir)\lib\pkgconfig\gdk-win32-3.0.pc

|
|
||||||
copy "..\gtk+-3.0.pc" $(CopyDir)\lib\pkgconfig

|
|
||||||
copy "..\gtk+-3.0.pc" "$(CopyDir)\lib\pkgconfig\gtk+-win32-3.0.pc"

|
|
||||||
copy ..\gail-3.0.pc $(CopyDir)\lib\pkgconfig

|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<UserMacro
|
|
||||||
Name="GtkDoInstall"
|
|
||||||
Value="
|
|
||||||
echo off

|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\win32

|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\deprecated

|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gtk\a11y

|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gtk\deprecated

|
|
||||||
|
|
||||||
copy ..\..\gdk\win32\gdkwin32.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
|
|
||||||
if "$(ConfigurationName)" == "Release" goto COPY_RELEASE_BUILT_HEADERS

|
|
||||||
if "$(ConfigurationName)" == "Release_Broadway" goto COPY_RELEASE_BUILT_HEADERS

|
|
||||||
if "$(ConfigurationName)" == "Debug" goto COPY_DEBUG_BUILT_HEADERS

|
|
||||||
if "$(ConfigurationName)" == "Debug_Broadway" goto COPY_DEBUG_BUILT_HEADERS

|
|
||||||
|
|
||||||
:COPY_DEBUG_BUILT_HEADERS

|
|
||||||
copy .\Debug\$(PlatformName)\obj\gdk-3\gdk\gdkconfig.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Debug\$(PlatformName)\obj\gdk-3\gdk\gdkenumtypes.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Debug\$(PlatformName)\obj\gdk-3\gdk\gdkversionmacros.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Debug\$(PlatformName)\obj\gtk-3\gtk\gtktypebuiltins.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk

|
|
||||||
copy .\Debug\$(PlatformName)\obj\gtk-3\gtk\gtkversion.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk

|
|
||||||
goto CONTINUE_HEADERS

|
|
||||||
|
|
||||||
:COPY_RELEASE_BUILT_HEADERS

|
|
||||||
copy .\Release\$(PlatformName)\obj\gdk-3\gdk\gdkconfig.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Release\$(PlatformName)\obj\gdk-3\gdk\gdkenumtypes.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Release\$(PlatformName)\obj\gdk-3\gdk\gdkversionmacros.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
copy .\Release\$(PlatformName)\obj\gtk-3\gtk\gtktypebuiltins.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk

|
|
||||||
copy .\Release\$(PlatformName)\obj\gtk-3\gtk\gtkversion.h $(CopyDir)\include\gtk-$(ApiVersion)\gtk

|
|
||||||
goto CONTINUE_HEADERS

|
|
||||||
|
|
||||||
:CONTINUE_HEADERS

|
|
||||||
#include "gdk-3.headers"
|
|
||||||
#include "gdk3-win32.headers"
|
|
||||||
#include "gtk-3.headers"
|
|
||||||
|
|
||||||
mkdir $(CopyDir)\include\gail-$(ApiVersion)\libgail-util

|
|
||||||
#include "gailutil-3.headers"
|
|
||||||
|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\16x16\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\16x16\gtk3-demo.png $(CopyDir)\share\icons\hicolor\16x16\apps\

|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\22x22\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\22x22\gtk3-demo.png $(CopyDir)\share\icons\hicolor\22x22\apps\

|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\24x24\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\24x24\gtk3-demo.png $(CopyDir)\share\icons\hicolor\24x24\apps\

|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\32x32\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\32x32\gtk3-demo.png $(CopyDir)\share\icons\hicolor\32x32\apps\

|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\48x48\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\48x48\gtk3-demo.png $(CopyDir)\share\icons\hicolor\48x48\apps\

|
|
||||||
mkdir $(CopyDir)\share\icons\hicolor\256x256\apps

|
|
||||||
copy ..\..\demos\gtk-demo\data\256x256\gtk3-demo.png $(CopyDir)\share\icons\hicolor\256x256\apps\

|
|
||||||
|
|
||||||
mkdir $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
copy ..\..\gtk\org.gtk.Settings.ColorChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
copy ..\..\gtk\org.gtk.Settings.Debug.gschema.xml $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
copy ..\..\gtk\org.gtk.Settings.EmojiChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
copy ..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
copy ..\..\demos\gtk-demo\org.gtk.Demo.gschema.xml $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<UserMacro
|
|
||||||
Name="GtkPostInstall"
|
|
||||||
Value="
|
|
||||||
echo "Compiling gsettings XML Files..."

|
|
||||||
$(GlibEtcInstallRoot)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas

|
|
||||||
|
|
||||||
echo "Generating icon cache..."

|
|
||||||
$(CopyDir)\bin\gtk-update-icon-cache.exe --ignore-theme-index --force "$(CopyDir)\share\icons\hicolor"
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<UserMacro
|
|
||||||
Name="GtkDoInstallBroadwayHeaders"
|
|
||||||
Value="
|
|
||||||
copy ..\..\gdk\broadway\gdkbroadway.h $(CopyDir)\include\gtk-$(ApiVersion)\gdk

|
|
||||||
mkdir $(CopyDir)\include\gtk-$(ApiVersion)\gdk\broadway

|
|
||||||
#include "gdk3-broadway.headers"
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<UserMacro
|
|
||||||
Name="GenerateGtkPC"
|
|
||||||
Value="$(PythonDir)\python ..\gtkpc.py --prefix=$(CopyDir) --version=$(GtkVersion) --host=i686-pc-vs$(VSVer)"
|
|
||||||
/>
|
|
||||||
<UserMacro
|
|
||||||
Name="GenerateGtkPCX64"
|
|
||||||
Value="$(PythonDirX64)\python ..\gtkpc.py --prefix=$(CopyDir) --version=$(GtkVersion) --host=x86_64-pc-vs$(VSVer)"
|
|
||||||
/>
|
|
||||||
</VisualStudioPropertySheet>
|
|
||||||
Reference in New Issue
Block a user