Move wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR in files.bkl.
And rebake. Now that wxEventLoop can be used in wxBase as well, we need this file to be installed as part of wxBase too. Closes #11617. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
330ca4d434
commit
002374070e
@ -347,6 +347,7 @@ ALL_BASE_HEADERS = \
|
|||||||
wx/dynload.h \
|
wx/dynload.h \
|
||||||
wx/encconv.h \
|
wx/encconv.h \
|
||||||
wx/event.h \
|
wx/event.h \
|
||||||
|
wx/evtloop.h \
|
||||||
wx/except.h \
|
wx/except.h \
|
||||||
wx/features.h \
|
wx/features.h \
|
||||||
wx/flags.h \
|
wx/flags.h \
|
||||||
@ -511,6 +512,7 @@ ALL_PORTS_BASE_HEADERS = \
|
|||||||
wx/dynload.h \
|
wx/dynload.h \
|
||||||
wx/encconv.h \
|
wx/encconv.h \
|
||||||
wx/event.h \
|
wx/event.h \
|
||||||
|
wx/evtloop.h \
|
||||||
wx/except.h \
|
wx/except.h \
|
||||||
wx/features.h \
|
wx/features.h \
|
||||||
wx/flags.h \
|
wx/flags.h \
|
||||||
@ -3740,7 +3742,6 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
|||||||
wx/docmdi.h \
|
wx/docmdi.h \
|
||||||
wx/docview.h \
|
wx/docview.h \
|
||||||
wx/effects.h \
|
wx/effects.h \
|
||||||
wx/evtloop.h \
|
|
||||||
wx/evtloopsrc.h \
|
wx/evtloopsrc.h \
|
||||||
wx/fdrepdlg.h \
|
wx/fdrepdlg.h \
|
||||||
wx/filectrl.h \
|
wx/filectrl.h \
|
||||||
|
@ -440,6 +440,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||||||
wx/dynload.h
|
wx/dynload.h
|
||||||
wx/encconv.h
|
wx/encconv.h
|
||||||
wx/event.h
|
wx/event.h
|
||||||
|
wx/evtloop.h
|
||||||
wx/except.h
|
wx/except.h
|
||||||
wx/features.h
|
wx/features.h
|
||||||
wx/flags.h
|
wx/flags.h
|
||||||
@ -896,7 +897,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||||||
wx/docmdi.h
|
wx/docmdi.h
|
||||||
wx/docview.h
|
wx/docview.h
|
||||||
wx/effects.h
|
wx/effects.h
|
||||||
wx/evtloop.h
|
|
||||||
wx/evtloopsrc.h
|
wx/evtloopsrc.h
|
||||||
wx/fdrepdlg.h
|
wx/fdrepdlg.h
|
||||||
wx/filectrl.h
|
wx/filectrl.h
|
||||||
|
@ -1,217 +1,217 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.8 (http://www.bakefile.org)
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
||||||
# Beware that all changes made to this file will be overwritten next
|
# Beware that all changes made to this file will be overwritten next
|
||||||
# time you run Bakefile!
|
# time you run Bakefile!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# These are configurable options:
|
# These are configurable options:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
!ifndef CC
|
!ifndef CC
|
||||||
CC = bcc32
|
CC = bcc32
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# C++ compiler
|
# C++ compiler
|
||||||
!ifndef CXX
|
!ifndef CXX
|
||||||
CXX = bcc32
|
CXX = bcc32
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Standard flags for CC
|
# Standard flags for CC
|
||||||
!ifndef CFLAGS
|
!ifndef CFLAGS
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Standard flags for C++
|
# Standard flags for C++
|
||||||
!ifndef CXXFLAGS
|
!ifndef CXXFLAGS
|
||||||
CXXFLAGS =
|
CXXFLAGS =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Standard preprocessor flags (common for CC and CXX)
|
# Standard preprocessor flags (common for CC and CXX)
|
||||||
!ifndef CPPFLAGS
|
!ifndef CPPFLAGS
|
||||||
CPPFLAGS = -a8 -g0
|
CPPFLAGS = -a8 -g0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Standard linker flags
|
# Standard linker flags
|
||||||
!ifndef LDFLAGS
|
!ifndef LDFLAGS
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# The C preprocessor
|
# The C preprocessor
|
||||||
!ifndef CPP
|
!ifndef CPP
|
||||||
CPP = cpp32 -Sr -oCON
|
CPP = cpp32 -Sr -oCON
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
!ifndef SHARED
|
!ifndef SHARED
|
||||||
SHARED = 0
|
SHARED = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
!ifndef WXUNIV
|
!ifndef WXUNIV
|
||||||
WXUNIV = 0
|
WXUNIV = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Compile Unicode build of wxWidgets? [0,1]
|
# Compile Unicode build of wxWidgets? [0,1]
|
||||||
!ifndef UNICODE
|
!ifndef UNICODE
|
||||||
UNICODE = 1
|
UNICODE = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Use MSLU library when building Unicode version. [0,1]
|
# Use MSLU library when building Unicode version. [0,1]
|
||||||
!ifndef MSLU
|
!ifndef MSLU
|
||||||
MSLU = 0
|
MSLU = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
!ifndef BUILD
|
!ifndef BUILD
|
||||||
BUILD = debug
|
BUILD = debug
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Should debugging info be included in the executables? The default value
|
# Should debugging info be included in the executables? The default value
|
||||||
# "default" means that debug info will be included if BUILD=debug
|
# "default" means that debug info will be included if BUILD=debug
|
||||||
# and not included if BUILD=release. [0,1,default]
|
# and not included if BUILD=release. [0,1,default]
|
||||||
!ifndef DEBUG_INFO
|
!ifndef DEBUG_INFO
|
||||||
DEBUG_INFO = default
|
DEBUG_INFO = default
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
||||||
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
||||||
# code. [0,1,default]
|
# code. [0,1,default]
|
||||||
!ifndef DEBUG_FLAG
|
!ifndef DEBUG_FLAG
|
||||||
DEBUG_FLAG = 1
|
DEBUG_FLAG = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Multiple libraries or single huge monolithic one? [0,1]
|
# Multiple libraries or single huge monolithic one? [0,1]
|
||||||
!ifndef MONOLITHIC
|
!ifndef MONOLITHIC
|
||||||
MONOLITHIC = 0
|
MONOLITHIC = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build GUI libraries? [0,1]
|
# Build GUI libraries? [0,1]
|
||||||
!ifndef USE_GUI
|
!ifndef USE_GUI
|
||||||
USE_GUI = 1
|
USE_GUI = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_HTML
|
!ifndef USE_HTML
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_MEDIA
|
!ifndef USE_MEDIA
|
||||||
USE_MEDIA = 1
|
USE_MEDIA = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_XRC
|
!ifndef USE_XRC
|
||||||
USE_XRC = 1
|
USE_XRC = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_AUI
|
!ifndef USE_AUI
|
||||||
USE_AUI = 1
|
USE_AUI = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_RIBBON
|
!ifndef USE_RIBBON
|
||||||
USE_RIBBON = 1
|
USE_RIBBON = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_PROPGRID
|
!ifndef USE_PROPGRID
|
||||||
USE_PROPGRID = 1
|
USE_PROPGRID = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_RICHTEXT
|
!ifndef USE_RICHTEXT
|
||||||
USE_RICHTEXT = 1
|
USE_RICHTEXT = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_STC
|
!ifndef USE_STC
|
||||||
USE_STC = 1
|
USE_STC = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_OPENGL
|
!ifndef USE_OPENGL
|
||||||
USE_OPENGL = 1
|
USE_OPENGL = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_QA
|
!ifndef USE_QA
|
||||||
USE_QA = 0
|
USE_QA = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Enable exceptions in compiled code. [0,1]
|
# Enable exceptions in compiled code. [0,1]
|
||||||
!ifndef USE_EXCEPTIONS
|
!ifndef USE_EXCEPTIONS
|
||||||
USE_EXCEPTIONS = 1
|
USE_EXCEPTIONS = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
||||||
!ifndef USE_RTTI
|
!ifndef USE_RTTI
|
||||||
USE_RTTI = 1
|
USE_RTTI = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Enable threading in compiled code. [0,1]
|
# Enable threading in compiled code. [0,1]
|
||||||
!ifndef USE_THREADS
|
!ifndef USE_THREADS
|
||||||
USE_THREADS = 1
|
USE_THREADS = 1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
||||||
!ifndef USE_CAIRO
|
!ifndef USE_CAIRO
|
||||||
USE_CAIRO = 0
|
USE_CAIRO = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
||||||
!ifndef USE_GDIPLUS
|
!ifndef USE_GDIPLUS
|
||||||
USE_GDIPLUS = 0
|
USE_GDIPLUS = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Is this official build by wxWidgets developers? [0,1]
|
# Is this official build by wxWidgets developers? [0,1]
|
||||||
!ifndef OFFICIAL_BUILD
|
!ifndef OFFICIAL_BUILD
|
||||||
OFFICIAL_BUILD = 0
|
OFFICIAL_BUILD = 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Use this to name your customized DLLs differently
|
# Use this to name your customized DLLs differently
|
||||||
!ifndef VENDOR
|
!ifndef VENDOR
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#
|
#
|
||||||
!ifndef WX_FLAVOUR
|
!ifndef WX_FLAVOUR
|
||||||
WX_FLAVOUR =
|
WX_FLAVOUR =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#
|
#
|
||||||
!ifndef WX_LIB_FLAVOUR
|
!ifndef WX_LIB_FLAVOUR
|
||||||
WX_LIB_FLAVOUR =
|
WX_LIB_FLAVOUR =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Name of your custom configuration. This affects directory
|
# Name of your custom configuration. This affects directory
|
||||||
# where object files are stored as well as the location of
|
# where object files are stored as well as the location of
|
||||||
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
||||||
!ifndef CFG
|
!ifndef CFG
|
||||||
CFG =
|
CFG =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Compiler flags needed to compile test suite in tests directory. If you want
|
# Compiler flags needed to compile test suite in tests directory. If you want
|
||||||
# to run the tests, set it so that the compiler can find CppUnit headers.
|
# to run the tests, set it so that the compiler can find CppUnit headers.
|
||||||
!ifndef CPPUNIT_CFLAGS
|
!ifndef CPPUNIT_CFLAGS
|
||||||
CPPUNIT_CFLAGS =
|
CPPUNIT_CFLAGS =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Linker flags needed to link test suite in tests directory. If you want
|
# Linker flags needed to link test suite in tests directory. If you want
|
||||||
# to run the tests, include CppUnit library here.
|
# to run the tests, include CppUnit library here.
|
||||||
!ifndef CPPUNIT_LIBS
|
!ifndef CPPUNIT_LIBS
|
||||||
CPPUNIT_LIBS =
|
CPPUNIT_LIBS =
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Version of C runtime library to use. You can change this to
|
# Version of C runtime library to use. You can change this to
|
||||||
# static if SHARED=0, but it is highly recommended to not do
|
# static if SHARED=0, but it is highly recommended to not do
|
||||||
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
||||||
!ifndef RUNTIME_LIBS
|
!ifndef RUNTIME_LIBS
|
||||||
RUNTIME_LIBS = dynamic
|
RUNTIME_LIBS = dynamic
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
@ -1,150 +1,150 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.8 (http://www.bakefile.org)
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
||||||
# Beware that all changes made to this file will be overwritten next
|
# Beware that all changes made to this file will be overwritten next
|
||||||
# time you run Bakefile!
|
# time you run Bakefile!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# These are configurable options:
|
# These are configurable options:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Compiler flags to link shared library
|
# Compiler flags to link shared library
|
||||||
LINK_DLL_FLAGS ?= -shared
|
LINK_DLL_FLAGS ?= -shared
|
||||||
|
|
||||||
# Compiler flags to link loadable module
|
# Compiler flags to link loadable module
|
||||||
LINK_MODULE_FLAGS ?= -shared
|
LINK_MODULE_FLAGS ?= -shared
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
|
||||||
# C++ compiler
|
# C++ compiler
|
||||||
CXX = g++
|
CXX = g++
|
||||||
|
|
||||||
# Standard flags for CC
|
# Standard flags for CC
|
||||||
CFLAGS ?=
|
CFLAGS ?=
|
||||||
|
|
||||||
# Standard flags for C++
|
# Standard flags for C++
|
||||||
CXXFLAGS ?=
|
CXXFLAGS ?=
|
||||||
|
|
||||||
# Standard preprocessor flags (common for CC and CXX)
|
# Standard preprocessor flags (common for CC and CXX)
|
||||||
CPPFLAGS ?=
|
CPPFLAGS ?=
|
||||||
|
|
||||||
# Standard linker flags
|
# Standard linker flags
|
||||||
LDFLAGS ?=
|
LDFLAGS ?=
|
||||||
|
|
||||||
# The C preprocessor
|
# The C preprocessor
|
||||||
CPP ?= $(CC) -E
|
CPP ?= $(CC) -E
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
SHARED ?= 0
|
SHARED ?= 0
|
||||||
|
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
WXUNIV ?= 0
|
WXUNIV ?= 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWidgets? [0,1]
|
# Compile Unicode build of wxWidgets? [0,1]
|
||||||
UNICODE ?= 1
|
UNICODE ?= 1
|
||||||
|
|
||||||
# Use MSLU library when building Unicode version. [0,1]
|
# Use MSLU library when building Unicode version. [0,1]
|
||||||
MSLU ?= 0
|
MSLU ?= 0
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD ?= debug
|
BUILD ?= debug
|
||||||
|
|
||||||
# Should debugging info be included in the executables? The default value
|
# Should debugging info be included in the executables? The default value
|
||||||
# "default" means that debug info will be included if BUILD=debug
|
# "default" means that debug info will be included if BUILD=debug
|
||||||
# and not included if BUILD=release. [0,1,default]
|
# and not included if BUILD=release. [0,1,default]
|
||||||
DEBUG_INFO ?= default
|
DEBUG_INFO ?= default
|
||||||
|
|
||||||
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
||||||
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
||||||
# code. [0,1,default]
|
# code. [0,1,default]
|
||||||
DEBUG_FLAG ?= 1
|
DEBUG_FLAG ?= 1
|
||||||
|
|
||||||
# Multiple libraries or single huge monolithic one? [0,1]
|
# Multiple libraries or single huge monolithic one? [0,1]
|
||||||
MONOLITHIC ?= 0
|
MONOLITHIC ?= 0
|
||||||
|
|
||||||
# Build GUI libraries? [0,1]
|
# Build GUI libraries? [0,1]
|
||||||
USE_GUI ?= 1
|
USE_GUI ?= 1
|
||||||
|
|
||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML ?= 1
|
USE_HTML ?= 1
|
||||||
|
|
||||||
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
||||||
USE_MEDIA ?= 1
|
USE_MEDIA ?= 1
|
||||||
|
|
||||||
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
||||||
USE_XRC ?= 1
|
USE_XRC ?= 1
|
||||||
|
|
||||||
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
||||||
USE_AUI ?= 1
|
USE_AUI ?= 1
|
||||||
|
|
||||||
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RIBBON ?= 1
|
USE_RIBBON ?= 1
|
||||||
|
|
||||||
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
||||||
USE_PROPGRID ?= 1
|
USE_PROPGRID ?= 1
|
||||||
|
|
||||||
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RICHTEXT ?= 1
|
USE_RICHTEXT ?= 1
|
||||||
|
|
||||||
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_STC ?= 1
|
USE_STC ?= 1
|
||||||
|
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
||||||
USE_OPENGL ?= 1
|
USE_OPENGL ?= 1
|
||||||
|
|
||||||
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
||||||
USE_QA ?= 0
|
USE_QA ?= 0
|
||||||
|
|
||||||
# Enable exceptions in compiled code. [0,1]
|
# Enable exceptions in compiled code. [0,1]
|
||||||
USE_EXCEPTIONS ?= 1
|
USE_EXCEPTIONS ?= 1
|
||||||
|
|
||||||
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
||||||
USE_RTTI ?= 1
|
USE_RTTI ?= 1
|
||||||
|
|
||||||
# Enable threading in compiled code. [0,1]
|
# Enable threading in compiled code. [0,1]
|
||||||
USE_THREADS ?= 1
|
USE_THREADS ?= 1
|
||||||
|
|
||||||
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
||||||
USE_CAIRO ?= 0
|
USE_CAIRO ?= 0
|
||||||
|
|
||||||
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
||||||
USE_GDIPLUS ?= 0
|
USE_GDIPLUS ?= 0
|
||||||
|
|
||||||
# Is this official build by wxWidgets developers? [0,1]
|
# Is this official build by wxWidgets developers? [0,1]
|
||||||
OFFICIAL_BUILD ?= 0
|
OFFICIAL_BUILD ?= 0
|
||||||
|
|
||||||
# Use this to name your customized DLLs differently
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR ?= custom
|
VENDOR ?= custom
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_FLAVOUR ?=
|
WX_FLAVOUR ?=
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_LIB_FLAVOUR ?=
|
WX_LIB_FLAVOUR ?=
|
||||||
|
|
||||||
# Name of your custom configuration. This affects directory
|
# Name of your custom configuration. This affects directory
|
||||||
# where object files are stored as well as the location of
|
# where object files are stored as well as the location of
|
||||||
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
||||||
CFG ?=
|
CFG ?=
|
||||||
|
|
||||||
# Compiler flags needed to compile test suite in tests directory. If you want
|
# Compiler flags needed to compile test suite in tests directory. If you want
|
||||||
# to run the tests, set it so that the compiler can find CppUnit headers.
|
# to run the tests, set it so that the compiler can find CppUnit headers.
|
||||||
CPPUNIT_CFLAGS ?=
|
CPPUNIT_CFLAGS ?=
|
||||||
|
|
||||||
# Linker flags needed to link test suite in tests directory. If you want
|
# Linker flags needed to link test suite in tests directory. If you want
|
||||||
# to run the tests, include CppUnit library here.
|
# to run the tests, include CppUnit library here.
|
||||||
CPPUNIT_LIBS ?=
|
CPPUNIT_LIBS ?=
|
||||||
|
|
||||||
# Version of C runtime library to use. You can change this to
|
# Version of C runtime library to use. You can change this to
|
||||||
# static if SHARED=0, but it is highly recommended to not do
|
# static if SHARED=0, but it is highly recommended to not do
|
||||||
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
||||||
RUNTIME_LIBS ?= dynamic
|
RUNTIME_LIBS ?= dynamic
|
||||||
|
|
||||||
# Set the version of your Mingw installation here.
|
# Set the version of your Mingw installation here.
|
||||||
# "3" ...... this is for Mingw 2.0 or newer (comes with gcc3)
|
# "3" ...... this is for Mingw 2.0 or newer (comes with gcc3)
|
||||||
# "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
|
# "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
|
||||||
GCC_VERSION ?= 3
|
GCC_VERSION ?= 3
|
||||||
|
|
||||||
|
@ -1,152 +1,152 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.8 (http://www.bakefile.org)
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
||||||
# Beware that all changes made to this file will be overwritten next
|
# Beware that all changes made to this file will be overwritten next
|
||||||
# time you run Bakefile!
|
# time you run Bakefile!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# These are configurable options:
|
# These are configurable options:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = cl
|
CC = cl
|
||||||
|
|
||||||
# C++ compiler
|
# C++ compiler
|
||||||
CXX = cl
|
CXX = cl
|
||||||
|
|
||||||
# Standard flags for CC
|
# Standard flags for CC
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
|
|
||||||
# Standard flags for C++
|
# Standard flags for C++
|
||||||
CXXFLAGS =
|
CXXFLAGS =
|
||||||
|
|
||||||
# Standard preprocessor flags (common for CC and CXX)
|
# Standard preprocessor flags (common for CC and CXX)
|
||||||
CPPFLAGS =
|
CPPFLAGS =
|
||||||
|
|
||||||
# Standard linker flags
|
# Standard linker flags
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# The C preprocessor
|
# The C preprocessor
|
||||||
CPP = $(CC) /EP /nologo
|
CPP = $(CC) /EP /nologo
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
SHARED = 0
|
SHARED = 0
|
||||||
|
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
WXUNIV = 0
|
WXUNIV = 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWidgets? [0,1]
|
# Compile Unicode build of wxWidgets? [0,1]
|
||||||
UNICODE = 1
|
UNICODE = 1
|
||||||
|
|
||||||
# Use MSLU library when building Unicode version. [0,1]
|
# Use MSLU library when building Unicode version. [0,1]
|
||||||
MSLU = 0
|
MSLU = 0
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD = debug
|
BUILD = debug
|
||||||
|
|
||||||
# The target processor architecture must be specified when it is not X86.
|
# The target processor architecture must be specified when it is not X86.
|
||||||
# This does not affect the compiler output, so you still need to make sure
|
# This does not affect the compiler output, so you still need to make sure
|
||||||
# your environment is set up appropriately with the correct compiler in the
|
# your environment is set up appropriately with the correct compiler in the
|
||||||
# PATH. Rather it affects some options passed to some of the common build
|
# PATH. Rather it affects some options passed to some of the common build
|
||||||
# utilities such as the resource compiler and the linker.
|
# utilities such as the resource compiler and the linker.
|
||||||
#
|
#
|
||||||
# Accepted values: AMD64, IA64.
|
# Accepted values: AMD64, IA64.
|
||||||
TARGET_CPU = $(CPU)
|
TARGET_CPU = $(CPU)
|
||||||
|
|
||||||
# Should debugging info be included in the executables? The default value
|
# Should debugging info be included in the executables? The default value
|
||||||
# "default" means that debug info will be included if BUILD=debug
|
# "default" means that debug info will be included if BUILD=debug
|
||||||
# and not included if BUILD=release. [0,1,default]
|
# and not included if BUILD=release. [0,1,default]
|
||||||
DEBUG_INFO = 1
|
DEBUG_INFO = 1
|
||||||
|
|
||||||
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
||||||
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
||||||
# code. [0,1,default]
|
# code. [0,1,default]
|
||||||
DEBUG_FLAG = 1
|
DEBUG_FLAG = 1
|
||||||
|
|
||||||
# Link against debug (e.g. msvcrtd.dll) or release (msvcrt.dll) RTL?
|
# Link against debug (e.g. msvcrtd.dll) or release (msvcrt.dll) RTL?
|
||||||
# Default is to use debug CRT if and only if BUILD==debug. [0,1,default]
|
# Default is to use debug CRT if and only if BUILD==debug. [0,1,default]
|
||||||
DEBUG_RUNTIME_LIBS = default
|
DEBUG_RUNTIME_LIBS = default
|
||||||
|
|
||||||
# Multiple libraries or single huge monolithic one? [0,1]
|
# Multiple libraries or single huge monolithic one? [0,1]
|
||||||
MONOLITHIC = 0
|
MONOLITHIC = 0
|
||||||
|
|
||||||
# Build GUI libraries? [0,1]
|
# Build GUI libraries? [0,1]
|
||||||
USE_GUI = 1
|
USE_GUI = 1
|
||||||
|
|
||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
|
|
||||||
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
||||||
USE_MEDIA = 1
|
USE_MEDIA = 1
|
||||||
|
|
||||||
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
||||||
USE_XRC = 1
|
USE_XRC = 1
|
||||||
|
|
||||||
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
||||||
USE_AUI = 1
|
USE_AUI = 1
|
||||||
|
|
||||||
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RIBBON = 1
|
USE_RIBBON = 1
|
||||||
|
|
||||||
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
||||||
USE_PROPGRID = 1
|
USE_PROPGRID = 1
|
||||||
|
|
||||||
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RICHTEXT = 1
|
USE_RICHTEXT = 1
|
||||||
|
|
||||||
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_STC = 1
|
USE_STC = 1
|
||||||
|
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
||||||
USE_OPENGL = 1
|
USE_OPENGL = 1
|
||||||
|
|
||||||
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
||||||
USE_QA = 1
|
USE_QA = 1
|
||||||
|
|
||||||
# Enable exceptions in compiled code. [0,1]
|
# Enable exceptions in compiled code. [0,1]
|
||||||
USE_EXCEPTIONS = 1
|
USE_EXCEPTIONS = 1
|
||||||
|
|
||||||
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
||||||
USE_RTTI = 1
|
USE_RTTI = 1
|
||||||
|
|
||||||
# Enable threading in compiled code. [0,1]
|
# Enable threading in compiled code. [0,1]
|
||||||
USE_THREADS = 1
|
USE_THREADS = 1
|
||||||
|
|
||||||
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
||||||
USE_CAIRO = 0
|
USE_CAIRO = 0
|
||||||
|
|
||||||
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
||||||
USE_GDIPLUS = 0
|
USE_GDIPLUS = 0
|
||||||
|
|
||||||
# Is this official build by wxWidgets developers? [0,1]
|
# Is this official build by wxWidgets developers? [0,1]
|
||||||
OFFICIAL_BUILD = 0
|
OFFICIAL_BUILD = 0
|
||||||
|
|
||||||
# Use this to name your customized DLLs differently
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_FLAVOUR =
|
WX_FLAVOUR =
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_LIB_FLAVOUR =
|
WX_LIB_FLAVOUR =
|
||||||
|
|
||||||
# Name of your custom configuration. This affects directory
|
# Name of your custom configuration. This affects directory
|
||||||
# where object files are stored as well as the location of
|
# where object files are stored as well as the location of
|
||||||
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
||||||
CFG =
|
CFG =
|
||||||
|
|
||||||
# Compiler flags needed to compile test suite in tests directory. If you want
|
# Compiler flags needed to compile test suite in tests directory. If you want
|
||||||
# to run the tests, set it so that the compiler can find CppUnit headers.
|
# to run the tests, set it so that the compiler can find CppUnit headers.
|
||||||
CPPUNIT_CFLAGS =
|
CPPUNIT_CFLAGS =
|
||||||
|
|
||||||
# Linker flags needed to link test suite in tests directory. If you want
|
# Linker flags needed to link test suite in tests directory. If you want
|
||||||
# to run the tests, include CppUnit library here.
|
# to run the tests, include CppUnit library here.
|
||||||
CPPUNIT_LIBS =
|
CPPUNIT_LIBS =
|
||||||
|
|
||||||
# Version of C runtime library to use. You can change this to
|
# Version of C runtime library to use. You can change this to
|
||||||
# static if SHARED=0, but it is highly recommended to not do
|
# static if SHARED=0, but it is highly recommended to not do
|
||||||
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
||||||
RUNTIME_LIBS = dynamic
|
RUNTIME_LIBS = dynamic
|
||||||
|
|
||||||
|
@ -1,143 +1,143 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.8 (http://www.bakefile.org)
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
||||||
# Beware that all changes made to this file will be overwritten next
|
# Beware that all changes made to this file will be overwritten next
|
||||||
# time you run Bakefile!
|
# time you run Bakefile!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# These are configurable options:
|
# These are configurable options:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# C compiler
|
# C compiler
|
||||||
CC = wcc386
|
CC = wcc386
|
||||||
|
|
||||||
# C++ compiler
|
# C++ compiler
|
||||||
CXX = wpp386
|
CXX = wpp386
|
||||||
|
|
||||||
# Standard flags for CC
|
# Standard flags for CC
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
|
|
||||||
# Standard flags for C++
|
# Standard flags for C++
|
||||||
CXXFLAGS =
|
CXXFLAGS =
|
||||||
|
|
||||||
# Standard preprocessor flags (common for CC and CXX)
|
# Standard preprocessor flags (common for CC and CXX)
|
||||||
CPPFLAGS =
|
CPPFLAGS =
|
||||||
|
|
||||||
# Standard linker flags
|
# Standard linker flags
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# The C preprocessor
|
# The C preprocessor
|
||||||
CPP = $(CC) -p
|
CPP = $(CC) -p
|
||||||
|
|
||||||
# What type of library to build? [0,1]
|
# What type of library to build? [0,1]
|
||||||
# 1 - DLL
|
# 1 - DLL
|
||||||
SHARED = 0
|
SHARED = 0
|
||||||
|
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
# 1 - Universal
|
# 1 - Universal
|
||||||
WXUNIV = 0
|
WXUNIV = 0
|
||||||
|
|
||||||
# Compile Unicode build of wxWidgets? [0,1]
|
# Compile Unicode build of wxWidgets? [0,1]
|
||||||
# 1 - Unicode
|
# 1 - Unicode
|
||||||
UNICODE = 1
|
UNICODE = 1
|
||||||
|
|
||||||
# Type of compiled binaries [debug,release]
|
# Type of compiled binaries [debug,release]
|
||||||
BUILD = debug
|
BUILD = debug
|
||||||
|
|
||||||
# Should debugging info be included in the executables? The default value
|
# Should debugging info be included in the executables? The default value
|
||||||
# "default" means that debug info will be included if BUILD=debug
|
# "default" means that debug info will be included if BUILD=debug
|
||||||
# and not included if BUILD=release. [0,1,default]
|
# and not included if BUILD=release. [0,1,default]
|
||||||
DEBUG_INFO = default
|
DEBUG_INFO = default
|
||||||
|
|
||||||
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
# Value of wxDEBUG_LEVEL. The default value is the same as 1 and means that all
|
||||||
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
# but expensive assert checks are enabled, use 0 to completely remove debugging
|
||||||
# code. [0,1,default]
|
# code. [0,1,default]
|
||||||
DEBUG_FLAG = 1
|
DEBUG_FLAG = 1
|
||||||
|
|
||||||
# Multiple libraries or single huge monolithic one? [0,1]
|
# Multiple libraries or single huge monolithic one? [0,1]
|
||||||
# 0 - Multilib
|
# 0 - Multilib
|
||||||
# 1 - Monolithic
|
# 1 - Monolithic
|
||||||
MONOLITHIC = 1
|
MONOLITHIC = 1
|
||||||
|
|
||||||
# Build GUI libraries? [0,1]
|
# Build GUI libraries? [0,1]
|
||||||
# 0 - Base
|
# 0 - Base
|
||||||
# 1 - GUI
|
# 1 - GUI
|
||||||
USE_GUI = 1
|
USE_GUI = 1
|
||||||
|
|
||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
|
|
||||||
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
||||||
USE_MEDIA = 1
|
USE_MEDIA = 1
|
||||||
|
|
||||||
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
||||||
USE_XRC = 1
|
USE_XRC = 1
|
||||||
|
|
||||||
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
# Build wxAUI library (USE_GUI must be 1)? [0,1]
|
||||||
USE_AUI = 1
|
USE_AUI = 1
|
||||||
|
|
||||||
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
# Build wxRibbon library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RIBBON = 1
|
USE_RIBBON = 1
|
||||||
|
|
||||||
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
# Build wxPropertyGrid library (USE_GUI must be 1)? [0,1]
|
||||||
USE_PROPGRID = 1
|
USE_PROPGRID = 1
|
||||||
|
|
||||||
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_RICHTEXT = 1
|
USE_RICHTEXT = 1
|
||||||
|
|
||||||
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
|
||||||
USE_STC = 1
|
USE_STC = 1
|
||||||
|
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
||||||
USE_OPENGL = 1
|
USE_OPENGL = 1
|
||||||
|
|
||||||
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
|
||||||
USE_QA = 0
|
USE_QA = 0
|
||||||
|
|
||||||
# Enable exceptions in compiled code. [0,1]
|
# Enable exceptions in compiled code. [0,1]
|
||||||
USE_EXCEPTIONS = 1
|
USE_EXCEPTIONS = 1
|
||||||
|
|
||||||
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
# Enable run-time type information (RTTI) in compiled code. [0,1]
|
||||||
USE_RTTI = 1
|
USE_RTTI = 1
|
||||||
|
|
||||||
# Enable threading in compiled code. [0,1]
|
# Enable threading in compiled code. [0,1]
|
||||||
USE_THREADS = 1
|
USE_THREADS = 1
|
||||||
|
|
||||||
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
# Enable wxCairoContext for platforms other than Linux/GTK. [0,1]
|
||||||
USE_CAIRO = 0
|
USE_CAIRO = 0
|
||||||
|
|
||||||
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1]
|
||||||
USE_GDIPLUS = 0
|
USE_GDIPLUS = 0
|
||||||
|
|
||||||
# Is this official build by wxWidgets developers? [0,1]
|
# Is this official build by wxWidgets developers? [0,1]
|
||||||
OFFICIAL_BUILD = 0
|
OFFICIAL_BUILD = 0
|
||||||
|
|
||||||
# Use this to name your customized DLLs differently
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_FLAVOUR =
|
WX_FLAVOUR =
|
||||||
|
|
||||||
#
|
#
|
||||||
WX_LIB_FLAVOUR =
|
WX_LIB_FLAVOUR =
|
||||||
|
|
||||||
# Name of your custom configuration. This affects directory
|
# Name of your custom configuration. This affects directory
|
||||||
# where object files are stored as well as the location of
|
# where object files are stored as well as the location of
|
||||||
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
# compiled .lib files and setup.h under the lib/ toplevel directory.
|
||||||
CFG =
|
CFG =
|
||||||
|
|
||||||
# Compiler flags needed to compile test suite in tests directory. If you want
|
# Compiler flags needed to compile test suite in tests directory. If you want
|
||||||
# to run the tests, set it so that the compiler can find CppUnit headers.
|
# to run the tests, set it so that the compiler can find CppUnit headers.
|
||||||
CPPUNIT_CFLAGS =
|
CPPUNIT_CFLAGS =
|
||||||
|
|
||||||
# Linker flags needed to link test suite in tests directory. If you want
|
# Linker flags needed to link test suite in tests directory. If you want
|
||||||
# to run the tests, include CppUnit library here.
|
# to run the tests, include CppUnit library here.
|
||||||
CPPUNIT_LIBS =
|
CPPUNIT_LIBS =
|
||||||
|
|
||||||
# Version of C runtime library to use. You can change this to
|
# Version of C runtime library to use. You can change this to
|
||||||
# static if SHARED=0, but it is highly recommended to not do
|
# static if SHARED=0, but it is highly recommended to not do
|
||||||
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
# it if SHARED=1 unless you know what you are doing. [dynamic,static]
|
||||||
RUNTIME_LIBS = dynamic
|
RUNTIME_LIBS = dynamic
|
||||||
|
|
||||||
|
@ -1815,13 +1815,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj \
|
$(OBJS)\monodll_listctrlcmn.obj \
|
||||||
$(OBJS)\monodll_matrix.obj \
|
$(OBJS)\monodll_matrix.obj \
|
||||||
$(OBJS)\monodll_menucmn.obj \
|
$(OBJS)\monodll_menucmn.obj \
|
||||||
$(OBJS)\monodll_mousemanager.obj \
|
$(OBJS)\monodll_mousemanager.obj \
|
||||||
$(OBJS)\monodll_nbkbase.obj \
|
$(OBJS)\monodll_nbkbase.obj \
|
||||||
$(OBJS)\monodll_overlaycmn.obj \
|
$(OBJS)\monodll_overlaycmn.obj \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj \
|
$(OBJS)\monodll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monodll_paper.obj \
|
$(OBJS)\monodll_paper.obj \
|
||||||
$(OBJS)\monodll_persist.obj \
|
$(OBJS)\monodll_persist.obj \
|
||||||
$(OBJS)\monodll_pickerbase.obj \
|
$(OBJS)\monodll_pickerbase.obj \
|
||||||
$(OBJS)\monodll_popupcmn.obj \
|
$(OBJS)\monodll_popupcmn.obj \
|
||||||
$(OBJS)\monodll_prntbase.obj \
|
$(OBJS)\monodll_prntbase.obj \
|
||||||
$(OBJS)\monodll_quantize.obj \
|
$(OBJS)\monodll_quantize.obj \
|
||||||
@ -2058,13 +2058,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj \
|
$(OBJS)\monodll_listctrlcmn.obj \
|
||||||
$(OBJS)\monodll_matrix.obj \
|
$(OBJS)\monodll_matrix.obj \
|
||||||
$(OBJS)\monodll_menucmn.obj \
|
$(OBJS)\monodll_menucmn.obj \
|
||||||
$(OBJS)\monodll_mousemanager.obj \
|
$(OBJS)\monodll_mousemanager.obj \
|
||||||
$(OBJS)\monodll_nbkbase.obj \
|
$(OBJS)\monodll_nbkbase.obj \
|
||||||
$(OBJS)\monodll_overlaycmn.obj \
|
$(OBJS)\monodll_overlaycmn.obj \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj \
|
$(OBJS)\monodll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monodll_paper.obj \
|
$(OBJS)\monodll_paper.obj \
|
||||||
$(OBJS)\monodll_persist.obj \
|
$(OBJS)\monodll_persist.obj \
|
||||||
$(OBJS)\monodll_pickerbase.obj \
|
$(OBJS)\monodll_pickerbase.obj \
|
||||||
$(OBJS)\monodll_popupcmn.obj \
|
$(OBJS)\monodll_popupcmn.obj \
|
||||||
$(OBJS)\monodll_prntbase.obj \
|
$(OBJS)\monodll_prntbase.obj \
|
||||||
$(OBJS)\monodll_quantize.obj \
|
$(OBJS)\monodll_quantize.obj \
|
||||||
@ -2517,13 +2517,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj \
|
$(OBJS)\monolib_listctrlcmn.obj \
|
||||||
$(OBJS)\monolib_matrix.obj \
|
$(OBJS)\monolib_matrix.obj \
|
||||||
$(OBJS)\monolib_menucmn.obj \
|
$(OBJS)\monolib_menucmn.obj \
|
||||||
$(OBJS)\monolib_mousemanager.obj \
|
$(OBJS)\monolib_mousemanager.obj \
|
||||||
$(OBJS)\monolib_nbkbase.obj \
|
$(OBJS)\monolib_nbkbase.obj \
|
||||||
$(OBJS)\monolib_overlaycmn.obj \
|
$(OBJS)\monolib_overlaycmn.obj \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj \
|
$(OBJS)\monolib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monolib_paper.obj \
|
$(OBJS)\monolib_paper.obj \
|
||||||
$(OBJS)\monolib_persist.obj \
|
$(OBJS)\monolib_persist.obj \
|
||||||
$(OBJS)\monolib_pickerbase.obj \
|
$(OBJS)\monolib_pickerbase.obj \
|
||||||
$(OBJS)\monolib_popupcmn.obj \
|
$(OBJS)\monolib_popupcmn.obj \
|
||||||
$(OBJS)\monolib_prntbase.obj \
|
$(OBJS)\monolib_prntbase.obj \
|
||||||
$(OBJS)\monolib_quantize.obj \
|
$(OBJS)\monolib_quantize.obj \
|
||||||
@ -2760,13 +2760,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj \
|
$(OBJS)\monolib_listctrlcmn.obj \
|
||||||
$(OBJS)\monolib_matrix.obj \
|
$(OBJS)\monolib_matrix.obj \
|
||||||
$(OBJS)\monolib_menucmn.obj \
|
$(OBJS)\monolib_menucmn.obj \
|
||||||
$(OBJS)\monolib_mousemanager.obj \
|
$(OBJS)\monolib_mousemanager.obj \
|
||||||
$(OBJS)\monolib_nbkbase.obj \
|
$(OBJS)\monolib_nbkbase.obj \
|
||||||
$(OBJS)\monolib_overlaycmn.obj \
|
$(OBJS)\monolib_overlaycmn.obj \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj \
|
$(OBJS)\monolib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monolib_paper.obj \
|
$(OBJS)\monolib_paper.obj \
|
||||||
$(OBJS)\monolib_persist.obj \
|
$(OBJS)\monolib_persist.obj \
|
||||||
$(OBJS)\monolib_pickerbase.obj \
|
$(OBJS)\monolib_pickerbase.obj \
|
||||||
$(OBJS)\monolib_popupcmn.obj \
|
$(OBJS)\monolib_popupcmn.obj \
|
||||||
$(OBJS)\monolib_prntbase.obj \
|
$(OBJS)\monolib_prntbase.obj \
|
||||||
$(OBJS)\monolib_quantize.obj \
|
$(OBJS)\monolib_quantize.obj \
|
||||||
@ -3112,13 +3112,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj \
|
$(OBJS)\coredll_listctrlcmn.obj \
|
||||||
$(OBJS)\coredll_matrix.obj \
|
$(OBJS)\coredll_matrix.obj \
|
||||||
$(OBJS)\coredll_menucmn.obj \
|
$(OBJS)\coredll_menucmn.obj \
|
||||||
$(OBJS)\coredll_mousemanager.obj \
|
$(OBJS)\coredll_mousemanager.obj \
|
||||||
$(OBJS)\coredll_nbkbase.obj \
|
$(OBJS)\coredll_nbkbase.obj \
|
||||||
$(OBJS)\coredll_overlaycmn.obj \
|
$(OBJS)\coredll_overlaycmn.obj \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj \
|
$(OBJS)\coredll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\coredll_paper.obj \
|
$(OBJS)\coredll_paper.obj \
|
||||||
$(OBJS)\coredll_persist.obj \
|
$(OBJS)\coredll_persist.obj \
|
||||||
$(OBJS)\coredll_pickerbase.obj \
|
$(OBJS)\coredll_pickerbase.obj \
|
||||||
$(OBJS)\coredll_popupcmn.obj \
|
$(OBJS)\coredll_popupcmn.obj \
|
||||||
$(OBJS)\coredll_prntbase.obj \
|
$(OBJS)\coredll_prntbase.obj \
|
||||||
$(OBJS)\coredll_quantize.obj \
|
$(OBJS)\coredll_quantize.obj \
|
||||||
@ -3355,13 +3355,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj \
|
$(OBJS)\coredll_listctrlcmn.obj \
|
||||||
$(OBJS)\coredll_matrix.obj \
|
$(OBJS)\coredll_matrix.obj \
|
||||||
$(OBJS)\coredll_menucmn.obj \
|
$(OBJS)\coredll_menucmn.obj \
|
||||||
$(OBJS)\coredll_mousemanager.obj \
|
$(OBJS)\coredll_mousemanager.obj \
|
||||||
$(OBJS)\coredll_nbkbase.obj \
|
$(OBJS)\coredll_nbkbase.obj \
|
||||||
$(OBJS)\coredll_overlaycmn.obj \
|
$(OBJS)\coredll_overlaycmn.obj \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj \
|
$(OBJS)\coredll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\coredll_paper.obj \
|
$(OBJS)\coredll_paper.obj \
|
||||||
$(OBJS)\coredll_persist.obj \
|
$(OBJS)\coredll_persist.obj \
|
||||||
$(OBJS)\coredll_pickerbase.obj \
|
$(OBJS)\coredll_pickerbase.obj \
|
||||||
$(OBJS)\coredll_popupcmn.obj \
|
$(OBJS)\coredll_popupcmn.obj \
|
||||||
$(OBJS)\coredll_prntbase.obj \
|
$(OBJS)\coredll_prntbase.obj \
|
||||||
$(OBJS)\coredll_quantize.obj \
|
$(OBJS)\coredll_quantize.obj \
|
||||||
@ -3603,13 +3603,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj \
|
$(OBJS)\corelib_listctrlcmn.obj \
|
||||||
$(OBJS)\corelib_matrix.obj \
|
$(OBJS)\corelib_matrix.obj \
|
||||||
$(OBJS)\corelib_menucmn.obj \
|
$(OBJS)\corelib_menucmn.obj \
|
||||||
$(OBJS)\corelib_mousemanager.obj \
|
$(OBJS)\corelib_mousemanager.obj \
|
||||||
$(OBJS)\corelib_nbkbase.obj \
|
$(OBJS)\corelib_nbkbase.obj \
|
||||||
$(OBJS)\corelib_overlaycmn.obj \
|
$(OBJS)\corelib_overlaycmn.obj \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj \
|
$(OBJS)\corelib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\corelib_paper.obj \
|
$(OBJS)\corelib_paper.obj \
|
||||||
$(OBJS)\corelib_persist.obj \
|
$(OBJS)\corelib_persist.obj \
|
||||||
$(OBJS)\corelib_pickerbase.obj \
|
$(OBJS)\corelib_pickerbase.obj \
|
||||||
$(OBJS)\corelib_popupcmn.obj \
|
$(OBJS)\corelib_popupcmn.obj \
|
||||||
$(OBJS)\corelib_prntbase.obj \
|
$(OBJS)\corelib_prntbase.obj \
|
||||||
$(OBJS)\corelib_quantize.obj \
|
$(OBJS)\corelib_quantize.obj \
|
||||||
@ -3846,13 +3846,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj \
|
$(OBJS)\corelib_listctrlcmn.obj \
|
||||||
$(OBJS)\corelib_matrix.obj \
|
$(OBJS)\corelib_matrix.obj \
|
||||||
$(OBJS)\corelib_menucmn.obj \
|
$(OBJS)\corelib_menucmn.obj \
|
||||||
$(OBJS)\corelib_mousemanager.obj \
|
$(OBJS)\corelib_mousemanager.obj \
|
||||||
$(OBJS)\corelib_nbkbase.obj \
|
$(OBJS)\corelib_nbkbase.obj \
|
||||||
$(OBJS)\corelib_overlaycmn.obj \
|
$(OBJS)\corelib_overlaycmn.obj \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj \
|
$(OBJS)\corelib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\corelib_paper.obj \
|
$(OBJS)\corelib_paper.obj \
|
||||||
$(OBJS)\corelib_persist.obj \
|
$(OBJS)\corelib_persist.obj \
|
||||||
$(OBJS)\corelib_pickerbase.obj \
|
$(OBJS)\corelib_pickerbase.obj \
|
||||||
$(OBJS)\corelib_popupcmn.obj \
|
$(OBJS)\corelib_popupcmn.obj \
|
||||||
$(OBJS)\corelib_prntbase.obj \
|
$(OBJS)\corelib_prntbase.obj \
|
||||||
$(OBJS)\corelib_quantize.obj \
|
$(OBJS)\corelib_quantize.obj \
|
||||||
@ -7312,17 +7312,17 @@ $(OBJS)\monodll_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monodll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monodll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\monodll_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\monodll_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -9494,17 +9494,17 @@ $(OBJS)\monolib_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monolib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monolib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\monolib_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\monolib_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -11679,17 +11679,17 @@ $(OBJS)\coredll_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\coredll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\coredll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\coredll_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\coredll_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -12958,17 +12958,17 @@ $(OBJS)\corelib_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\corelib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\corelib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\corelib_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\corelib_persist.obj: ..\..\src\common\persist.cpp
|
||||||
|
@ -1842,13 +1842,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.o \
|
$(OBJS)\monodll_listctrlcmn.o \
|
||||||
$(OBJS)\monodll_matrix.o \
|
$(OBJS)\monodll_matrix.o \
|
||||||
$(OBJS)\monodll_menucmn.o \
|
$(OBJS)\monodll_menucmn.o \
|
||||||
$(OBJS)\monodll_mousemanager.o \
|
$(OBJS)\monodll_mousemanager.o \
|
||||||
$(OBJS)\monodll_nbkbase.o \
|
$(OBJS)\monodll_nbkbase.o \
|
||||||
$(OBJS)\monodll_overlaycmn.o \
|
$(OBJS)\monodll_overlaycmn.o \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.o \
|
$(OBJS)\monodll_ownerdrwcmn.o \
|
||||||
$(OBJS)\monodll_paper.o \
|
$(OBJS)\monodll_paper.o \
|
||||||
$(OBJS)\monodll_persist.o \
|
$(OBJS)\monodll_persist.o \
|
||||||
$(OBJS)\monodll_pickerbase.o \
|
$(OBJS)\monodll_pickerbase.o \
|
||||||
$(OBJS)\monodll_popupcmn.o \
|
$(OBJS)\monodll_popupcmn.o \
|
||||||
$(OBJS)\monodll_prntbase.o \
|
$(OBJS)\monodll_prntbase.o \
|
||||||
$(OBJS)\monodll_quantize.o \
|
$(OBJS)\monodll_quantize.o \
|
||||||
@ -2087,13 +2087,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.o \
|
$(OBJS)\monodll_listctrlcmn.o \
|
||||||
$(OBJS)\monodll_matrix.o \
|
$(OBJS)\monodll_matrix.o \
|
||||||
$(OBJS)\monodll_menucmn.o \
|
$(OBJS)\monodll_menucmn.o \
|
||||||
$(OBJS)\monodll_mousemanager.o \
|
$(OBJS)\monodll_mousemanager.o \
|
||||||
$(OBJS)\monodll_nbkbase.o \
|
$(OBJS)\monodll_nbkbase.o \
|
||||||
$(OBJS)\monodll_overlaycmn.o \
|
$(OBJS)\monodll_overlaycmn.o \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.o \
|
$(OBJS)\monodll_ownerdrwcmn.o \
|
||||||
$(OBJS)\monodll_paper.o \
|
$(OBJS)\monodll_paper.o \
|
||||||
$(OBJS)\monodll_persist.o \
|
$(OBJS)\monodll_persist.o \
|
||||||
$(OBJS)\monodll_pickerbase.o \
|
$(OBJS)\monodll_pickerbase.o \
|
||||||
$(OBJS)\monodll_popupcmn.o \
|
$(OBJS)\monodll_popupcmn.o \
|
||||||
$(OBJS)\monodll_prntbase.o \
|
$(OBJS)\monodll_prntbase.o \
|
||||||
$(OBJS)\monodll_quantize.o \
|
$(OBJS)\monodll_quantize.o \
|
||||||
@ -2550,13 +2550,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.o \
|
$(OBJS)\monolib_listctrlcmn.o \
|
||||||
$(OBJS)\monolib_matrix.o \
|
$(OBJS)\monolib_matrix.o \
|
||||||
$(OBJS)\monolib_menucmn.o \
|
$(OBJS)\monolib_menucmn.o \
|
||||||
$(OBJS)\monolib_mousemanager.o \
|
$(OBJS)\monolib_mousemanager.o \
|
||||||
$(OBJS)\monolib_nbkbase.o \
|
$(OBJS)\monolib_nbkbase.o \
|
||||||
$(OBJS)\monolib_overlaycmn.o \
|
$(OBJS)\monolib_overlaycmn.o \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.o \
|
$(OBJS)\monolib_ownerdrwcmn.o \
|
||||||
$(OBJS)\monolib_paper.o \
|
$(OBJS)\monolib_paper.o \
|
||||||
$(OBJS)\monolib_persist.o \
|
$(OBJS)\monolib_persist.o \
|
||||||
$(OBJS)\monolib_pickerbase.o \
|
$(OBJS)\monolib_pickerbase.o \
|
||||||
$(OBJS)\monolib_popupcmn.o \
|
$(OBJS)\monolib_popupcmn.o \
|
||||||
$(OBJS)\monolib_prntbase.o \
|
$(OBJS)\monolib_prntbase.o \
|
||||||
$(OBJS)\monolib_quantize.o \
|
$(OBJS)\monolib_quantize.o \
|
||||||
@ -2795,13 +2795,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.o \
|
$(OBJS)\monolib_listctrlcmn.o \
|
||||||
$(OBJS)\monolib_matrix.o \
|
$(OBJS)\monolib_matrix.o \
|
||||||
$(OBJS)\monolib_menucmn.o \
|
$(OBJS)\monolib_menucmn.o \
|
||||||
$(OBJS)\monolib_mousemanager.o \
|
$(OBJS)\monolib_mousemanager.o \
|
||||||
$(OBJS)\monolib_nbkbase.o \
|
$(OBJS)\monolib_nbkbase.o \
|
||||||
$(OBJS)\monolib_overlaycmn.o \
|
$(OBJS)\monolib_overlaycmn.o \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.o \
|
$(OBJS)\monolib_ownerdrwcmn.o \
|
||||||
$(OBJS)\monolib_paper.o \
|
$(OBJS)\monolib_paper.o \
|
||||||
$(OBJS)\monolib_persist.o \
|
$(OBJS)\monolib_persist.o \
|
||||||
$(OBJS)\monolib_pickerbase.o \
|
$(OBJS)\monolib_pickerbase.o \
|
||||||
$(OBJS)\monolib_popupcmn.o \
|
$(OBJS)\monolib_popupcmn.o \
|
||||||
$(OBJS)\monolib_prntbase.o \
|
$(OBJS)\monolib_prntbase.o \
|
||||||
$(OBJS)\monolib_quantize.o \
|
$(OBJS)\monolib_quantize.o \
|
||||||
@ -3161,13 +3161,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.o \
|
$(OBJS)\coredll_listctrlcmn.o \
|
||||||
$(OBJS)\coredll_matrix.o \
|
$(OBJS)\coredll_matrix.o \
|
||||||
$(OBJS)\coredll_menucmn.o \
|
$(OBJS)\coredll_menucmn.o \
|
||||||
$(OBJS)\coredll_mousemanager.o \
|
$(OBJS)\coredll_mousemanager.o \
|
||||||
$(OBJS)\coredll_nbkbase.o \
|
$(OBJS)\coredll_nbkbase.o \
|
||||||
$(OBJS)\coredll_overlaycmn.o \
|
$(OBJS)\coredll_overlaycmn.o \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.o \
|
$(OBJS)\coredll_ownerdrwcmn.o \
|
||||||
$(OBJS)\coredll_paper.o \
|
$(OBJS)\coredll_paper.o \
|
||||||
$(OBJS)\coredll_persist.o \
|
$(OBJS)\coredll_persist.o \
|
||||||
$(OBJS)\coredll_pickerbase.o \
|
$(OBJS)\coredll_pickerbase.o \
|
||||||
$(OBJS)\coredll_popupcmn.o \
|
$(OBJS)\coredll_popupcmn.o \
|
||||||
$(OBJS)\coredll_prntbase.o \
|
$(OBJS)\coredll_prntbase.o \
|
||||||
$(OBJS)\coredll_quantize.o \
|
$(OBJS)\coredll_quantize.o \
|
||||||
@ -3406,13 +3406,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.o \
|
$(OBJS)\coredll_listctrlcmn.o \
|
||||||
$(OBJS)\coredll_matrix.o \
|
$(OBJS)\coredll_matrix.o \
|
||||||
$(OBJS)\coredll_menucmn.o \
|
$(OBJS)\coredll_menucmn.o \
|
||||||
$(OBJS)\coredll_mousemanager.o \
|
$(OBJS)\coredll_mousemanager.o \
|
||||||
$(OBJS)\coredll_nbkbase.o \
|
$(OBJS)\coredll_nbkbase.o \
|
||||||
$(OBJS)\coredll_overlaycmn.o \
|
$(OBJS)\coredll_overlaycmn.o \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.o \
|
$(OBJS)\coredll_ownerdrwcmn.o \
|
||||||
$(OBJS)\coredll_paper.o \
|
$(OBJS)\coredll_paper.o \
|
||||||
$(OBJS)\coredll_persist.o \
|
$(OBJS)\coredll_persist.o \
|
||||||
$(OBJS)\coredll_pickerbase.o \
|
$(OBJS)\coredll_pickerbase.o \
|
||||||
$(OBJS)\coredll_popupcmn.o \
|
$(OBJS)\coredll_popupcmn.o \
|
||||||
$(OBJS)\coredll_prntbase.o \
|
$(OBJS)\coredll_prntbase.o \
|
||||||
$(OBJS)\coredll_quantize.o \
|
$(OBJS)\coredll_quantize.o \
|
||||||
@ -3660,13 +3660,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.o \
|
$(OBJS)\corelib_listctrlcmn.o \
|
||||||
$(OBJS)\corelib_matrix.o \
|
$(OBJS)\corelib_matrix.o \
|
||||||
$(OBJS)\corelib_menucmn.o \
|
$(OBJS)\corelib_menucmn.o \
|
||||||
$(OBJS)\corelib_mousemanager.o \
|
$(OBJS)\corelib_mousemanager.o \
|
||||||
$(OBJS)\corelib_nbkbase.o \
|
$(OBJS)\corelib_nbkbase.o \
|
||||||
$(OBJS)\corelib_overlaycmn.o \
|
$(OBJS)\corelib_overlaycmn.o \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.o \
|
$(OBJS)\corelib_ownerdrwcmn.o \
|
||||||
$(OBJS)\corelib_paper.o \
|
$(OBJS)\corelib_paper.o \
|
||||||
$(OBJS)\corelib_persist.o \
|
$(OBJS)\corelib_persist.o \
|
||||||
$(OBJS)\corelib_pickerbase.o \
|
$(OBJS)\corelib_pickerbase.o \
|
||||||
$(OBJS)\corelib_popupcmn.o \
|
$(OBJS)\corelib_popupcmn.o \
|
||||||
$(OBJS)\corelib_prntbase.o \
|
$(OBJS)\corelib_prntbase.o \
|
||||||
$(OBJS)\corelib_quantize.o \
|
$(OBJS)\corelib_quantize.o \
|
||||||
@ -3905,13 +3905,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.o \
|
$(OBJS)\corelib_listctrlcmn.o \
|
||||||
$(OBJS)\corelib_matrix.o \
|
$(OBJS)\corelib_matrix.o \
|
||||||
$(OBJS)\corelib_menucmn.o \
|
$(OBJS)\corelib_menucmn.o \
|
||||||
$(OBJS)\corelib_mousemanager.o \
|
$(OBJS)\corelib_mousemanager.o \
|
||||||
$(OBJS)\corelib_nbkbase.o \
|
$(OBJS)\corelib_nbkbase.o \
|
||||||
$(OBJS)\corelib_overlaycmn.o \
|
$(OBJS)\corelib_overlaycmn.o \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.o \
|
$(OBJS)\corelib_ownerdrwcmn.o \
|
||||||
$(OBJS)\corelib_paper.o \
|
$(OBJS)\corelib_paper.o \
|
||||||
$(OBJS)\corelib_persist.o \
|
$(OBJS)\corelib_persist.o \
|
||||||
$(OBJS)\corelib_pickerbase.o \
|
$(OBJS)\corelib_pickerbase.o \
|
||||||
$(OBJS)\corelib_popupcmn.o \
|
$(OBJS)\corelib_popupcmn.o \
|
||||||
$(OBJS)\corelib_prntbase.o \
|
$(OBJS)\corelib_prntbase.o \
|
||||||
$(OBJS)\corelib_quantize.o \
|
$(OBJS)\corelib_quantize.o \
|
||||||
@ -7478,17 +7478,17 @@ endif
|
|||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monodll_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
$(OBJS)\monodll_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
||||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monodll_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
$(OBJS)\monodll_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
||||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monodll_paper.o: ../../src/common/paper.cpp
|
$(OBJS)\monodll_paper.o: ../../src/common/paper.cpp
|
||||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monodll_persist.o: ../../src/common/persist.cpp
|
$(OBJS)\monodll_persist.o: ../../src/common/persist.cpp
|
||||||
@ -9660,17 +9660,17 @@ endif
|
|||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monolib_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
$(OBJS)\monolib_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
||||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monolib_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
$(OBJS)\monolib_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
||||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monolib_paper.o: ../../src/common/paper.cpp
|
$(OBJS)\monolib_paper.o: ../../src/common/paper.cpp
|
||||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\monolib_persist.o: ../../src/common/persist.cpp
|
$(OBJS)\monolib_persist.o: ../../src/common/persist.cpp
|
||||||
@ -11845,17 +11845,17 @@ endif
|
|||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\coredll_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
$(OBJS)\coredll_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
||||||
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\coredll_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
$(OBJS)\coredll_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
||||||
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\coredll_paper.o: ../../src/common/paper.cpp
|
$(OBJS)\coredll_paper.o: ../../src/common/paper.cpp
|
||||||
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\coredll_persist.o: ../../src/common/persist.cpp
|
$(OBJS)\coredll_persist.o: ../../src/common/persist.cpp
|
||||||
@ -13124,17 +13124,17 @@ endif
|
|||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\corelib_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
$(OBJS)\corelib_overlaycmn.o: ../../src/common/overlaycmn.cpp
|
||||||
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\corelib_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
$(OBJS)\corelib_ownerdrwcmn.o: ../../src/common/ownerdrwcmn.cpp
|
||||||
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\corelib_paper.o: ../../src/common/paper.cpp
|
$(OBJS)\corelib_paper.o: ../../src/common/paper.cpp
|
||||||
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
$(OBJS)\corelib_persist.o: ../../src/common/persist.cpp
|
$(OBJS)\corelib_persist.o: ../../src/common/persist.cpp
|
||||||
|
@ -2040,13 +2040,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj \
|
$(OBJS)\monodll_listctrlcmn.obj \
|
||||||
$(OBJS)\monodll_matrix.obj \
|
$(OBJS)\monodll_matrix.obj \
|
||||||
$(OBJS)\monodll_menucmn.obj \
|
$(OBJS)\monodll_menucmn.obj \
|
||||||
$(OBJS)\monodll_mousemanager.obj \
|
$(OBJS)\monodll_mousemanager.obj \
|
||||||
$(OBJS)\monodll_nbkbase.obj \
|
$(OBJS)\monodll_nbkbase.obj \
|
||||||
$(OBJS)\monodll_overlaycmn.obj \
|
$(OBJS)\monodll_overlaycmn.obj \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj \
|
$(OBJS)\monodll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monodll_paper.obj \
|
$(OBJS)\monodll_paper.obj \
|
||||||
$(OBJS)\monodll_persist.obj \
|
$(OBJS)\monodll_persist.obj \
|
||||||
$(OBJS)\monodll_pickerbase.obj \
|
$(OBJS)\monodll_pickerbase.obj \
|
||||||
$(OBJS)\monodll_popupcmn.obj \
|
$(OBJS)\monodll_popupcmn.obj \
|
||||||
$(OBJS)\monodll_prntbase.obj \
|
$(OBJS)\monodll_prntbase.obj \
|
||||||
$(OBJS)\monodll_quantize.obj \
|
$(OBJS)\monodll_quantize.obj \
|
||||||
@ -2283,13 +2283,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = \
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj \
|
$(OBJS)\monodll_listctrlcmn.obj \
|
||||||
$(OBJS)\monodll_matrix.obj \
|
$(OBJS)\monodll_matrix.obj \
|
||||||
$(OBJS)\monodll_menucmn.obj \
|
$(OBJS)\monodll_menucmn.obj \
|
||||||
$(OBJS)\monodll_mousemanager.obj \
|
$(OBJS)\monodll_mousemanager.obj \
|
||||||
$(OBJS)\monodll_nbkbase.obj \
|
$(OBJS)\monodll_nbkbase.obj \
|
||||||
$(OBJS)\monodll_overlaycmn.obj \
|
$(OBJS)\monodll_overlaycmn.obj \
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj \
|
$(OBJS)\monodll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monodll_paper.obj \
|
$(OBJS)\monodll_paper.obj \
|
||||||
$(OBJS)\monodll_persist.obj \
|
$(OBJS)\monodll_persist.obj \
|
||||||
$(OBJS)\monodll_pickerbase.obj \
|
$(OBJS)\monodll_pickerbase.obj \
|
||||||
$(OBJS)\monodll_popupcmn.obj \
|
$(OBJS)\monodll_popupcmn.obj \
|
||||||
$(OBJS)\monodll_prntbase.obj \
|
$(OBJS)\monodll_prntbase.obj \
|
||||||
$(OBJS)\monodll_quantize.obj \
|
$(OBJS)\monodll_quantize.obj \
|
||||||
@ -2748,13 +2748,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj \
|
$(OBJS)\monolib_listctrlcmn.obj \
|
||||||
$(OBJS)\monolib_matrix.obj \
|
$(OBJS)\monolib_matrix.obj \
|
||||||
$(OBJS)\monolib_menucmn.obj \
|
$(OBJS)\monolib_menucmn.obj \
|
||||||
$(OBJS)\monolib_mousemanager.obj \
|
$(OBJS)\monolib_mousemanager.obj \
|
||||||
$(OBJS)\monolib_nbkbase.obj \
|
$(OBJS)\monolib_nbkbase.obj \
|
||||||
$(OBJS)\monolib_overlaycmn.obj \
|
$(OBJS)\monolib_overlaycmn.obj \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj \
|
$(OBJS)\monolib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monolib_paper.obj \
|
$(OBJS)\monolib_paper.obj \
|
||||||
$(OBJS)\monolib_persist.obj \
|
$(OBJS)\monolib_persist.obj \
|
||||||
$(OBJS)\monolib_pickerbase.obj \
|
$(OBJS)\monolib_pickerbase.obj \
|
||||||
$(OBJS)\monolib_popupcmn.obj \
|
$(OBJS)\monolib_popupcmn.obj \
|
||||||
$(OBJS)\monolib_prntbase.obj \
|
$(OBJS)\monolib_prntbase.obj \
|
||||||
$(OBJS)\monolib_quantize.obj \
|
$(OBJS)\monolib_quantize.obj \
|
||||||
@ -2991,13 +2991,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = \
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj \
|
$(OBJS)\monolib_listctrlcmn.obj \
|
||||||
$(OBJS)\monolib_matrix.obj \
|
$(OBJS)\monolib_matrix.obj \
|
||||||
$(OBJS)\monolib_menucmn.obj \
|
$(OBJS)\monolib_menucmn.obj \
|
||||||
$(OBJS)\monolib_mousemanager.obj \
|
$(OBJS)\monolib_mousemanager.obj \
|
||||||
$(OBJS)\monolib_nbkbase.obj \
|
$(OBJS)\monolib_nbkbase.obj \
|
||||||
$(OBJS)\monolib_overlaycmn.obj \
|
$(OBJS)\monolib_overlaycmn.obj \
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj \
|
$(OBJS)\monolib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\monolib_paper.obj \
|
$(OBJS)\monolib_paper.obj \
|
||||||
$(OBJS)\monolib_persist.obj \
|
$(OBJS)\monolib_persist.obj \
|
||||||
$(OBJS)\monolib_pickerbase.obj \
|
$(OBJS)\monolib_pickerbase.obj \
|
||||||
$(OBJS)\monolib_popupcmn.obj \
|
$(OBJS)\monolib_popupcmn.obj \
|
||||||
$(OBJS)\monolib_prntbase.obj \
|
$(OBJS)\monolib_prntbase.obj \
|
||||||
$(OBJS)\monolib_quantize.obj \
|
$(OBJS)\monolib_quantize.obj \
|
||||||
@ -3409,13 +3409,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj \
|
$(OBJS)\coredll_listctrlcmn.obj \
|
||||||
$(OBJS)\coredll_matrix.obj \
|
$(OBJS)\coredll_matrix.obj \
|
||||||
$(OBJS)\coredll_menucmn.obj \
|
$(OBJS)\coredll_menucmn.obj \
|
||||||
$(OBJS)\coredll_mousemanager.obj \
|
$(OBJS)\coredll_mousemanager.obj \
|
||||||
$(OBJS)\coredll_nbkbase.obj \
|
$(OBJS)\coredll_nbkbase.obj \
|
||||||
$(OBJS)\coredll_overlaycmn.obj \
|
$(OBJS)\coredll_overlaycmn.obj \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj \
|
$(OBJS)\coredll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\coredll_paper.obj \
|
$(OBJS)\coredll_paper.obj \
|
||||||
$(OBJS)\coredll_persist.obj \
|
$(OBJS)\coredll_persist.obj \
|
||||||
$(OBJS)\coredll_pickerbase.obj \
|
$(OBJS)\coredll_pickerbase.obj \
|
||||||
$(OBJS)\coredll_popupcmn.obj \
|
$(OBJS)\coredll_popupcmn.obj \
|
||||||
$(OBJS)\coredll_prntbase.obj \
|
$(OBJS)\coredll_prntbase.obj \
|
||||||
$(OBJS)\coredll_quantize.obj \
|
$(OBJS)\coredll_quantize.obj \
|
||||||
@ -3652,13 +3652,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = \
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj \
|
$(OBJS)\coredll_listctrlcmn.obj \
|
||||||
$(OBJS)\coredll_matrix.obj \
|
$(OBJS)\coredll_matrix.obj \
|
||||||
$(OBJS)\coredll_menucmn.obj \
|
$(OBJS)\coredll_menucmn.obj \
|
||||||
$(OBJS)\coredll_mousemanager.obj \
|
$(OBJS)\coredll_mousemanager.obj \
|
||||||
$(OBJS)\coredll_nbkbase.obj \
|
$(OBJS)\coredll_nbkbase.obj \
|
||||||
$(OBJS)\coredll_overlaycmn.obj \
|
$(OBJS)\coredll_overlaycmn.obj \
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj \
|
$(OBJS)\coredll_ownerdrwcmn.obj \
|
||||||
$(OBJS)\coredll_paper.obj \
|
$(OBJS)\coredll_paper.obj \
|
||||||
$(OBJS)\coredll_persist.obj \
|
$(OBJS)\coredll_persist.obj \
|
||||||
$(OBJS)\coredll_pickerbase.obj \
|
$(OBJS)\coredll_pickerbase.obj \
|
||||||
$(OBJS)\coredll_popupcmn.obj \
|
$(OBJS)\coredll_popupcmn.obj \
|
||||||
$(OBJS)\coredll_prntbase.obj \
|
$(OBJS)\coredll_prntbase.obj \
|
||||||
$(OBJS)\coredll_quantize.obj \
|
$(OBJS)\coredll_quantize.obj \
|
||||||
@ -3906,13 +3906,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj \
|
$(OBJS)\corelib_listctrlcmn.obj \
|
||||||
$(OBJS)\corelib_matrix.obj \
|
$(OBJS)\corelib_matrix.obj \
|
||||||
$(OBJS)\corelib_menucmn.obj \
|
$(OBJS)\corelib_menucmn.obj \
|
||||||
$(OBJS)\corelib_mousemanager.obj \
|
$(OBJS)\corelib_mousemanager.obj \
|
||||||
$(OBJS)\corelib_nbkbase.obj \
|
$(OBJS)\corelib_nbkbase.obj \
|
||||||
$(OBJS)\corelib_overlaycmn.obj \
|
$(OBJS)\corelib_overlaycmn.obj \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj \
|
$(OBJS)\corelib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\corelib_paper.obj \
|
$(OBJS)\corelib_paper.obj \
|
||||||
$(OBJS)\corelib_persist.obj \
|
$(OBJS)\corelib_persist.obj \
|
||||||
$(OBJS)\corelib_pickerbase.obj \
|
$(OBJS)\corelib_pickerbase.obj \
|
||||||
$(OBJS)\corelib_popupcmn.obj \
|
$(OBJS)\corelib_popupcmn.obj \
|
||||||
$(OBJS)\corelib_prntbase.obj \
|
$(OBJS)\corelib_prntbase.obj \
|
||||||
$(OBJS)\corelib_quantize.obj \
|
$(OBJS)\corelib_quantize.obj \
|
||||||
@ -4149,13 +4149,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = \
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj \
|
$(OBJS)\corelib_listctrlcmn.obj \
|
||||||
$(OBJS)\corelib_matrix.obj \
|
$(OBJS)\corelib_matrix.obj \
|
||||||
$(OBJS)\corelib_menucmn.obj \
|
$(OBJS)\corelib_menucmn.obj \
|
||||||
$(OBJS)\corelib_mousemanager.obj \
|
$(OBJS)\corelib_mousemanager.obj \
|
||||||
$(OBJS)\corelib_nbkbase.obj \
|
$(OBJS)\corelib_nbkbase.obj \
|
||||||
$(OBJS)\corelib_overlaycmn.obj \
|
$(OBJS)\corelib_overlaycmn.obj \
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj \
|
$(OBJS)\corelib_ownerdrwcmn.obj \
|
||||||
$(OBJS)\corelib_paper.obj \
|
$(OBJS)\corelib_paper.obj \
|
||||||
$(OBJS)\corelib_persist.obj \
|
$(OBJS)\corelib_persist.obj \
|
||||||
$(OBJS)\corelib_pickerbase.obj \
|
$(OBJS)\corelib_pickerbase.obj \
|
||||||
$(OBJS)\corelib_popupcmn.obj \
|
$(OBJS)\corelib_popupcmn.obj \
|
||||||
$(OBJS)\corelib_prntbase.obj \
|
$(OBJS)\corelib_prntbase.obj \
|
||||||
$(OBJS)\corelib_quantize.obj \
|
$(OBJS)\corelib_quantize.obj \
|
||||||
@ -7909,17 +7909,17 @@ $(OBJS)\monodll_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monodll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monodll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\monodll_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monodll_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\monodll_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -10091,17 +10091,17 @@ $(OBJS)\monolib_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monolib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monolib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\monolib_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\monolib_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\monolib_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -12276,17 +12276,17 @@ $(OBJS)\coredll_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\coredll_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\coredll_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\coredll_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\coredll_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\coredll_persist.obj: ..\..\src\common\persist.cpp
|
||||||
@ -13555,17 +13555,17 @@ $(OBJS)\corelib_nbkbase.obj: ..\..\src\common\nbkbase.cpp
|
|||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\corelib_overlaycmn.obj: ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\overlaycmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\corelib_ownerdrwcmn.obj: ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\ownerdrwcmn.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_paper.obj: ..\..\src\common\paper.cpp
|
$(OBJS)\corelib_paper.obj: ..\..\src\common\paper.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\paper.cpp
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
$(OBJS)\corelib_persist.obj: ..\..\src\common\persist.cpp
|
$(OBJS)\corelib_persist.obj: ..\..\src\common\persist.cpp
|
||||||
|
@ -408,13 +408,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = &
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj &
|
$(OBJS)\monodll_listctrlcmn.obj &
|
||||||
$(OBJS)\monodll_matrix.obj &
|
$(OBJS)\monodll_matrix.obj &
|
||||||
$(OBJS)\monodll_menucmn.obj &
|
$(OBJS)\monodll_menucmn.obj &
|
||||||
$(OBJS)\monodll_mousemanager.obj &
|
$(OBJS)\monodll_mousemanager.obj &
|
||||||
$(OBJS)\monodll_nbkbase.obj &
|
$(OBJS)\monodll_nbkbase.obj &
|
||||||
$(OBJS)\monodll_overlaycmn.obj &
|
$(OBJS)\monodll_overlaycmn.obj &
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj &
|
$(OBJS)\monodll_ownerdrwcmn.obj &
|
||||||
$(OBJS)\monodll_paper.obj &
|
$(OBJS)\monodll_paper.obj &
|
||||||
$(OBJS)\monodll_persist.obj &
|
$(OBJS)\monodll_persist.obj &
|
||||||
$(OBJS)\monodll_pickerbase.obj &
|
$(OBJS)\monodll_pickerbase.obj &
|
||||||
$(OBJS)\monodll_popupcmn.obj &
|
$(OBJS)\monodll_popupcmn.obj &
|
||||||
$(OBJS)\monodll_prntbase.obj &
|
$(OBJS)\monodll_prntbase.obj &
|
||||||
$(OBJS)\monodll_quantize.obj &
|
$(OBJS)\monodll_quantize.obj &
|
||||||
@ -653,13 +653,13 @@ ____CORE_SRC_FILENAMES_OBJECTS = &
|
|||||||
$(OBJS)\monodll_listctrlcmn.obj &
|
$(OBJS)\monodll_listctrlcmn.obj &
|
||||||
$(OBJS)\monodll_matrix.obj &
|
$(OBJS)\monodll_matrix.obj &
|
||||||
$(OBJS)\monodll_menucmn.obj &
|
$(OBJS)\monodll_menucmn.obj &
|
||||||
$(OBJS)\monodll_mousemanager.obj &
|
$(OBJS)\monodll_mousemanager.obj &
|
||||||
$(OBJS)\monodll_nbkbase.obj &
|
$(OBJS)\monodll_nbkbase.obj &
|
||||||
$(OBJS)\monodll_overlaycmn.obj &
|
$(OBJS)\monodll_overlaycmn.obj &
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj &
|
$(OBJS)\monodll_ownerdrwcmn.obj &
|
||||||
$(OBJS)\monodll_paper.obj &
|
$(OBJS)\monodll_paper.obj &
|
||||||
$(OBJS)\monodll_persist.obj &
|
$(OBJS)\monodll_persist.obj &
|
||||||
$(OBJS)\monodll_pickerbase.obj &
|
$(OBJS)\monodll_pickerbase.obj &
|
||||||
$(OBJS)\monodll_popupcmn.obj &
|
$(OBJS)\monodll_popupcmn.obj &
|
||||||
$(OBJS)\monodll_prntbase.obj &
|
$(OBJS)\monodll_prntbase.obj &
|
||||||
$(OBJS)\monodll_quantize.obj &
|
$(OBJS)\monodll_quantize.obj &
|
||||||
@ -1121,13 +1121,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = &
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj &
|
$(OBJS)\monolib_listctrlcmn.obj &
|
||||||
$(OBJS)\monolib_matrix.obj &
|
$(OBJS)\monolib_matrix.obj &
|
||||||
$(OBJS)\monolib_menucmn.obj &
|
$(OBJS)\monolib_menucmn.obj &
|
||||||
$(OBJS)\monolib_mousemanager.obj &
|
$(OBJS)\monolib_mousemanager.obj &
|
||||||
$(OBJS)\monolib_nbkbase.obj &
|
$(OBJS)\monolib_nbkbase.obj &
|
||||||
$(OBJS)\monolib_overlaycmn.obj &
|
$(OBJS)\monolib_overlaycmn.obj &
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj &
|
$(OBJS)\monolib_ownerdrwcmn.obj &
|
||||||
$(OBJS)\monolib_paper.obj &
|
$(OBJS)\monolib_paper.obj &
|
||||||
$(OBJS)\monolib_persist.obj &
|
$(OBJS)\monolib_persist.obj &
|
||||||
$(OBJS)\monolib_pickerbase.obj &
|
$(OBJS)\monolib_pickerbase.obj &
|
||||||
$(OBJS)\monolib_popupcmn.obj &
|
$(OBJS)\monolib_popupcmn.obj &
|
||||||
$(OBJS)\monolib_prntbase.obj &
|
$(OBJS)\monolib_prntbase.obj &
|
||||||
$(OBJS)\monolib_quantize.obj &
|
$(OBJS)\monolib_quantize.obj &
|
||||||
@ -1366,13 +1366,13 @@ ____CORE_SRC_FILENAMES_1_OBJECTS = &
|
|||||||
$(OBJS)\monolib_listctrlcmn.obj &
|
$(OBJS)\monolib_listctrlcmn.obj &
|
||||||
$(OBJS)\monolib_matrix.obj &
|
$(OBJS)\monolib_matrix.obj &
|
||||||
$(OBJS)\monolib_menucmn.obj &
|
$(OBJS)\monolib_menucmn.obj &
|
||||||
$(OBJS)\monolib_mousemanager.obj &
|
$(OBJS)\monolib_mousemanager.obj &
|
||||||
$(OBJS)\monolib_nbkbase.obj &
|
$(OBJS)\monolib_nbkbase.obj &
|
||||||
$(OBJS)\monolib_overlaycmn.obj &
|
$(OBJS)\monolib_overlaycmn.obj &
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj &
|
$(OBJS)\monolib_ownerdrwcmn.obj &
|
||||||
$(OBJS)\monolib_paper.obj &
|
$(OBJS)\monolib_paper.obj &
|
||||||
$(OBJS)\monolib_persist.obj &
|
$(OBJS)\monolib_persist.obj &
|
||||||
$(OBJS)\monolib_pickerbase.obj &
|
$(OBJS)\monolib_pickerbase.obj &
|
||||||
$(OBJS)\monolib_popupcmn.obj &
|
$(OBJS)\monolib_popupcmn.obj &
|
||||||
$(OBJS)\monolib_prntbase.obj &
|
$(OBJS)\monolib_prntbase.obj &
|
||||||
$(OBJS)\monolib_quantize.obj &
|
$(OBJS)\monolib_quantize.obj &
|
||||||
@ -1743,13 +1743,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = &
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj &
|
$(OBJS)\coredll_listctrlcmn.obj &
|
||||||
$(OBJS)\coredll_matrix.obj &
|
$(OBJS)\coredll_matrix.obj &
|
||||||
$(OBJS)\coredll_menucmn.obj &
|
$(OBJS)\coredll_menucmn.obj &
|
||||||
$(OBJS)\coredll_mousemanager.obj &
|
$(OBJS)\coredll_mousemanager.obj &
|
||||||
$(OBJS)\coredll_nbkbase.obj &
|
$(OBJS)\coredll_nbkbase.obj &
|
||||||
$(OBJS)\coredll_overlaycmn.obj &
|
$(OBJS)\coredll_overlaycmn.obj &
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj &
|
$(OBJS)\coredll_ownerdrwcmn.obj &
|
||||||
$(OBJS)\coredll_paper.obj &
|
$(OBJS)\coredll_paper.obj &
|
||||||
$(OBJS)\coredll_persist.obj &
|
$(OBJS)\coredll_persist.obj &
|
||||||
$(OBJS)\coredll_pickerbase.obj &
|
$(OBJS)\coredll_pickerbase.obj &
|
||||||
$(OBJS)\coredll_popupcmn.obj &
|
$(OBJS)\coredll_popupcmn.obj &
|
||||||
$(OBJS)\coredll_prntbase.obj &
|
$(OBJS)\coredll_prntbase.obj &
|
||||||
$(OBJS)\coredll_quantize.obj &
|
$(OBJS)\coredll_quantize.obj &
|
||||||
@ -1988,13 +1988,13 @@ ____CORE_SRC_FILENAMES_2_OBJECTS = &
|
|||||||
$(OBJS)\coredll_listctrlcmn.obj &
|
$(OBJS)\coredll_listctrlcmn.obj &
|
||||||
$(OBJS)\coredll_matrix.obj &
|
$(OBJS)\coredll_matrix.obj &
|
||||||
$(OBJS)\coredll_menucmn.obj &
|
$(OBJS)\coredll_menucmn.obj &
|
||||||
$(OBJS)\coredll_mousemanager.obj &
|
$(OBJS)\coredll_mousemanager.obj &
|
||||||
$(OBJS)\coredll_nbkbase.obj &
|
$(OBJS)\coredll_nbkbase.obj &
|
||||||
$(OBJS)\coredll_overlaycmn.obj &
|
$(OBJS)\coredll_overlaycmn.obj &
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj &
|
$(OBJS)\coredll_ownerdrwcmn.obj &
|
||||||
$(OBJS)\coredll_paper.obj &
|
$(OBJS)\coredll_paper.obj &
|
||||||
$(OBJS)\coredll_persist.obj &
|
$(OBJS)\coredll_persist.obj &
|
||||||
$(OBJS)\coredll_pickerbase.obj &
|
$(OBJS)\coredll_pickerbase.obj &
|
||||||
$(OBJS)\coredll_popupcmn.obj &
|
$(OBJS)\coredll_popupcmn.obj &
|
||||||
$(OBJS)\coredll_prntbase.obj &
|
$(OBJS)\coredll_prntbase.obj &
|
||||||
$(OBJS)\coredll_quantize.obj &
|
$(OBJS)\coredll_quantize.obj &
|
||||||
@ -2244,13 +2244,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = &
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj &
|
$(OBJS)\corelib_listctrlcmn.obj &
|
||||||
$(OBJS)\corelib_matrix.obj &
|
$(OBJS)\corelib_matrix.obj &
|
||||||
$(OBJS)\corelib_menucmn.obj &
|
$(OBJS)\corelib_menucmn.obj &
|
||||||
$(OBJS)\corelib_mousemanager.obj &
|
$(OBJS)\corelib_mousemanager.obj &
|
||||||
$(OBJS)\corelib_nbkbase.obj &
|
$(OBJS)\corelib_nbkbase.obj &
|
||||||
$(OBJS)\corelib_overlaycmn.obj &
|
$(OBJS)\corelib_overlaycmn.obj &
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj &
|
$(OBJS)\corelib_ownerdrwcmn.obj &
|
||||||
$(OBJS)\corelib_paper.obj &
|
$(OBJS)\corelib_paper.obj &
|
||||||
$(OBJS)\corelib_persist.obj &
|
$(OBJS)\corelib_persist.obj &
|
||||||
$(OBJS)\corelib_pickerbase.obj &
|
$(OBJS)\corelib_pickerbase.obj &
|
||||||
$(OBJS)\corelib_popupcmn.obj &
|
$(OBJS)\corelib_popupcmn.obj &
|
||||||
$(OBJS)\corelib_prntbase.obj &
|
$(OBJS)\corelib_prntbase.obj &
|
||||||
$(OBJS)\corelib_quantize.obj &
|
$(OBJS)\corelib_quantize.obj &
|
||||||
@ -2489,13 +2489,13 @@ ____CORE_SRC_FILENAMES_3_OBJECTS = &
|
|||||||
$(OBJS)\corelib_listctrlcmn.obj &
|
$(OBJS)\corelib_listctrlcmn.obj &
|
||||||
$(OBJS)\corelib_matrix.obj &
|
$(OBJS)\corelib_matrix.obj &
|
||||||
$(OBJS)\corelib_menucmn.obj &
|
$(OBJS)\corelib_menucmn.obj &
|
||||||
$(OBJS)\corelib_mousemanager.obj &
|
$(OBJS)\corelib_mousemanager.obj &
|
||||||
$(OBJS)\corelib_nbkbase.obj &
|
$(OBJS)\corelib_nbkbase.obj &
|
||||||
$(OBJS)\corelib_overlaycmn.obj &
|
$(OBJS)\corelib_overlaycmn.obj &
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj &
|
$(OBJS)\corelib_ownerdrwcmn.obj &
|
||||||
$(OBJS)\corelib_paper.obj &
|
$(OBJS)\corelib_paper.obj &
|
||||||
$(OBJS)\corelib_persist.obj &
|
$(OBJS)\corelib_persist.obj &
|
||||||
$(OBJS)\corelib_pickerbase.obj &
|
$(OBJS)\corelib_pickerbase.obj &
|
||||||
$(OBJS)\corelib_popupcmn.obj &
|
$(OBJS)\corelib_popupcmn.obj &
|
||||||
$(OBJS)\corelib_prntbase.obj &
|
$(OBJS)\corelib_prntbase.obj &
|
||||||
$(OBJS)\corelib_quantize.obj &
|
$(OBJS)\corelib_quantize.obj &
|
||||||
@ -7737,17 +7737,17 @@ $(OBJS)\monodll_nbkbase.obj : .AUTODEPEND ..\..\src\common\nbkbase.cpp
|
|||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monodll_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monodll_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monodll_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monodll_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monodll_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
$(OBJS)\monodll_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monodll_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
$(OBJS)\monodll_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
||||||
@ -9919,17 +9919,17 @@ $(OBJS)\monolib_nbkbase.obj : .AUTODEPEND ..\..\src\common\nbkbase.cpp
|
|||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monolib_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\monolib_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monolib_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\monolib_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monolib_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
$(OBJS)\monolib_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\monolib_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
$(OBJS)\monolib_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
||||||
@ -12104,17 +12104,17 @@ $(OBJS)\coredll_nbkbase.obj : .AUTODEPEND ..\..\src\common\nbkbase.cpp
|
|||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\coredll_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\coredll_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\coredll_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\coredll_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\coredll_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
$(OBJS)\coredll_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\coredll_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
$(OBJS)\coredll_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
||||||
@ -13383,17 +13383,17 @@ $(OBJS)\corelib_nbkbase.obj : .AUTODEPEND ..\..\src\common\nbkbase.cpp
|
|||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\corelib_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
$(OBJS)\corelib_overlaycmn.obj : .AUTODEPEND ..\..\src\common\overlaycmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\corelib_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
$(OBJS)\corelib_ownerdrwcmn.obj : .AUTODEPEND ..\..\src\common\ownerdrwcmn.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\corelib_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
$(OBJS)\corelib_paper.obj : .AUTODEPEND ..\..\src\common\paper.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifeq USE_GUI 1
|
!ifeq USE_GUI 1
|
||||||
$(OBJS)\corelib_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
$(OBJS)\corelib_persist.obj : .AUTODEPEND ..\..\src\common\persist.cpp
|
||||||
|
@ -1219,6 +1219,10 @@ SOURCE=..\..\include\wx\event.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\wx\evtloop.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\wx\except.h
|
SOURCE=..\..\include\wx\except.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -562,10 +562,10 @@ SOURCE=..\..\src\common\overlaycmn.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\common\ownerdrwcmn.cpp
|
SOURCE=..\..\src\common\ownerdrwcmn.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\common\paper.cpp
|
SOURCE=..\..\src\common\paper.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -5075,10 +5075,10 @@ SOURCE=..\..\include\wx\msw\ole\oleutils.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\wx\msw\ownerdrw.h
|
SOURCE=..\..\include\wx\msw\ownerdrw.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\wx\msw\palette.h
|
SOURCE=..\..\include\wx\msw\palette.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -5967,10 +5967,6 @@ SOURCE=..\..\include\wx\encinfo.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\wx\evtloop.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\include\wx\evtloopsrc.h
|
SOURCE=..\..\include\wx\evtloopsrc.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -1346,6 +1346,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\event.h">
|
RelativePath="..\..\include\wx\event.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\evtloop.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\except.h">
|
RelativePath="..\..\include\wx\except.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -814,9 +814,9 @@
|
|||||||
RelativePath="..\..\src\common\overlaycmn.cpp">
|
RelativePath="..\..\src\common\overlaycmn.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\ownerdrwcmn.cpp">
|
RelativePath="..\..\src\common\ownerdrwcmn.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\paper.cpp">
|
RelativePath="..\..\src\common\paper.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -4420,9 +4420,9 @@
|
|||||||
RelativePath="..\..\include\wx\msw\ole\oleutils.h">
|
RelativePath="..\..\include\wx\msw\ole\oleutils.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\ownerdrw.h">
|
RelativePath="..\..\include\wx\msw\ownerdrw.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\palette.h">
|
RelativePath="..\..\include\wx\msw\palette.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -5092,9 +5092,6 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\encinfo.h">
|
RelativePath="..\..\include\wx\encinfo.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\wx\evtloop.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\evtloopsrc.h">
|
RelativePath="..\..\include\wx\evtloopsrc.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -83,7 +83,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
@ -101,7 +101,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -136,7 +136,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -167,7 +167,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -192,7 +192,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
@ -210,7 +210,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -220,7 +220,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -245,7 +245,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -266,7 +266,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -276,7 +276,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -301,7 +301,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
@ -319,7 +319,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -329,7 +329,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -354,7 +354,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -375,7 +375,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -385,7 +385,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -410,7 +410,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
@ -428,7 +428,7 @@
|
|||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
@ -438,7 +438,7 @@
|
|||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -1813,6 +1813,10 @@
|
|||||||
RelativePath="..\..\include\wx\event.h"
|
RelativePath="..\..\include\wx\event.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\evtloop.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\except.h"
|
RelativePath="..\..\include\wx\except.h"
|
||||||
>
|
>
|
||||||
|
@ -1119,10 +1119,10 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\ownerdrwcmn.cpp"
|
RelativePath="..\..\src\common\ownerdrwcmn.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\paper.cpp"
|
RelativePath="..\..\src\common\paper.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
@ -5912,10 +5912,10 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\ownerdrw.h"
|
RelativePath="..\..\include\wx\msw\ownerdrw.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\palette.h"
|
RelativePath="..\..\include\wx\msw\palette.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
@ -6807,10 +6807,6 @@
|
|||||||
RelativePath="..\..\include\wx\encinfo.h"
|
RelativePath="..\..\include\wx\encinfo.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\wx\evtloop.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\evtloopsrc.h"
|
RelativePath="..\..\include\wx\evtloopsrc.h"
|
||||||
>
|
>
|
||||||
|
@ -43,14 +43,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -69,7 +69,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -124,14 +124,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -147,7 +147,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -202,14 +202,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -228,7 +228,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -283,14 +283,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -306,7 +306,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -361,14 +361,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -387,7 +387,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -442,14 +442,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -465,7 +465,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -520,14 +520,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
@ -546,7 +546,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -601,14 +601,14 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -624,7 +624,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
|
@ -1809,6 +1809,10 @@
|
|||||||
RelativePath="..\..\include\wx\event.h"
|
RelativePath="..\..\include\wx\event.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\evtloop.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\except.h"
|
RelativePath="..\..\include\wx\except.h"
|
||||||
>
|
>
|
||||||
|
@ -1115,10 +1115,10 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\ownerdrwcmn.cpp"
|
RelativePath="..\..\src\common\ownerdrwcmn.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\paper.cpp"
|
RelativePath="..\..\src\common\paper.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
@ -5908,10 +5908,10 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\ownerdrw.h"
|
RelativePath="..\..\include\wx\msw\ownerdrw.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\palette.h"
|
RelativePath="..\..\include\wx\msw\palette.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
@ -6803,10 +6803,6 @@
|
|||||||
RelativePath="..\..\include\wx\encinfo.h"
|
RelativePath="..\..\include\wx\encinfo.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\wx\evtloop.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\evtloopsrc.h"
|
RelativePath="..\..\include\wx\evtloopsrc.h"
|
||||||
>
|
>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -51,7 +51,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
@ -68,7 +68,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -123,7 +123,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -131,7 +131,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -146,7 +146,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -201,7 +201,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -209,7 +209,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
@ -226,7 +226,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -281,7 +281,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -289,7 +289,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -304,7 +304,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -359,7 +359,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -367,7 +367,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
@ -384,7 +384,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -439,7 +439,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -447,7 +447,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -462,7 +462,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -517,7 +517,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -525,7 +525,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
@ -542,7 +542,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
@ -597,7 +597,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -605,7 +605,7 @@
|
|||||||
AdditionalOptions="/MP"
|
AdditionalOptions="/MP"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
ExceptionHandling="1"
|
ExceptionHandling="1"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
@ -620,7 +620,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff"
|
||||||
/>
|
/>
|
||||||
|
@ -46,8 +46,8 @@ RSC=rc.exe
|
|||||||
# PROP Output_Dir "..\..\lib\vc_dll"
|
# PROP Output_Dir "..\..\lib\vc_dll"
|
||||||
# PROP Intermediate_Dir "vc_mswunivudll\wxtiff"
|
# PROP Intermediate_Dir "vc_mswunivudll\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -69,8 +69,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_dll"
|
# PROP Output_Dir "..\..\lib\vc_dll"
|
||||||
# PROP Intermediate_Dir "vc_mswunivuddll\wxtiff"
|
# PROP Intermediate_Dir "vc_mswunivuddll\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -92,8 +92,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_dll"
|
# PROP Output_Dir "..\..\lib\vc_dll"
|
||||||
# PROP Intermediate_Dir "vc_mswudll\wxtiff"
|
# PROP Intermediate_Dir "vc_mswudll\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -115,8 +115,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_dll"
|
# PROP Output_Dir "..\..\lib\vc_dll"
|
||||||
# PROP Intermediate_Dir "vc_mswuddll\wxtiff"
|
# PROP Intermediate_Dir "vc_mswuddll\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -138,8 +138,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_lib"
|
# PROP Output_Dir "..\..\lib\vc_lib"
|
||||||
# PROP Intermediate_Dir "vc_mswunivu\wxtiff"
|
# PROP Intermediate_Dir "vc_mswunivu\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -161,8 +161,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_lib"
|
# PROP Output_Dir "..\..\lib\vc_lib"
|
||||||
# PROP Intermediate_Dir "vc_mswunivud\wxtiff"
|
# PROP Intermediate_Dir "vc_mswunivud\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -184,8 +184,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_lib"
|
# PROP Output_Dir "..\..\lib\vc_lib"
|
||||||
# PROP Intermediate_Dir "vc_mswu\wxtiff"
|
# PROP Intermediate_Dir "vc_mswu\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiff.pdb /opt:ref /opt:icf /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
@ -207,8 +207,8 @@ LIB32=link.exe -lib
|
|||||||
# PROP Output_Dir "..\..\lib\vc_lib"
|
# PROP Output_Dir "..\..\lib\vc_lib"
|
||||||
# PROP Intermediate_Dir "vc_mswud\wxtiff"
|
# PROP Intermediate_Dir "vc_mswud\wxtiff"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
# ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /Zi /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /I "..\..\src\tiff\libtiff" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_NONSTDC_NO_WARNINGS" /c
|
||||||
# ADD BASE RSC /l 0x409
|
# ADD BASE RSC /l 0x409
|
||||||
# ADD RSC /l 0x409
|
# ADD RSC /l 0x409
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
|
@ -243,6 +243,7 @@ wx/dynlib.h
|
|||||||
wx/dynload.h
|
wx/dynload.h
|
||||||
wx/encconv.h
|
wx/encconv.h
|
||||||
wx/event.h
|
wx/event.h
|
||||||
|
wx/evtloop.h
|
||||||
wx/except.h
|
wx/except.h
|
||||||
wx/features.h
|
wx/features.h
|
||||||
wx/flags.h
|
wx/flags.h
|
||||||
|
@ -148,6 +148,7 @@ wx/dynlib.h
|
|||||||
wx/dynload.h
|
wx/dynload.h
|
||||||
wx/encconv.h
|
wx/encconv.h
|
||||||
wx/event.h
|
wx/event.h
|
||||||
|
wx/evtloop.h
|
||||||
wx/except.h
|
wx/except.h
|
||||||
wx/features.h
|
wx/features.h
|
||||||
wx/flags.h
|
wx/flags.h
|
||||||
|
@ -172,6 +172,7 @@ wx/dynlib.h
|
|||||||
wx/dynload.h
|
wx/dynload.h
|
||||||
wx/encconv.h
|
wx/encconv.h
|
||||||
wx/event.h
|
wx/event.h
|
||||||
|
wx/evtloop.h
|
||||||
wx/except.h
|
wx/except.h
|
||||||
wx/features.h
|
wx/features.h
|
||||||
wx/flags.h
|
wx/flags.h
|
||||||
|
Loading…
Reference in New Issue
Block a user