Convert even more CRLF files to use LF in the git repository.
Somehow more files appear as modified now, after fixing "all" of them in the previous commit. Convert these files as well. Will there be more in the next clone?
This commit is contained in:
@@ -1,217 +1,217 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (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
|
||||||
|
|
||||||
# GTK+ toolkit version [,2]
|
# GTK+ toolkit version [,2]
|
||||||
!ifndef TOOLKIT_VERSION
|
!ifndef TOOLKIT_VERSION
|
||||||
TOOLKIT_VERSION =
|
TOOLKIT_VERSION =
|
||||||
!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
|
||||||
|
|
||||||
# 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 wxWebView library (USE_GUI must be 1)? [0,1]
|
# Build wxWebView library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_WEBVIEW
|
!ifndef USE_WEBVIEW
|
||||||
USE_WEBVIEW = 1
|
USE_WEBVIEW = 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
|
||||||
|
|
||||||
# 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,154 +1,154 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (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
|
||||||
|
|
||||||
# GTK+ toolkit version [,2]
|
# GTK+ toolkit version [,2]
|
||||||
TOOLKIT_VERSION ?=
|
TOOLKIT_VERSION ?=
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# 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 wxWebView library (USE_GUI must be 1)? [0,1]
|
# Build wxWebView library (USE_GUI must be 1)? [0,1]
|
||||||
USE_WEBVIEW ?= 1
|
USE_WEBVIEW ?= 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
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# Windows resource compiler to use, possibly including extra options.
|
# Windows resource compiler to use, possibly including extra options.
|
||||||
# For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
|
# For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
|
||||||
WINDRES ?= windres --use-temp-file
|
WINDRES ?= windres --use-temp-file
|
||||||
|
|
||||||
|
|||||||
@@ -1,153 +1,153 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This configuration file was generated by
|
# This configuration file was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (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
|
||||||
|
|
||||||
# GTK+ toolkit version [,2]
|
# GTK+ toolkit version [,2]
|
||||||
TOOLKIT_VERSION =
|
TOOLKIT_VERSION =
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# 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: IA64, X64
|
# Accepted values: IA64, X64
|
||||||
# (AMD64 accepted as synonym for X64 but should not be used any more).
|
# (AMD64 accepted as synonym for X64 but should not be used any more).
|
||||||
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 wxWebView library (USE_GUI must be 1)? [0,1]
|
# Build wxWebView library (USE_GUI must be 1)? [0,1]
|
||||||
USE_WEBVIEW = 1
|
USE_WEBVIEW = 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
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,248 +1,248 @@
|
|||||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc7_wxregex.vcproj", "{7A1A5354-6DB4-53F1-B75C-FE909D796167}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc7_wxregex.vcproj", "{7A1A5354-6DB4-53F1-B75C-FE909D796167}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc7_wxzlib.vcproj", "{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc7_wxzlib.vcproj", "{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc7_wxpng.vcproj", "{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc7_wxpng.vcproj", "{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc7_wxjpeg.vcproj", "{3CA6563C-F480-52D4-AF05-D641E25A5DF2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc7_wxjpeg.vcproj", "{3CA6563C-F480-52D4-AF05-D641E25A5DF2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc7_wxtiff.vcproj", "{456F9EAD-4A96-59BD-A39A-75DAA25D517B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc7_wxtiff.vcproj", "{456F9EAD-4A96-59BD-A39A-75DAA25D517B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc7_wxexpat.vcproj", "{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc7_wxexpat.vcproj", "{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc7_wxscintilla.vcproj", "{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc7_wxscintilla.vcproj", "{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc7_base.vcproj", "{79F1691B-08C4-55BB-985E-FDDB0BC8753C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc7_base.vcproj", "{79F1691B-08C4-55BB-985E-FDDB0BC8753C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc7_net.vcproj", "{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc7_net.vcproj", "{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc7_core.vcproj", "{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc7_core.vcproj", "{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc7_adv.vcproj", "{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc7_adv.vcproj", "{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc7_media.vcproj", "{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc7_media.vcproj", "{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc7_html.vcproj", "{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc7_html.vcproj", "{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc7_webview.vcproj", "{BF21B19C-6122-566D-8795-8820E033BFA2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc7_webview.vcproj", "{BF21B19C-6122-566D-8795-8820E033BFA2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc7_qa.vcproj", "{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc7_qa.vcproj", "{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc7_xml.vcproj", "{B036100A-CEA0-5466-BE27-7E5B3687CAB8}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc7_xml.vcproj", "{B036100A-CEA0-5466-BE27-7E5B3687CAB8}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc7_xrc.vcproj", "{40DB525F-1EFF-56A4-8301-3AAD661135F3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc7_xrc.vcproj", "{40DB525F-1EFF-56A4-8301-3AAD661135F3}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc7_aui.vcproj", "{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc7_aui.vcproj", "{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc7_ribbon.vcproj", "{7973B6EB-688A-5E14-8175-A32A51A3DFC8}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc7_ribbon.vcproj", "{7973B6EB-688A-5E14-8175-A32A51A3DFC8}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc7_propgrid.vcproj", "{F7A944F0-250D-57CD-8F71-BC38B2513B28}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc7_propgrid.vcproj", "{F7A944F0-250D-57CD-8F71-BC38B2513B28}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc7_richtext.vcproj", "{52F16F53-E13D-55CA-AD64-ACB0274B0704}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc7_richtext.vcproj", "{52F16F53-E13D-55CA-AD64-ACB0274B0704}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc7_stc.vcproj", "{4B498696-42F2-5547-B159-87E4CAF436C1}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc7_stc.vcproj", "{4B498696-42F2-5547-B159-87E4CAF436C1}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6} = {A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6} = {A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc7_gl.vcproj", "{407F0D6F-2B2D-5774-B9D3-FA972A663072}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc7_gl.vcproj", "{407F0D6F-2B2D-5774-B9D3-FA972A663072}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Win32 = Debug|Win32
|
Debug|Win32 = Debug|Win32
|
||||||
Release|Win32 = Release|Win32
|
Release|Win32 = Release|Win32
|
||||||
DLL Debug|Win32 = DLL Debug|Win32
|
DLL Debug|Win32 = DLL Debug|Win32
|
||||||
DLL Release|Win32 = DLL Release|Win32
|
DLL Release|Win32 = DLL Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Debug|Win32.ActiveCfg = Debug|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Debug|Win32.Build.0 = Debug|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Release|Win32.ActiveCfg = Release|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Release|Win32.Build.0 = Release|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.Release|Win32.Build.0 = Release|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{7A1A5354-6DB4-53F1-B75C-FE909D796167}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Debug|Win32.ActiveCfg = Debug|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Debug|Win32.Build.0 = Debug|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Release|Win32.ActiveCfg = Release|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Release|Win32.Build.0 = Release|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.Release|Win32.Build.0 = Release|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Debug|Win32.ActiveCfg = Debug|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Debug|Win32.Build.0 = Debug|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Release|Win32.ActiveCfg = Release|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Release|Win32.Build.0 = Release|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.Release|Win32.Build.0 = Release|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Debug|Win32.ActiveCfg = Debug|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Debug|Win32.Build.0 = Debug|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Release|Win32.ActiveCfg = Release|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Release|Win32.Build.0 = Release|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{3CA6563C-F480-52D4-AF05-D641E25A5DF2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Debug|Win32.ActiveCfg = Debug|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Debug|Win32.Build.0 = Debug|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Release|Win32.ActiveCfg = Release|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Release|Win32.Build.0 = Release|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.Release|Win32.Build.0 = Release|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{456F9EAD-4A96-59BD-A39A-75DAA25D517B}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Debug|Win32.Build.0 = Debug|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Release|Win32.ActiveCfg = Release|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Release|Win32.Build.0 = Release|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Debug|Win32.ActiveCfg = Debug|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Debug|Win32.Build.0 = Debug|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Release|Win32.ActiveCfg = Release|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Release|Win32.Build.0 = Release|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{A00328D4-6B01-5DF5-828E-AC2CB8B83CF6}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Debug|Win32.ActiveCfg = Debug|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Debug|Win32.Build.0 = Debug|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Release|Win32.ActiveCfg = Release|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Release|Win32.Build.0 = Release|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.Release|Win32.Build.0 = Release|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{79F1691B-08C4-55BB-985E-FDDB0BC8753C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Debug|Win32.Build.0 = Debug|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Release|Win32.ActiveCfg = Release|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Release|Win32.Build.0 = Release|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Debug|Win32.ActiveCfg = Debug|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Debug|Win32.Build.0 = Debug|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Release|Win32.ActiveCfg = Release|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Release|Win32.Build.0 = Release|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.Release|Win32.Build.0 = Release|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Debug|Win32.Build.0 = Debug|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Release|Win32.ActiveCfg = Release|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Release|Win32.Build.0 = Release|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{35F2F245-4EF0-5FFB-AD23-E1D7DAC39F0E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Debug|Win32.ActiveCfg = Debug|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Debug|Win32.Build.0 = Debug|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Release|Win32.ActiveCfg = Release|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Release|Win32.Build.0 = Release|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.Release|Win32.Build.0 = Release|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Debug|Win32.ActiveCfg = Debug|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Debug|Win32.Build.0 = Debug|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Release|Win32.ActiveCfg = Release|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Release|Win32.Build.0 = Release|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.Release|Win32.Build.0 = Release|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{C4CBFDA4-B78E-5C7D-A5EC-B20CF69DB256}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.Debug|Win32.ActiveCfg = Debug|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.Debug|Win32.Build.0 = Debug|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.Release|Win32.ActiveCfg = Release|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.Release|Win32.Build.0 = Release|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.Release|Win32.Build.0 = Release|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{BF21B19C-6122-566D-8795-8820E033BFA2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Debug|Win32.ActiveCfg = Debug|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Debug|Win32.Build.0 = Debug|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Release|Win32.ActiveCfg = Release|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Release|Win32.Build.0 = Release|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.Release|Win32.Build.0 = Release|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Debug|Win32.ActiveCfg = Debug|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Debug|Win32.Build.0 = Debug|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Release|Win32.ActiveCfg = Release|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Release|Win32.Build.0 = Release|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.Release|Win32.Build.0 = Release|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{B036100A-CEA0-5466-BE27-7E5B3687CAB8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Debug|Win32.ActiveCfg = Debug|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Debug|Win32.Build.0 = Debug|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Release|Win32.ActiveCfg = Release|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Release|Win32.Build.0 = Release|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.Release|Win32.Build.0 = Release|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{40DB525F-1EFF-56A4-8301-3AAD661135F3}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Debug|Win32.ActiveCfg = Debug|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Debug|Win32.Build.0 = Debug|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Release|Win32.ActiveCfg = Release|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Release|Win32.Build.0 = Release|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.Release|Win32.Build.0 = Release|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Debug|Win32.Build.0 = Debug|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Release|Win32.ActiveCfg = Release|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Release|Win32.Build.0 = Release|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.Release|Win32.Build.0 = Release|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{7973B6EB-688A-5E14-8175-A32A51A3DFC8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Debug|Win32.ActiveCfg = Debug|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Debug|Win32.Build.0 = Debug|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Release|Win32.ActiveCfg = Release|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Release|Win32.Build.0 = Release|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.Release|Win32.Build.0 = Release|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{F7A944F0-250D-57CD-8F71-BC38B2513B28}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Debug|Win32.ActiveCfg = Debug|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Debug|Win32.Build.0 = Debug|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Release|Win32.ActiveCfg = Release|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Release|Win32.Build.0 = Release|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.Release|Win32.Build.0 = Release|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{52F16F53-E13D-55CA-AD64-ACB0274B0704}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.Debug|Win32.ActiveCfg = Debug|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.Debug|Win32.Build.0 = Debug|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.Release|Win32.ActiveCfg = Release|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.Release|Win32.Build.0 = Release|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.Release|Win32.Build.0 = Release|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{4B498696-42F2-5547-B159-87E4CAF436C1}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Debug|Win32.ActiveCfg = Debug|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Debug|Win32.Build.0 = Debug|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Release|Win32.ActiveCfg = Release|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Release|Win32.Build.0 = Release|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.Release|Win32.Build.0 = Release|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{407F0D6F-2B2D-5774-B9D3-FA972A663072}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
||||||
|
|||||||
@@ -1,484 +1,484 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="aui"
|
Name="aui"
|
||||||
ProjectGUID="{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}">
|
ProjectGUID="{0937D36F-9EAC-5D3D-B990-44B3F99BFC34}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\aui"
|
IntermediateDirectory="vc_mswud\aui"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_auilib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_auilib.pch"
|
||||||
ObjectFile="vc_mswud\aui\"
|
ObjectFile="vc_mswud\aui\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_aui.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_aui.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_aui.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_aui.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\aui"
|
IntermediateDirectory="vc_mswu\aui"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_auilib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_auilib.pch"
|
||||||
ObjectFile="vc_mswu\aui\"
|
ObjectFile="vc_mswu\aui\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_aui.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_aui.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_aui.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_aui.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\aui"
|
IntermediateDirectory="vc_mswuddll\aui"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
|
||||||
ObjectFile="vc_mswuddll\aui\"
|
ObjectFile="vc_mswuddll\aui\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_aui_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\aui"
|
IntermediateDirectory="vc_mswudll\aui"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
|
||||||
ObjectFile="vc_mswudll\aui\"
|
ObjectFile="vc_mswudll\aui\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_aui_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\aui.h">
|
RelativePath="..\..\include\wx\aui\aui.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\auibar.h">
|
RelativePath="..\..\include\wx\aui\auibar.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\auibook.h">
|
RelativePath="..\..\include\wx\aui\auibook.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\dockart.h">
|
RelativePath="..\..\include\wx\aui\dockart.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\floatpane.h">
|
RelativePath="..\..\include\wx\aui\floatpane.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\framemanager.h">
|
RelativePath="..\..\include\wx\aui\framemanager.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\tabart.h">
|
RelativePath="..\..\include\wx\aui\tabart.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\aui\tabmdi.h">
|
RelativePath="..\..\include\wx\aui\tabmdi.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\xrc\xh_auinotbk.h">
|
RelativePath="..\..\include\wx\xrc\xh_auinotbk.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\xrc\xh_auitoolb.h">
|
RelativePath="..\..\include\wx\xrc\xh_auitoolb.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\auibar.cpp">
|
RelativePath="..\..\src\aui\auibar.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\auibook.cpp">
|
RelativePath="..\..\src\aui\auibook.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\dockart.cpp">
|
RelativePath="..\..\src\aui\dockart.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\floatpane.cpp">
|
RelativePath="..\..\src\aui\floatpane.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\framemanager.cpp">
|
RelativePath="..\..\src\aui\framemanager.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\tabart.cpp">
|
RelativePath="..\..\src\aui\tabart.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\aui\tabmdi.cpp">
|
RelativePath="..\..\src\aui\tabmdi.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\xrc\xh_auinotbk.cpp">
|
RelativePath="..\..\src\xrc\xh_auinotbk.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\xrc\xh_auitoolb.cpp">
|
RelativePath="..\..\src\xrc\xh_auitoolb.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,434 +1,434 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="gl"
|
Name="gl"
|
||||||
ProjectGUID="{407F0D6F-2B2D-5774-B9D3-FA972A663072}">
|
ProjectGUID="{407F0D6F-2B2D-5774-B9D3-FA972A663072}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\gl"
|
IntermediateDirectory="vc_mswud\gl"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_gllib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_gllib.pch"
|
||||||
ObjectFile="vc_mswud\gl\"
|
ObjectFile="vc_mswud\gl\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_gl.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_gl.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_gl.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_gl.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\gl"
|
IntermediateDirectory="vc_mswu\gl"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_gllib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_gllib.pch"
|
||||||
ObjectFile="vc_mswu\gl\"
|
ObjectFile="vc_mswu\gl\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_gl.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_gl.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_gl.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_gl.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\gl"
|
IntermediateDirectory="vc_mswuddll\gl"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
|
||||||
ObjectFile="vc_mswuddll\gl\"
|
ObjectFile="vc_mswuddll\gl\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_gl_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\gl"
|
IntermediateDirectory="vc_mswudll\gl"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
|
||||||
ObjectFile="vc_mswudll\gl\"
|
ObjectFile="vc_mswudll\gl\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_gl_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\glcmn.cpp">
|
RelativePath="..\..\src\common\glcmn.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\glcanvas.cpp">
|
RelativePath="..\..\src\msw\glcanvas.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\glcanvas.h">
|
RelativePath="..\..\include\wx\msw\glcanvas.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\glcanvas.h">
|
RelativePath="..\..\include\wx\glcanvas.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,437 +1,437 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="media"
|
Name="media"
|
||||||
ProjectGUID="{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}">
|
ProjectGUID="{CD68AE51-BA90-5367-BB7D-F013E8E42AAF}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\media"
|
IntermediateDirectory="vc_mswud\media"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_medialib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_medialib.pch"
|
||||||
ObjectFile="vc_mswud\media\"
|
ObjectFile="vc_mswud\media\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_media.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_media.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_media.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_media.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\media"
|
IntermediateDirectory="vc_mswu\media"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_medialib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_medialib.pch"
|
||||||
ObjectFile="vc_mswu\media\"
|
ObjectFile="vc_mswu\media\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_media.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_media.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_media.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_media.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\media"
|
IntermediateDirectory="vc_mswuddll\media"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
|
||||||
ObjectFile="vc_mswuddll\media\"
|
ObjectFile="vc_mswuddll\media\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_media_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\media"
|
IntermediateDirectory="vc_mswudll\media"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
|
||||||
ObjectFile="vc_mswudll\media\"
|
ObjectFile="vc_mswudll\media\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_media_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\mediactrlcmn.cpp">
|
RelativePath="..\..\src\common\mediactrlcmn.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\mediactrl_am.cpp">
|
RelativePath="..\..\src\msw\mediactrl_am.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\mediactrl_qt.cpp">
|
RelativePath="..\..\src\msw\mediactrl_qt.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\mediactrl_wmp10.cpp">
|
RelativePath="..\..\src\msw\mediactrl_wmp10.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\mediactrl.h">
|
RelativePath="..\..\include\wx\mediactrl.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,491 +1,491 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="net"
|
Name="net"
|
||||||
ProjectGUID="{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}">
|
ProjectGUID="{48EEE04D-6B25-5A11-8A4A-B84C3C1146EC}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\net"
|
IntermediateDirectory="vc_mswud\net"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_netlib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_netlib.pch"
|
||||||
ObjectFile="vc_mswud\net\"
|
ObjectFile="vc_mswud\net\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31ud_net.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31ud_net.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxbase31ud_net.lib"
|
OutputFile="..\..\lib\vc_lib\wxbase31ud_net.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\net"
|
IntermediateDirectory="vc_mswu\net"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_netlib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_netlib.pch"
|
||||||
ObjectFile="vc_mswu\net\"
|
ObjectFile="vc_mswu\net\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31u_net.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31u_net.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxbase31u_net.lib"
|
OutputFile="..\..\lib\vc_lib\wxbase31u_net.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\net"
|
IntermediateDirectory="vc_mswuddll\net"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
|
||||||
ObjectFile="vc_mswuddll\net\"
|
ObjectFile="vc_mswuddll\net\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310ud_net_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\net"
|
IntermediateDirectory="vc_mswudll\net"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
|
||||||
ObjectFile="vc_mswudll\net\"
|
ObjectFile="vc_mswudll\net\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310u_net_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310u_net_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxbase310u_net_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxbase310u_net_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310u_net_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310u_net_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\fs_inet.cpp">
|
RelativePath="..\..\src\common\fs_inet.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\ftp.cpp">
|
RelativePath="..\..\src\common\ftp.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\http.cpp">
|
RelativePath="..\..\src\common\http.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\protocol.cpp">
|
RelativePath="..\..\src\common\protocol.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\sckaddr.cpp">
|
RelativePath="..\..\src\common\sckaddr.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\sckfile.cpp">
|
RelativePath="..\..\src\common\sckfile.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\sckipc.cpp">
|
RelativePath="..\..\src\common\sckipc.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\sckstrm.cpp">
|
RelativePath="..\..\src\common\sckstrm.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\socket.cpp">
|
RelativePath="..\..\src\common\socket.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\url.cpp">
|
RelativePath="..\..\src\common\url.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\sockmsw.cpp">
|
RelativePath="..\..\src\msw\sockmsw.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\urlmsw.cpp">
|
RelativePath="..\..\src\msw\urlmsw.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\protocol\file.h">
|
RelativePath="..\..\include\wx\protocol\file.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\fs_inet.h">
|
RelativePath="..\..\include\wx\fs_inet.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\protocol\ftp.h">
|
RelativePath="..\..\include\wx\protocol\ftp.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\protocol\http.h">
|
RelativePath="..\..\include\wx\protocol\http.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\protocol\log.h">
|
RelativePath="..\..\include\wx\protocol\log.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\protocol\protocol.h">
|
RelativePath="..\..\include\wx\protocol\protocol.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\sckaddr.h">
|
RelativePath="..\..\include\wx\sckaddr.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\sckipc.h">
|
RelativePath="..\..\include\wx\sckipc.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\sckstrm.h">
|
RelativePath="..\..\include\wx\sckstrm.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\socket.h">
|
RelativePath="..\..\include\wx\socket.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\url.h">
|
RelativePath="..\..\include\wx\url.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,478 +1,478 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="propgrid"
|
Name="propgrid"
|
||||||
ProjectGUID="{F7A944F0-250D-57CD-8F71-BC38B2513B28}">
|
ProjectGUID="{F7A944F0-250D-57CD-8F71-BC38B2513B28}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\propgrid"
|
IntermediateDirectory="vc_mswud\propgrid"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_propgridlib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_propgridlib.pch"
|
||||||
ObjectFile="vc_mswud\propgrid\"
|
ObjectFile="vc_mswud\propgrid\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_propgrid.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_propgrid.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_propgrid.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_propgrid.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\propgrid"
|
IntermediateDirectory="vc_mswu\propgrid"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_propgridlib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_propgridlib.pch"
|
||||||
ObjectFile="vc_mswu\propgrid\"
|
ObjectFile="vc_mswu\propgrid\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_propgrid.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_propgrid.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_propgrid.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_propgrid.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\propgrid"
|
IntermediateDirectory="vc_mswuddll\propgrid"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
|
||||||
ObjectFile="vc_mswuddll\propgrid\"
|
ObjectFile="vc_mswuddll\propgrid\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_propgrid_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\propgrid"
|
IntermediateDirectory="vc_mswudll\propgrid"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
|
||||||
ObjectFile="vc_mswudll\propgrid\"
|
ObjectFile="vc_mswudll\propgrid\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_propgrid_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\advprops.h">
|
RelativePath="..\..\include\wx\propgrid\advprops.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\editors.h">
|
RelativePath="..\..\include\wx\propgrid\editors.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\manager.h">
|
RelativePath="..\..\include\wx\propgrid\manager.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\property.h">
|
RelativePath="..\..\include\wx\propgrid\property.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\propgrid.h">
|
RelativePath="..\..\include\wx\propgrid\propgrid.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\propgriddefs.h">
|
RelativePath="..\..\include\wx\propgrid\propgriddefs.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\propgridiface.h">
|
RelativePath="..\..\include\wx\propgrid\propgridiface.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\propgridpagestate.h">
|
RelativePath="..\..\include\wx\propgrid\propgridpagestate.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\propgrid\props.h">
|
RelativePath="..\..\include\wx\propgrid\props.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\advprops.cpp">
|
RelativePath="..\..\src\propgrid\advprops.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\editors.cpp">
|
RelativePath="..\..\src\propgrid\editors.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\manager.cpp">
|
RelativePath="..\..\src\propgrid\manager.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\property.cpp">
|
RelativePath="..\..\src\propgrid\property.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\propgrid.cpp">
|
RelativePath="..\..\src\propgrid\propgrid.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\propgridiface.cpp">
|
RelativePath="..\..\src\propgrid\propgridiface.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\propgridpagestate.cpp">
|
RelativePath="..\..\src\propgrid\propgridpagestate.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\propgrid\props.cpp">
|
RelativePath="..\..\src\propgrid\props.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,435 +1,435 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="qa"
|
Name="qa"
|
||||||
ProjectGUID="{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}">
|
ProjectGUID="{5ADF90A8-DA5C-55B3-88F1-94C0A0E9C76D}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\qa"
|
IntermediateDirectory="vc_mswud\qa"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_qalib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_qalib.pch"
|
||||||
ObjectFile="vc_mswud\qa\"
|
ObjectFile="vc_mswud\qa\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_qa.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_qa.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_qa.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_qa.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\qa"
|
IntermediateDirectory="vc_mswu\qa"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_qalib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_qalib.pch"
|
||||||
ObjectFile="vc_mswu\qa\"
|
ObjectFile="vc_mswu\qa\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_qa.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_qa.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_qa.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_qa.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\qa"
|
IntermediateDirectory="vc_mswuddll\qa"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
|
||||||
ObjectFile="vc_mswuddll\qa\"
|
ObjectFile="vc_mswuddll\qa\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_qa_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\qa"
|
IntermediateDirectory="vc_mswudll\qa"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
|
||||||
ObjectFile="vc_mswudll\qa\"
|
ObjectFile="vc_mswudll\qa\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_qa_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\debugrpt.cpp">
|
RelativePath="..\..\src\common\debugrpt.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Generic Sources"
|
Name="Generic Sources"
|
||||||
UniqueIdentifier="{FEA0C02F-F300-53BA-B784-52A5086B8093}">
|
UniqueIdentifier="{FEA0C02F-F300-53BA-B784-52A5086B8093}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\generic\dbgrptg.cpp">
|
RelativePath="..\..\src\generic\dbgrptg.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\debugrpt.h">
|
RelativePath="..\..\include\wx\debugrpt.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,490 +1,490 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="ribbon"
|
Name="ribbon"
|
||||||
ProjectGUID="{7973B6EB-688A-5E14-8175-A32A51A3DFC8}">
|
ProjectGUID="{7973B6EB-688A-5E14-8175-A32A51A3DFC8}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\ribbon"
|
IntermediateDirectory="vc_mswud\ribbon"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_ribbonlib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_ribbonlib.pch"
|
||||||
ObjectFile="vc_mswud\ribbon\"
|
ObjectFile="vc_mswud\ribbon\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_ribbon.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_ribbon.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_ribbon.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_ribbon.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\ribbon"
|
IntermediateDirectory="vc_mswu\ribbon"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_ribbonlib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_ribbonlib.pch"
|
||||||
ObjectFile="vc_mswu\ribbon\"
|
ObjectFile="vc_mswu\ribbon\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_ribbon.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_ribbon.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_ribbon.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_ribbon.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\ribbon"
|
IntermediateDirectory="vc_mswuddll\ribbon"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
|
||||||
ObjectFile="vc_mswuddll\ribbon\"
|
ObjectFile="vc_mswuddll\ribbon\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_adv.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_ribbon_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\ribbon"
|
IntermediateDirectory="vc_mswudll\ribbon"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
|
||||||
ObjectFile="vc_mswudll\ribbon\"
|
ObjectFile="vc_mswudll\ribbon\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_adv.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_ribbon_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\art.h">
|
RelativePath="..\..\include\wx\ribbon\art.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\art_internal.h">
|
RelativePath="..\..\include\wx\ribbon\art_internal.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\bar.h">
|
RelativePath="..\..\include\wx\ribbon\bar.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\buttonbar.h">
|
RelativePath="..\..\include\wx\ribbon\buttonbar.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\control.h">
|
RelativePath="..\..\include\wx\ribbon\control.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\gallery.h">
|
RelativePath="..\..\include\wx\ribbon\gallery.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\page.h">
|
RelativePath="..\..\include\wx\ribbon\page.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\panel.h">
|
RelativePath="..\..\include\wx\ribbon\panel.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\ribbon\toolbar.h">
|
RelativePath="..\..\include\wx\ribbon\toolbar.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\xrc\xh_ribbon.h">
|
RelativePath="..\..\include\wx\xrc\xh_ribbon.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\art_aui.cpp">
|
RelativePath="..\..\src\ribbon\art_aui.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\art_internal.cpp">
|
RelativePath="..\..\src\ribbon\art_internal.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\art_msw.cpp">
|
RelativePath="..\..\src\ribbon\art_msw.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\bar.cpp">
|
RelativePath="..\..\src\ribbon\bar.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\buttonbar.cpp">
|
RelativePath="..\..\src\ribbon\buttonbar.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\control.cpp">
|
RelativePath="..\..\src\ribbon\control.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\gallery.cpp">
|
RelativePath="..\..\src\ribbon\gallery.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\page.cpp">
|
RelativePath="..\..\src\ribbon\page.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\panel.cpp">
|
RelativePath="..\..\src\ribbon\panel.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ribbon\toolbar.cpp">
|
RelativePath="..\..\src\ribbon\toolbar.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\xrc\xh_ribbon.cpp">
|
RelativePath="..\..\src\xrc\xh_ribbon.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,439 +1,439 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="stc"
|
Name="stc"
|
||||||
ProjectGUID="{4B498696-42F2-5547-B159-87E4CAF436C1}">
|
ProjectGUID="{4B498696-42F2-5547-B159-87E4CAF436C1}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\stc"
|
IntermediateDirectory="vc_mswud\stc"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_stclib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_stclib.pch"
|
||||||
ObjectFile="vc_mswud\stc\"
|
ObjectFile="vc_mswud\stc\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_stc.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_stc.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_stc.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_stc.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\stc"
|
IntermediateDirectory="vc_mswu\stc"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_stclib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_stclib.pch"
|
||||||
ObjectFile="vc_mswu\stc\"
|
ObjectFile="vc_mswu\stc\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_stc.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_stc.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_stc.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_stc.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\stc"
|
IntermediateDirectory="vc_mswuddll\stc"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
|
||||||
ObjectFile="vc_mswuddll\stc\"
|
ObjectFile="vc_mswuddll\stc\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_stc_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_stc_vc_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_stc_vc_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\stc"
|
IntermediateDirectory="vc_mswudll\stc"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
|
||||||
ObjectFile="vc_mswudll\stc\"
|
ObjectFile="vc_mswudll\stc\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_stc_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_stc_vc_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_stc_vc_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\stc\stc.h">
|
RelativePath="..\..\include\wx\stc\stc.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\stc\PlatWX.cpp">
|
RelativePath="..\..\src\stc\PlatWX.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\stc\ScintillaWX.cpp">
|
RelativePath="..\..\src\stc\ScintillaWX.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\stc\stc.cpp">
|
RelativePath="..\..\src\stc\stc.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,452 +1,452 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="webview"
|
Name="webview"
|
||||||
ProjectGUID="{BF21B19C-6122-566D-8795-8820E033BFA2}">
|
ProjectGUID="{BF21B19C-6122-566D-8795-8820E033BFA2}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\webview"
|
IntermediateDirectory="vc_mswud\webview"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_webviewlib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_webviewlib.pch"
|
||||||
ObjectFile="vc_mswud\webview\"
|
ObjectFile="vc_mswud\webview\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_webview.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31ud_webview.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31ud_webview.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31ud_webview.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\webview"
|
IntermediateDirectory="vc_mswu\webview"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_webviewlib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_webviewlib.pch"
|
||||||
ObjectFile="vc_mswu\webview\"
|
ObjectFile="vc_mswu\webview\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_webview.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw31u_webview.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxmsw31u_webview.lib"
|
OutputFile="..\..\lib\vc_lib\wxmsw31u_webview.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\webview"
|
IntermediateDirectory="vc_mswuddll\webview"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
|
||||||
ObjectFile="vc_mswuddll\webview\"
|
ObjectFile="vc_mswuddll\webview\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310ud_webview_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\webview"
|
IntermediateDirectory="vc_mswudll\webview"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
|
||||||
ObjectFile="vc_mswudll\webview\"
|
ObjectFile="vc_mswudll\webview\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw310u_webview_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw310u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\webview.cpp">
|
RelativePath="..\..\src\common\webview.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\webviewarchivehandler.cpp">
|
RelativePath="..\..\src\common\webviewarchivehandler.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\webviewfshandler.cpp">
|
RelativePath="..\..\src\common\webviewfshandler.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\webview_ie.cpp">
|
RelativePath="..\..\src\msw\webview_ie.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\webview_ie.h">
|
RelativePath="..\..\include\wx\msw\webview_ie.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\webview_missing.h">
|
RelativePath="..\..\include\wx\msw\webview_missing.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h">
|
RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\webview.h">
|
RelativePath="..\..\include\wx\webview.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\webviewarchivehandler.h">
|
RelativePath="..\..\include\wx\webviewarchivehandler.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\webviewfshandler.h">
|
RelativePath="..\..\include\wx\webviewfshandler.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,261 +1,261 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxexpat"
|
Name="wxexpat"
|
||||||
ProjectGUID="{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}">
|
ProjectGUID="{AF27ABC5-1AB2-55D0-8E7D-239C0176530E}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxexpat"
|
IntermediateDirectory="vc_mswud\wxexpat"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxexpat\"
|
ObjectFile="vc_mswud\wxexpat\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxexpatd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxexpatd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxexpatd.lib"
|
OutputFile="..\..\lib\vc_lib\wxexpatd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxexpat"
|
IntermediateDirectory="vc_mswu\wxexpat"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxexpat\"
|
ObjectFile="vc_mswu\wxexpat\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxexpat.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxexpat.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxexpat.lib"
|
OutputFile="..\..\lib\vc_lib\wxexpat.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxexpat"
|
IntermediateDirectory="vc_mswuddll\wxexpat"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxexpat\"
|
ObjectFile="vc_mswuddll\wxexpat\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxexpatd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxexpatd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxexpatd.lib"
|
OutputFile="..\..\lib\vc_dll\wxexpatd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxexpat"
|
IntermediateDirectory="vc_mswudll\wxexpat"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxexpat\"
|
ObjectFile="vc_mswudll\wxexpat\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxexpat.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxexpat.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxexpat.lib"
|
OutputFile="..\..\lib\vc_dll\wxexpat.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\expat\lib\xmlparse.c">
|
RelativePath="..\..\src\expat\lib\xmlparse.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\expat\lib\xmlrole.c">
|
RelativePath="..\..\src\expat\lib\xmlrole.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\expat\lib\xmltok.c">
|
RelativePath="..\..\src\expat\lib\xmltok.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,390 +1,390 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxjpeg"
|
Name="wxjpeg"
|
||||||
ProjectGUID="{3CA6563C-F480-52D4-AF05-D641E25A5DF2}">
|
ProjectGUID="{3CA6563C-F480-52D4-AF05-D641E25A5DF2}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxjpeg"
|
IntermediateDirectory="vc_mswud\wxjpeg"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxjpeg\"
|
ObjectFile="vc_mswud\wxjpeg\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpegd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpegd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxjpegd.lib"
|
OutputFile="..\..\lib\vc_lib\wxjpegd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxjpeg"
|
IntermediateDirectory="vc_mswu\wxjpeg"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxjpeg\"
|
ObjectFile="vc_mswu\wxjpeg\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpeg.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxjpeg.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxjpeg.lib"
|
OutputFile="..\..\lib\vc_lib\wxjpeg.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxjpeg"
|
IntermediateDirectory="vc_mswuddll\wxjpeg"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxjpeg\"
|
ObjectFile="vc_mswuddll\wxjpeg\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpegd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpegd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxjpegd.lib"
|
OutputFile="..\..\lib\vc_dll\wxjpegd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxjpeg"
|
IntermediateDirectory="vc_mswudll\wxjpeg"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxjpeg\"
|
ObjectFile="vc_mswudll\wxjpeg\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpeg.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxjpeg.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxjpeg.lib"
|
OutputFile="..\..\lib\vc_dll\wxjpeg.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcapimin.c">
|
RelativePath="..\..\src\jpeg\jcapimin.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcapistd.c">
|
RelativePath="..\..\src\jpeg\jcapistd.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jccoefct.c">
|
RelativePath="..\..\src\jpeg\jccoefct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jccolor.c">
|
RelativePath="..\..\src\jpeg\jccolor.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcdctmgr.c">
|
RelativePath="..\..\src\jpeg\jcdctmgr.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jchuff.c">
|
RelativePath="..\..\src\jpeg\jchuff.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcinit.c">
|
RelativePath="..\..\src\jpeg\jcinit.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcmainct.c">
|
RelativePath="..\..\src\jpeg\jcmainct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcmarker.c">
|
RelativePath="..\..\src\jpeg\jcmarker.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcmaster.c">
|
RelativePath="..\..\src\jpeg\jcmaster.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcomapi.c">
|
RelativePath="..\..\src\jpeg\jcomapi.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcparam.c">
|
RelativePath="..\..\src\jpeg\jcparam.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcphuff.c">
|
RelativePath="..\..\src\jpeg\jcphuff.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcprepct.c">
|
RelativePath="..\..\src\jpeg\jcprepct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jcsample.c">
|
RelativePath="..\..\src\jpeg\jcsample.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jctrans.c">
|
RelativePath="..\..\src\jpeg\jctrans.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdapimin.c">
|
RelativePath="..\..\src\jpeg\jdapimin.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdapistd.c">
|
RelativePath="..\..\src\jpeg\jdapistd.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdatadst.c">
|
RelativePath="..\..\src\jpeg\jdatadst.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdatasrc.c">
|
RelativePath="..\..\src\jpeg\jdatasrc.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdcoefct.c">
|
RelativePath="..\..\src\jpeg\jdcoefct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdcolor.c">
|
RelativePath="..\..\src\jpeg\jdcolor.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jddctmgr.c">
|
RelativePath="..\..\src\jpeg\jddctmgr.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdhuff.c">
|
RelativePath="..\..\src\jpeg\jdhuff.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdinput.c">
|
RelativePath="..\..\src\jpeg\jdinput.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdmainct.c">
|
RelativePath="..\..\src\jpeg\jdmainct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdmarker.c">
|
RelativePath="..\..\src\jpeg\jdmarker.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdmaster.c">
|
RelativePath="..\..\src\jpeg\jdmaster.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdmerge.c">
|
RelativePath="..\..\src\jpeg\jdmerge.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdphuff.c">
|
RelativePath="..\..\src\jpeg\jdphuff.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdpostct.c">
|
RelativePath="..\..\src\jpeg\jdpostct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdsample.c">
|
RelativePath="..\..\src\jpeg\jdsample.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jdtrans.c">
|
RelativePath="..\..\src\jpeg\jdtrans.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jerror.c">
|
RelativePath="..\..\src\jpeg\jerror.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jfdctflt.c">
|
RelativePath="..\..\src\jpeg\jfdctflt.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jfdctfst.c">
|
RelativePath="..\..\src\jpeg\jfdctfst.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jfdctint.c">
|
RelativePath="..\..\src\jpeg\jfdctint.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jidctflt.c">
|
RelativePath="..\..\src\jpeg\jidctflt.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jidctfst.c">
|
RelativePath="..\..\src\jpeg\jidctfst.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jidctint.c">
|
RelativePath="..\..\src\jpeg\jidctint.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jidctred.c">
|
RelativePath="..\..\src\jpeg\jidctred.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jmemmgr.c">
|
RelativePath="..\..\src\jpeg\jmemmgr.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jmemnobs.c">
|
RelativePath="..\..\src\jpeg\jmemnobs.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jquant1.c">
|
RelativePath="..\..\src\jpeg\jquant1.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jquant2.c">
|
RelativePath="..\..\src\jpeg\jquant2.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\jpeg\jutils.c">
|
RelativePath="..\..\src\jpeg\jutils.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,297 +1,297 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxpng"
|
Name="wxpng"
|
||||||
ProjectGUID="{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}">
|
ProjectGUID="{EE6AD15D-E891-5E03-AB6C-6F98ACE69A3C}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxpng"
|
IntermediateDirectory="vc_mswud\wxpng"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"
|
AdditionalIncludeDirectories="..\..\src\zlib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxpng\"
|
ObjectFile="vc_mswud\wxpng\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxpngd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxpngd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxpngd.lib"
|
OutputFile="..\..\lib\vc_lib\wxpngd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxpng"
|
IntermediateDirectory="vc_mswu\wxpng"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"
|
AdditionalIncludeDirectories="..\..\src\zlib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxpng\"
|
ObjectFile="vc_mswu\wxpng\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxpng.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxpng.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxpng.lib"
|
OutputFile="..\..\lib\vc_lib\wxpng.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxpng"
|
IntermediateDirectory="vc_mswuddll\wxpng"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"
|
AdditionalIncludeDirectories="..\..\src\zlib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxpng\"
|
ObjectFile="vc_mswuddll\wxpng\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxpngd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxpngd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxpngd.lib"
|
OutputFile="..\..\lib\vc_dll\wxpngd.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxpng"
|
IntermediateDirectory="vc_mswudll\wxpng"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"
|
AdditionalIncludeDirectories="..\..\src\zlib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxpng\"
|
ObjectFile="vc_mswudll\wxpng\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxpng.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxpng.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxpng.lib"
|
OutputFile="..\..\lib\vc_dll\wxpng.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
AdditionalIncludeDirectories="..\..\src\zlib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\png.c">
|
RelativePath="..\..\src\png\png.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngerror.c">
|
RelativePath="..\..\src\png\pngerror.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngget.c">
|
RelativePath="..\..\src\png\pngget.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngmem.c">
|
RelativePath="..\..\src\png\pngmem.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngpread.c">
|
RelativePath="..\..\src\png\pngpread.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngread.c">
|
RelativePath="..\..\src\png\pngread.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngrio.c">
|
RelativePath="..\..\src\png\pngrio.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngrtran.c">
|
RelativePath="..\..\src\png\pngrtran.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngrutil.c">
|
RelativePath="..\..\src\png\pngrutil.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngset.c">
|
RelativePath="..\..\src\png\pngset.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngtrans.c">
|
RelativePath="..\..\src\png\pngtrans.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngwio.c">
|
RelativePath="..\..\src\png\pngwio.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngwrite.c">
|
RelativePath="..\..\src\png\pngwrite.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngwtran.c">
|
RelativePath="..\..\src\png\pngwtran.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\png\pngwutil.c">
|
RelativePath="..\..\src\png\pngwutil.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,358 +1,358 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxregex"
|
Name="wxregex"
|
||||||
ProjectGUID="{7A1A5354-6DB4-53F1-B75C-FE909D796167}">
|
ProjectGUID="{7A1A5354-6DB4-53F1-B75C-FE909D796167}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxregex"
|
IntermediateDirectory="vc_mswud\wxregex"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxregex\"
|
ObjectFile="vc_mswud\wxregex\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexud.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexud.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxregexud.lib"
|
OutputFile="..\..\lib\vc_lib\wxregexud.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxregex"
|
IntermediateDirectory="vc_mswu\wxregex"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxregex\"
|
ObjectFile="vc_mswu\wxregex\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexu.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexu.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxregexu.lib"
|
OutputFile="..\..\lib\vc_lib\wxregexu.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxregex"
|
IntermediateDirectory="vc_mswuddll\wxregex"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxregex\"
|
ObjectFile="vc_mswuddll\wxregex\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexud.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexud.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxregexud.lib"
|
OutputFile="..\..\lib\vc_dll\wxregexud.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="_DEBUG;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxregex"
|
IntermediateDirectory="vc_mswudll\wxregex"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxregex\"
|
ObjectFile="vc_mswudll\wxregex\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexu.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexu.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxregexu.lib"
|
OutputFile="..\..\lib\vc_dll\wxregexu.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="WIN32;_LIB;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"/>
|
AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\regex\regcomp.c">
|
RelativePath="..\..\src\regex\regcomp.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\regex\regerror.c">
|
RelativePath="..\..\src\regex\regerror.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\regex\regexec.c">
|
RelativePath="..\..\src\regex\regexec.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\regex\regfree.c">
|
RelativePath="..\..\src\regex\regfree.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,369 +1,369 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxtiff"
|
Name="wxtiff"
|
||||||
ProjectGUID="{456F9EAD-4A96-59BD-A39A-75DAA25D517B}">
|
ProjectGUID="{456F9EAD-4A96-59BD-A39A-75DAA25D517B}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxtiff"
|
IntermediateDirectory="vc_mswud\wxtiff"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<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="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxtiff\"
|
ObjectFile="vc_mswud\wxtiff\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxtiffd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxtiffd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxtiffd.lib"
|
OutputFile="..\..\lib\vc_lib\wxtiffd.lib"
|
||||||
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"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxtiff"
|
IntermediateDirectory="vc_mswu\wxtiff"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<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="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxtiff\"
|
ObjectFile="vc_mswu\wxtiff\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxtiff.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxtiff.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxtiff.lib"
|
OutputFile="..\..\lib\vc_lib\wxtiff.lib"
|
||||||
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"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxtiff"
|
IntermediateDirectory="vc_mswuddll\wxtiff"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<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="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxtiff\"
|
ObjectFile="vc_mswuddll\wxtiff\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxtiffd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxtiffd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxtiffd.lib"
|
OutputFile="..\..\lib\vc_dll\wxtiffd.lib"
|
||||||
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"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxtiff"
|
IntermediateDirectory="vc_mswudll\wxtiff"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<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="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxtiff\"
|
ObjectFile="vc_mswudll\wxtiff\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxtiff.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxtiff.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxtiff.lib"
|
OutputFile="..\..\lib\vc_dll\wxtiff.lib"
|
||||||
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"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_aux.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_aux.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_close.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_close.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_codec.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_codec.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_color.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_color.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_compress.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_compress.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_dir.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_dir.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_dirinfo.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_dirinfo.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_dirread.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_dirread.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_dirwrite.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_dirwrite.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_dumpmode.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_dumpmode.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_error.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_error.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_extension.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_extension.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_fax3.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_fax3.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_fax3sm.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_fax3sm.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_flush.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_flush.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_getimage.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_getimage.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_jbig.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_jbig.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_jpeg.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_jpeg.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_jpeg_12.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_jpeg_12.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_luv.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_luv.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_lzma.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_lzma.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_lzw.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_lzw.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_next.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_next.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_ojpeg.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_ojpeg.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_open.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_open.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_packbits.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_packbits.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_pixarlog.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_pixarlog.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_predict.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_predict.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_print.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_print.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_read.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_read.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_strip.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_strip.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_swab.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_swab.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_thunder.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_thunder.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_tile.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_tile.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_version.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_version.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_warning.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_warning.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_win32.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_win32.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_write.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_write.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tiff\libtiff\tif_zip.c">
|
RelativePath="..\..\src\tiff\libtiff\tif_zip.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,297 +1,297 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxzlib"
|
Name="wxzlib"
|
||||||
ProjectGUID="{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}">
|
ProjectGUID="{DDD86D36-A4F6-5A54-AE2C-144B3594E1CE}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\wxzlib"
|
IntermediateDirectory="vc_mswud\wxzlib"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=""
|
AdditionalIncludeDirectories=""
|
||||||
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"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxzlib\"
|
ObjectFile="vc_mswud\wxzlib\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxzlibd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxzlibd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxzlibd.lib"
|
OutputFile="..\..\lib\vc_lib\wxzlibd.lib"
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\wxzlib"
|
IntermediateDirectory="vc_mswu\wxzlib"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=""
|
AdditionalIncludeDirectories=""
|
||||||
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"
|
||||||
ObjectFile="vc_mswu\wxzlib\"
|
ObjectFile="vc_mswu\wxzlib\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxzlib.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxzlib.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxzlib.lib"
|
OutputFile="..\..\lib\vc_lib\wxzlib.lib"
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxzlib"
|
IntermediateDirectory="vc_mswuddll\wxzlib"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=""
|
AdditionalIncludeDirectories=""
|
||||||
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"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxzlib\"
|
ObjectFile="vc_mswuddll\wxzlib\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxzlibd.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxzlibd.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxzlibd.lib"
|
OutputFile="..\..\lib\vc_dll\wxzlibd.lib"
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\wxzlib"
|
IntermediateDirectory="vc_mswudll\wxzlib"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=""
|
AdditionalIncludeDirectories=""
|
||||||
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"
|
||||||
ObjectFile="vc_mswudll\wxzlib\"
|
ObjectFile="vc_mswudll\wxzlib\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxzlib.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxzlib.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_dll\wxzlib.lib"
|
OutputFile="..\..\lib\vc_dll\wxzlib.lib"
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
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=""/>
|
AdditionalIncludeDirectories=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\adler32.c">
|
RelativePath="..\..\src\zlib\adler32.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\compress.c">
|
RelativePath="..\..\src\zlib\compress.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\crc32.c">
|
RelativePath="..\..\src\zlib\crc32.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\deflate.c">
|
RelativePath="..\..\src\zlib\deflate.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\gzclose.c">
|
RelativePath="..\..\src\zlib\gzclose.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\gzlib.c">
|
RelativePath="..\..\src\zlib\gzlib.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\gzread.c">
|
RelativePath="..\..\src\zlib\gzread.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\gzwrite.c">
|
RelativePath="..\..\src\zlib\gzwrite.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\infback.c">
|
RelativePath="..\..\src\zlib\infback.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\inffast.c">
|
RelativePath="..\..\src\zlib\inffast.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\inflate.c">
|
RelativePath="..\..\src\zlib\inflate.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\inftrees.c">
|
RelativePath="..\..\src\zlib\inftrees.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\trees.c">
|
RelativePath="..\..\src\zlib\trees.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\uncompr.c">
|
RelativePath="..\..\src\zlib\uncompr.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\zlib\zutil.c">
|
RelativePath="..\..\src\zlib\zutil.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,439 +1,439 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="xml"
|
Name="xml"
|
||||||
ProjectGUID="{B036100A-CEA0-5466-BE27-7E5B3687CAB8}">
|
ProjectGUID="{B036100A-CEA0-5466-BE27-7E5B3687CAB8}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswud\xml"
|
IntermediateDirectory="vc_mswud\xml"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswud\wxprec_xmllib.pch"
|
PrecompiledHeaderFile="vc_mswud\wxprec_xmllib.pch"
|
||||||
ObjectFile="vc_mswud\xml\"
|
ObjectFile="vc_mswud\xml\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31ud_xml.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31ud_xml.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxbase31ud_xml.lib"
|
OutputFile="..\..\lib\vc_lib\wxbase31ud_xml.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_lib"
|
OutputDirectory="..\..\lib\vc_lib"
|
||||||
IntermediateDirectory="vc_mswu\xml"
|
IntermediateDirectory="vc_mswu\xml"
|
||||||
ConfigurationType="4"
|
ConfigurationType="4"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswu\wxprec_xmllib.pch"
|
PrecompiledHeaderFile="vc_mswu\wxprec_xmllib.pch"
|
||||||
ObjectFile="vc_mswu\xml\"
|
ObjectFile="vc_mswu\xml\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31u_xml.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_lib\wxbase31u_xml.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLibrarianTool"
|
Name="VCLibrarianTool"
|
||||||
OutputFile="..\..\lib\vc_lib\wxbase31u_xml.lib"
|
OutputFile="..\..\lib\vc_lib\wxbase31u_xml.lib"
|
||||||
SuppressStartupBanner="TRUE"/>
|
SuppressStartupBanner="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswuddll\xml"
|
IntermediateDirectory="vc_mswuddll\xml"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
|
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
|
||||||
ObjectFile="vc_mswuddll\xml\"
|
ObjectFile="vc_mswuddll\xml\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310ud_xml_vc_custom.pdb"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="..\..\lib\vc_dll"
|
OutputDirectory="..\..\lib\vc_dll"
|
||||||
IntermediateDirectory="vc_mswudll\xml"
|
IntermediateDirectory="vc_mswudll\xml"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="3"
|
UsePrecompiledHeader="3"
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
|
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
|
||||||
ObjectFile="vc_mswudll\xml\"
|
ObjectFile="vc_mswudll\xml\"
|
||||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.pdb"
|
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||||
OutputFile="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.dll"
|
OutputFile="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
|
ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.pdb"
|
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase310u_xml_vc_custom.pdb"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase310u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Sources"
|
Name="Common Sources"
|
||||||
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\dummy.cpp">
|
RelativePath="..\..\src\common\dummy.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\common\xtixml.cpp">
|
RelativePath="..\..\src\common\xtixml.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Sources"
|
Name="MSW Sources"
|
||||||
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\msw\version.rc">
|
RelativePath="..\..\src\msw\version.rc">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
ExcludedFromBuild="TRUE"/>
|
ExcludedFromBuild="TRUE"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Setup Headers"
|
Name="Setup Headers"
|
||||||
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\setup.h">
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\univ\setup.h">
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32"/>
|
Name="Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"/>
|
Name="Release|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32"/>
|
Name="DLL Debug|Win32"/>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32"/>
|
Name="DLL Release|Win32"/>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="MSW Headers"
|
Name="MSW Headers"
|
||||||
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Debug|Win32">
|
Name="DLL Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="DLL Release|Win32">
|
Name="DLL Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Common Headers"
|
Name="Common Headers"
|
||||||
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\xml\xml.h">
|
RelativePath="..\..\include\wx\xml\xml.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\wx\xtixml.h">
|
RelativePath="..\..\include\wx\xtixml.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\xml\xml.cpp">
|
RelativePath="..\..\src\xml\xml.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
@@ -1,437 +1,437 @@
|
|||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
# Visual Studio 2005
|
# Visual Studio 2005
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc8_wxregex.vcproj", "{078F4E39-D258-54B5-B1B1-4905D10E06DC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc8_wxregex.vcproj", "{078F4E39-D258-54B5-B1B1-4905D10E06DC}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc8_wxzlib.vcproj", "{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc8_wxzlib.vcproj", "{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc8_wxpng.vcproj", "{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc8_wxpng.vcproj", "{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc8_wxjpeg.vcproj", "{4BDDC25D-2967-5450-8439-107D28E7B5D7}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc8_wxjpeg.vcproj", "{4BDDC25D-2967-5450-8439-107D28E7B5D7}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc8_wxtiff.vcproj", "{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc8_wxtiff.vcproj", "{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc8_wxexpat.vcproj", "{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc8_wxexpat.vcproj", "{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc8_wxscintilla.vcproj", "{CC1B3044-403C-53A2-8AA5-821F7A99A29F}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc8_wxscintilla.vcproj", "{CC1B3044-403C-53A2-8AA5-821F7A99A29F}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc8_base.vcproj", "{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc8_base.vcproj", "{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc8_net.vcproj", "{C752F044-0E49-5C21-818F-751B327B35AA}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc8_net.vcproj", "{C752F044-0E49-5C21-818F-751B327B35AA}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc8_core.vcproj", "{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc8_core.vcproj", "{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc8_adv.vcproj", "{2764E632-B514-5EEE-BD94-23BCF6FC2A92}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc8_adv.vcproj", "{2764E632-B514-5EEE-BD94-23BCF6FC2A92}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc8_media.vcproj", "{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc8_media.vcproj", "{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc8_html.vcproj", "{32B18CFE-19C8-5F72-9759-CE03A314A875}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc8_html.vcproj", "{32B18CFE-19C8-5F72-9759-CE03A314A875}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc8_webview.vcproj", "{51173FB3-6227-51D7-8807-1FC9CD18781C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc8_webview.vcproj", "{51173FB3-6227-51D7-8807-1FC9CD18781C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc8_qa.vcproj", "{6EA54780-4728-5F04-A501-3B3F4538874C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc8_qa.vcproj", "{6EA54780-4728-5F04-A501-3B3F4538874C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc8_xml.vcproj", "{CD477539-2983-5490-B8C4-DC72B2760FFF}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc8_xml.vcproj", "{CD477539-2983-5490-B8C4-DC72B2760FFF}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc8_xrc.vcproj", "{5802720D-A6B1-5E95-AFF3-B80CFE03431B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc8_xrc.vcproj", "{5802720D-A6B1-5E95-AFF3-B80CFE03431B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc8_aui.vcproj", "{B361C000-79E7-5B8A-8F5F-BC0168C7002E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc8_aui.vcproj", "{B361C000-79E7-5B8A-8F5F-BC0168C7002E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc8_ribbon.vcproj", "{F751C47E-8534-571F-8E4A-F0E6AC978D63}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc8_ribbon.vcproj", "{F751C47E-8534-571F-8E4A-F0E6AC978D63}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc8_propgrid.vcproj", "{93781718-26B6-5541-84C5-78C6A8226AEC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc8_propgrid.vcproj", "{93781718-26B6-5541-84C5-78C6A8226AEC}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc8_richtext.vcproj", "{4928FA3B-C258-5E39-AE05-E4BD709955B3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc8_richtext.vcproj", "{4928FA3B-C258-5E39-AE05-E4BD709955B3}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc8_stc.vcproj", "{FA559111-7B08-54E7-BD3B-0B621C819C78}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc8_stc.vcproj", "{FA559111-7B08-54E7-BD3B-0B621C819C78}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F} = {CC1B3044-403C-53A2-8AA5-821F7A99A29F}
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F} = {CC1B3044-403C-53A2-8AA5-821F7A99A29F}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc8_gl.vcproj", "{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc8_gl.vcproj", "{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Win32 = Debug|Win32
|
Debug|Win32 = Debug|Win32
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
Release|Win32 = Release|Win32
|
Release|Win32 = Release|Win32
|
||||||
Release|x64 = Release|x64
|
Release|x64 = Release|x64
|
||||||
DLL Debug|Win32 = DLL Debug|Win32
|
DLL Debug|Win32 = DLL Debug|Win32
|
||||||
DLL Debug|x64 = DLL Debug|x64
|
DLL Debug|x64 = DLL Debug|x64
|
||||||
DLL Release|Win32 = DLL Release|Win32
|
DLL Release|Win32 = DLL Release|Win32
|
||||||
DLL Release|x64 = DLL Release|x64
|
DLL Release|x64 = DLL Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|Win32.Build.0 = Debug|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|x64.ActiveCfg = Debug|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|x64.Build.0 = Debug|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Debug|x64.Build.0 = Debug|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|Win32.ActiveCfg = Release|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|Win32.Build.0 = Release|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|x64.ActiveCfg = Release|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|x64.ActiveCfg = Release|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|x64.Build.0 = Release|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.Release|x64.Build.0 = Release|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|x64.Build.0 = DLL Release|x64
|
{078F4E39-D258-54B5-B1B1-4905D10E06DC}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|Win32.ActiveCfg = Debug|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|Win32.Build.0 = Debug|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|x64.ActiveCfg = Debug|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|x64.Build.0 = Debug|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Debug|x64.Build.0 = Debug|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|Win32.ActiveCfg = Release|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|Win32.Build.0 = Release|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|Win32.Build.0 = Release|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|x64.ActiveCfg = Release|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|x64.ActiveCfg = Release|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|x64.Build.0 = Release|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.Release|x64.Build.0 = Release|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|x64.Build.0 = DLL Release|x64
|
{02A5D9F0-B0D3-5AD7-B6BA-9E5C05647992}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|Win32.ActiveCfg = Debug|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|Win32.Build.0 = Debug|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|x64.ActiveCfg = Debug|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|x64.Build.0 = Debug|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Debug|x64.Build.0 = Debug|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|Win32.ActiveCfg = Release|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|Win32.Build.0 = Release|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|Win32.Build.0 = Release|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|x64.ActiveCfg = Release|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|x64.ActiveCfg = Release|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|x64.Build.0 = Release|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.Release|x64.Build.0 = Release|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|x64.Build.0 = DLL Release|x64
|
{2E428F55-7263-58A2-80E4-59D2E6BD9E5A}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|Win32.ActiveCfg = Debug|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|Win32.Build.0 = Debug|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|x64.ActiveCfg = Debug|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|x64.Build.0 = Debug|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Debug|x64.Build.0 = Debug|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|Win32.ActiveCfg = Release|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|Win32.Build.0 = Release|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|Win32.Build.0 = Release|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|x64.ActiveCfg = Release|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|x64.ActiveCfg = Release|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|x64.Build.0 = Release|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.Release|x64.Build.0 = Release|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|x64.Build.0 = DLL Release|x64
|
{4BDDC25D-2967-5450-8439-107D28E7B5D7}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|Win32.ActiveCfg = Debug|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|Win32.Build.0 = Debug|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|x64.ActiveCfg = Debug|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|x64.Build.0 = Debug|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Debug|x64.Build.0 = Debug|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|Win32.ActiveCfg = Release|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|Win32.Build.0 = Release|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|Win32.Build.0 = Release|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|x64.ActiveCfg = Release|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|x64.ActiveCfg = Release|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|x64.Build.0 = Release|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.Release|x64.Build.0 = Release|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|x64.Build.0 = DLL Release|x64
|
{6C6028A1-9741-536A-A4CC-AD9D5A21EFE9}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|Win32.Build.0 = Debug|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|x64.ActiveCfg = Debug|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|x64.Build.0 = Debug|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Debug|x64.Build.0 = Debug|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|Win32.ActiveCfg = Release|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|Win32.Build.0 = Release|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|x64.ActiveCfg = Release|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|x64.ActiveCfg = Release|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|x64.Build.0 = Release|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.Release|x64.Build.0 = Release|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|x64.Build.0 = DLL Release|x64
|
{3E2CE61B-B4B7-5120-8EE3-65ECC0BE055E}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|Win32.ActiveCfg = Debug|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|Win32.Build.0 = Debug|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|x64.ActiveCfg = Debug|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|x64.Build.0 = Debug|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Debug|x64.Build.0 = Debug|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|Win32.ActiveCfg = Release|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|Win32.Build.0 = Release|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|Win32.Build.0 = Release|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|x64.ActiveCfg = Release|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|x64.ActiveCfg = Release|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|x64.Build.0 = Release|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.Release|x64.Build.0 = Release|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|x64.Build.0 = DLL Release|x64
|
{CC1B3044-403C-53A2-8AA5-821F7A99A29F}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|Win32.ActiveCfg = Debug|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|Win32.Build.0 = Debug|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|x64.ActiveCfg = Debug|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|x64.Build.0 = Debug|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Debug|x64.Build.0 = Debug|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|Win32.ActiveCfg = Release|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|Win32.Build.0 = Release|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|Win32.Build.0 = Release|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|x64.ActiveCfg = Release|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|x64.ActiveCfg = Release|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|x64.Build.0 = Release|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.Release|x64.Build.0 = Release|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|x64.Build.0 = DLL Release|x64
|
{9B9B8541-3661-5AD8-8DFF-0BE67FBF1A37}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|Win32.ActiveCfg = Debug|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|Win32.Build.0 = Debug|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|x64.ActiveCfg = Debug|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|x64.Build.0 = Debug|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Debug|x64.Build.0 = Debug|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|Win32.ActiveCfg = Release|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|Win32.Build.0 = Release|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|Win32.Build.0 = Release|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|x64.ActiveCfg = Release|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|x64.ActiveCfg = Release|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|x64.Build.0 = Release|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.Release|x64.Build.0 = Release|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|x64.Build.0 = DLL Release|x64
|
{C752F044-0E49-5C21-818F-751B327B35AA}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|Win32.ActiveCfg = Debug|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|Win32.Build.0 = Debug|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|x64.ActiveCfg = Debug|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|x64.Build.0 = Debug|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Debug|x64.Build.0 = Debug|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|Win32.ActiveCfg = Release|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|Win32.Build.0 = Release|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|x64.ActiveCfg = Release|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|x64.ActiveCfg = Release|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|x64.Build.0 = Release|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.Release|x64.Build.0 = Release|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|x64.Build.0 = DLL Release|x64
|
{A92A7D53-52C9-5561-AD62-A3EC4379CC4D}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|Win32.ActiveCfg = Debug|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|Win32.Build.0 = Debug|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|x64.ActiveCfg = Debug|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|x64.Build.0 = Debug|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Debug|x64.Build.0 = Debug|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|Win32.ActiveCfg = Release|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|Win32.Build.0 = Release|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|Win32.Build.0 = Release|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|x64.ActiveCfg = Release|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|x64.ActiveCfg = Release|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|x64.Build.0 = Release|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.Release|x64.Build.0 = Release|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|x64.Build.0 = DLL Release|x64
|
{2764E632-B514-5EEE-BD94-23BCF6FC2A92}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|Win32.ActiveCfg = Debug|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|Win32.Build.0 = Debug|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|x64.ActiveCfg = Debug|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|x64.Build.0 = Debug|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Debug|x64.Build.0 = Debug|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|Win32.ActiveCfg = Release|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|Win32.Build.0 = Release|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|x64.ActiveCfg = Release|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|x64.ActiveCfg = Release|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|x64.Build.0 = Release|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.Release|x64.Build.0 = Release|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|x64.Build.0 = DLL Release|x64
|
{3FCADF33-E2F4-5D9C-9300-A5995BDA9378}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|Win32.ActiveCfg = Debug|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|Win32.Build.0 = Debug|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|x64.ActiveCfg = Debug|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|x64.Build.0 = Debug|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Debug|x64.Build.0 = Debug|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|Win32.ActiveCfg = Release|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|Win32.Build.0 = Release|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|Win32.Build.0 = Release|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|x64.ActiveCfg = Release|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|x64.ActiveCfg = Release|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|x64.Build.0 = Release|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.Release|x64.Build.0 = Release|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|x64.Build.0 = DLL Release|x64
|
{32B18CFE-19C8-5F72-9759-CE03A314A875}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|Win32.ActiveCfg = Debug|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|Win32.Build.0 = Debug|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|x64.ActiveCfg = Debug|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|x64.Build.0 = Debug|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Debug|x64.Build.0 = Debug|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|Win32.ActiveCfg = Release|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|Win32.Build.0 = Release|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|Win32.Build.0 = Release|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|x64.ActiveCfg = Release|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|x64.ActiveCfg = Release|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|x64.Build.0 = Release|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.Release|x64.Build.0 = Release|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|x64.Build.0 = DLL Release|x64
|
{51173FB3-6227-51D7-8807-1FC9CD18781C}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|Win32.ActiveCfg = Debug|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|Win32.Build.0 = Debug|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|x64.ActiveCfg = Debug|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|x64.Build.0 = Debug|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Debug|x64.Build.0 = Debug|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|Win32.ActiveCfg = Release|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|Win32.Build.0 = Release|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|Win32.Build.0 = Release|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|x64.ActiveCfg = Release|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|x64.ActiveCfg = Release|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|x64.Build.0 = Release|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.Release|x64.Build.0 = Release|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|x64.Build.0 = DLL Release|x64
|
{6EA54780-4728-5F04-A501-3B3F4538874C}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|Win32.ActiveCfg = Debug|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|Win32.Build.0 = Debug|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|x64.ActiveCfg = Debug|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|x64.Build.0 = Debug|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Debug|x64.Build.0 = Debug|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|Win32.ActiveCfg = Release|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|Win32.Build.0 = Release|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|Win32.Build.0 = Release|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|x64.ActiveCfg = Release|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|x64.ActiveCfg = Release|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|x64.Build.0 = Release|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.Release|x64.Build.0 = Release|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|x64.Build.0 = DLL Release|x64
|
{CD477539-2983-5490-B8C4-DC72B2760FFF}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|Win32.ActiveCfg = Debug|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|Win32.Build.0 = Debug|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|x64.ActiveCfg = Debug|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|x64.Build.0 = Debug|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Debug|x64.Build.0 = Debug|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|Win32.ActiveCfg = Release|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|Win32.Build.0 = Release|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|Win32.Build.0 = Release|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|x64.ActiveCfg = Release|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|x64.ActiveCfg = Release|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|x64.Build.0 = Release|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.Release|x64.Build.0 = Release|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|x64.Build.0 = DLL Release|x64
|
{5802720D-A6B1-5E95-AFF3-B80CFE03431B}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|Win32.Build.0 = Debug|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|x64.ActiveCfg = Debug|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|x64.Build.0 = Debug|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Debug|x64.Build.0 = Debug|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|Win32.ActiveCfg = Release|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|Win32.Build.0 = Release|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|x64.ActiveCfg = Release|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|x64.ActiveCfg = Release|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|x64.Build.0 = Release|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.Release|x64.Build.0 = Release|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|x64.Build.0 = DLL Release|x64
|
{B361C000-79E7-5B8A-8F5F-BC0168C7002E}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|Win32.ActiveCfg = Debug|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|Win32.Build.0 = Debug|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|x64.ActiveCfg = Debug|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|x64.Build.0 = Debug|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Debug|x64.Build.0 = Debug|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|Win32.ActiveCfg = Release|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|Win32.Build.0 = Release|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|Win32.Build.0 = Release|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|x64.ActiveCfg = Release|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|x64.ActiveCfg = Release|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|x64.Build.0 = Release|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.Release|x64.Build.0 = Release|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|x64.Build.0 = DLL Release|x64
|
{F751C47E-8534-571F-8E4A-F0E6AC978D63}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|Win32.Build.0 = Debug|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|x64.ActiveCfg = Debug|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|x64.Build.0 = Debug|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Debug|x64.Build.0 = Debug|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|Win32.ActiveCfg = Release|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|Win32.Build.0 = Release|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|x64.ActiveCfg = Release|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|x64.ActiveCfg = Release|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|x64.Build.0 = Release|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.Release|x64.Build.0 = Release|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|x64.Build.0 = DLL Release|x64
|
{93781718-26B6-5541-84C5-78C6A8226AEC}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|Win32.ActiveCfg = Debug|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|Win32.Build.0 = Debug|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|x64.ActiveCfg = Debug|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|x64.Build.0 = Debug|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Debug|x64.Build.0 = Debug|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|Win32.ActiveCfg = Release|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|Win32.Build.0 = Release|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|Win32.Build.0 = Release|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|x64.ActiveCfg = Release|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|x64.ActiveCfg = Release|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|x64.Build.0 = Release|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.Release|x64.Build.0 = Release|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|x64.Build.0 = DLL Release|x64
|
{4928FA3B-C258-5E39-AE05-E4BD709955B3}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|Win32.ActiveCfg = Debug|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|Win32.Build.0 = Debug|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|x64.ActiveCfg = Debug|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|x64.Build.0 = Debug|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Debug|x64.Build.0 = Debug|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|Win32.ActiveCfg = Release|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|Win32.Build.0 = Release|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|Win32.Build.0 = Release|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|x64.ActiveCfg = Release|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|x64.ActiveCfg = Release|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|x64.Build.0 = Release|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.Release|x64.Build.0 = Release|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|x64.Build.0 = DLL Release|x64
|
{FA559111-7B08-54E7-BD3B-0B621C819C78}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|Win32.Build.0 = Debug|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|x64.ActiveCfg = Debug|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|x64.Build.0 = Debug|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Debug|x64.Build.0 = Debug|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|Win32.ActiveCfg = Release|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|Win32.Build.0 = Release|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|x64.ActiveCfg = Release|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|x64.ActiveCfg = Release|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|x64.Build.0 = Release|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.Release|x64.Build.0 = Release|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|x64.Build.0 = DLL Release|x64
|
{F2A00E07-A7DC-511E-912E-B3A10B8A93CC}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,437 +1,437 @@
|
|||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
# Visual Studio 2008
|
# Visual Studio 2008
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc9_wxregex.vcproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc9_wxregex.vcproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc9_wxzlib.vcproj", "{8B867186-A0B5-5479-B824-E176EDD27C40}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc9_wxzlib.vcproj", "{8B867186-A0B5-5479-B824-E176EDD27C40}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc9_wxpng.vcproj", "{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc9_wxpng.vcproj", "{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc9_wxjpeg.vcproj", "{6053CC38-CDEE-584C-8BC8-4B000D800FC7}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc9_wxjpeg.vcproj", "{6053CC38-CDEE-584C-8BC8-4B000D800FC7}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc9_wxtiff.vcproj", "{75596CE6-5AE7-55C9-B890-C07B0A657A83}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc9_wxtiff.vcproj", "{75596CE6-5AE7-55C9-B890-C07B0A657A83}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc9_wxexpat.vcproj", "{A1A8355B-0988-528E-9CC2-B971D6266669}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc9_wxexpat.vcproj", "{A1A8355B-0988-528E-9CC2-B971D6266669}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc9_wxscintilla.vcproj", "{74827EBD-93DC-5110-BA95-3F2AB029B6B0}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc9_wxscintilla.vcproj", "{74827EBD-93DC-5110-BA95-3F2AB029B6B0}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc9_base.vcproj", "{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc9_base.vcproj", "{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc9_net.vcproj", "{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc9_net.vcproj", "{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc9_core.vcproj", "{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc9_core.vcproj", "{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc9_adv.vcproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc9_adv.vcproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc9_media.vcproj", "{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc9_media.vcproj", "{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc9_html.vcproj", "{33CC42F9-7756-5587-863C-8D4461B7C5DD}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc9_html.vcproj", "{33CC42F9-7756-5587-863C-8D4461B7C5DD}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc9_webview.vcproj", "{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc9_webview.vcproj", "{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc9_qa.vcproj", "{E21129E0-7C08-5936-9D8C-0D60B5319BA7}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc9_qa.vcproj", "{E21129E0-7C08-5936-9D8C-0D60B5319BA7}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc9_xml.vcproj", "{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc9_xml.vcproj", "{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc9_xrc.vcproj", "{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc9_xrc.vcproj", "{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc9_aui.vcproj", "{A16D3832-0F42-57CE-8F48-50E06649ADE8}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc9_aui.vcproj", "{A16D3832-0F42-57CE-8F48-50E06649ADE8}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc9_ribbon.vcproj", "{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc9_ribbon.vcproj", "{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc9_propgrid.vcproj", "{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc9_propgrid.vcproj", "{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc9_richtext.vcproj", "{7FB0902D-8579-5DCE-B883-DAF66A885005}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc9_richtext.vcproj", "{7FB0902D-8579-5DCE-B883-DAF66A885005}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc9_stc.vcproj", "{23E1C437-A951-5943-8639-A17F3CF2E606}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc9_stc.vcproj", "{23E1C437-A951-5943-8639-A17F3CF2E606}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {74827EBD-93DC-5110-BA95-3F2AB029B6B0}
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {74827EBD-93DC-5110-BA95-3F2AB029B6B0}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc9_gl.vcproj", "{DA8B15EF-6750-5928-BC0E-C748213CF9B2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc9_gl.vcproj", "{DA8B15EF-6750-5928-BC0E-C748213CF9B2}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Win32 = Debug|Win32
|
Debug|Win32 = Debug|Win32
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
Release|Win32 = Release|Win32
|
Release|Win32 = Release|Win32
|
||||||
Release|x64 = Release|x64
|
Release|x64 = Release|x64
|
||||||
DLL Debug|Win32 = DLL Debug|Win32
|
DLL Debug|Win32 = DLL Debug|Win32
|
||||||
DLL Debug|x64 = DLL Debug|x64
|
DLL Debug|x64 = DLL Debug|x64
|
||||||
DLL Release|Win32 = DLL Release|Win32
|
DLL Release|Win32 = DLL Release|Win32
|
||||||
DLL Release|x64 = DLL Release|x64
|
DLL Release|x64 = DLL Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.ActiveCfg = Debug|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.Build.0 = Debug|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.ActiveCfg = Debug|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.Build.0 = Debug|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.Build.0 = Debug|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.ActiveCfg = Release|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.Build.0 = Release|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.Build.0 = Release|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.ActiveCfg = Release|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.ActiveCfg = Release|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.Build.0 = Release|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.Build.0 = Release|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.Build.0 = DLL Release|x64
|
{56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.ActiveCfg = Debug|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.Build.0 = Debug|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.ActiveCfg = Debug|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.Build.0 = Debug|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.Build.0 = Debug|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.ActiveCfg = Release|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.Build.0 = Release|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.Build.0 = Release|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.ActiveCfg = Release|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.ActiveCfg = Release|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.Build.0 = Release|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.Build.0 = Release|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.Build.0 = DLL Release|x64
|
{8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.ActiveCfg = Debug|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.Build.0 = Debug|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.ActiveCfg = Debug|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.Build.0 = Debug|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.Build.0 = Debug|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.ActiveCfg = Release|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.Build.0 = Release|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.Build.0 = Release|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.ActiveCfg = Release|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.ActiveCfg = Release|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.Build.0 = Release|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.Build.0 = Release|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.Build.0 = DLL Release|x64
|
{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.ActiveCfg = Debug|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.Build.0 = Debug|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.ActiveCfg = Debug|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.Build.0 = Debug|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.Build.0 = Debug|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.ActiveCfg = Release|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.Build.0 = Release|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.Build.0 = Release|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.ActiveCfg = Release|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.ActiveCfg = Release|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.Build.0 = Release|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.Build.0 = Release|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.Build.0 = DLL Release|x64
|
{6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.ActiveCfg = Debug|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.Build.0 = Debug|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.ActiveCfg = Debug|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.Build.0 = Debug|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.Build.0 = Debug|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.ActiveCfg = Release|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.Build.0 = Release|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.Build.0 = Release|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.ActiveCfg = Release|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.ActiveCfg = Release|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.Build.0 = Release|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.Build.0 = Release|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.Build.0 = DLL Release|x64
|
{75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.ActiveCfg = Debug|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.Build.0 = Debug|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.ActiveCfg = Debug|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.Build.0 = Debug|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.Build.0 = Debug|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.ActiveCfg = Release|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.Build.0 = Release|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.ActiveCfg = Release|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.ActiveCfg = Release|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.Build.0 = Release|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.Build.0 = Release|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.Build.0 = DLL Release|x64
|
{A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.ActiveCfg = Debug|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.Build.0 = Debug|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.ActiveCfg = Debug|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.Build.0 = Debug|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.Build.0 = Debug|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.ActiveCfg = Release|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.Build.0 = Release|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.Build.0 = Release|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.ActiveCfg = Release|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.ActiveCfg = Release|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.Build.0 = Release|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.Build.0 = Release|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.Build.0 = DLL Release|x64
|
{74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.ActiveCfg = Debug|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.Build.0 = Debug|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.ActiveCfg = Debug|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.Build.0 = Debug|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.Build.0 = Debug|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.ActiveCfg = Release|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.Build.0 = Release|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.ActiveCfg = Release|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.ActiveCfg = Release|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.Build.0 = Release|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.Build.0 = Release|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.Build.0 = DLL Release|x64
|
{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.ActiveCfg = Debug|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.Build.0 = Debug|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.ActiveCfg = Debug|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.Build.0 = Debug|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.Build.0 = Debug|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.ActiveCfg = Release|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.Build.0 = Release|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.Build.0 = Release|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.ActiveCfg = Release|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.ActiveCfg = Release|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.Build.0 = Release|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.Build.0 = Release|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.Build.0 = DLL Release|x64
|
{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.ActiveCfg = Debug|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.Build.0 = Debug|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.ActiveCfg = Debug|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.Build.0 = Debug|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.Build.0 = Debug|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.ActiveCfg = Release|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.Build.0 = Release|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.Build.0 = Release|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.ActiveCfg = Release|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.ActiveCfg = Release|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.Build.0 = Release|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.Build.0 = Release|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.Build.0 = DLL Release|x64
|
{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.ActiveCfg = Debug|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.Build.0 = Debug|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.ActiveCfg = Debug|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.Build.0 = Debug|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.Build.0 = Debug|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.ActiveCfg = Release|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.Build.0 = Release|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.Build.0 = Release|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.ActiveCfg = Release|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.ActiveCfg = Release|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.Build.0 = Release|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.Build.0 = Release|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.Build.0 = DLL Release|x64
|
{24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.ActiveCfg = Debug|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.Build.0 = Debug|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.ActiveCfg = Debug|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.Build.0 = Debug|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.Build.0 = Debug|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.ActiveCfg = Release|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.Build.0 = Release|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.Build.0 = Release|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.ActiveCfg = Release|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.ActiveCfg = Release|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.Build.0 = Release|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.Build.0 = Release|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.Build.0 = DLL Release|x64
|
{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.ActiveCfg = Debug|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.Build.0 = Debug|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.ActiveCfg = Debug|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.Build.0 = Debug|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.Build.0 = Debug|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.ActiveCfg = Release|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.Build.0 = Release|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.Build.0 = Release|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.ActiveCfg = Release|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.ActiveCfg = Release|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.Build.0 = Release|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.Build.0 = Release|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.Build.0 = DLL Release|x64
|
{33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.Build.0 = Debug|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.ActiveCfg = Debug|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.Build.0 = Debug|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.Build.0 = Debug|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.ActiveCfg = Release|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.Build.0 = Release|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.ActiveCfg = Release|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.ActiveCfg = Release|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.Build.0 = Release|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.Build.0 = Release|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.Build.0 = DLL Release|x64
|
{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.ActiveCfg = Debug|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.Build.0 = Debug|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.ActiveCfg = Debug|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.Build.0 = Debug|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.Build.0 = Debug|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.ActiveCfg = Release|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.Build.0 = Release|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.Build.0 = Release|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.ActiveCfg = Release|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.ActiveCfg = Release|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.Build.0 = Release|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.Build.0 = Release|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.Build.0 = DLL Release|x64
|
{E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.ActiveCfg = Debug|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.Build.0 = Debug|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.ActiveCfg = Debug|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.Build.0 = Debug|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.Build.0 = Debug|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.ActiveCfg = Release|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.Build.0 = Release|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.ActiveCfg = Release|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.ActiveCfg = Release|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.Build.0 = Release|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.Build.0 = Release|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.Build.0 = DLL Release|x64
|
{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.ActiveCfg = Debug|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.Build.0 = Debug|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.ActiveCfg = Debug|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.Build.0 = Debug|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.Build.0 = Debug|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.ActiveCfg = Release|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.Build.0 = Release|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.Build.0 = Release|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.ActiveCfg = Release|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.ActiveCfg = Release|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.Build.0 = Release|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.Build.0 = Release|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.Build.0 = DLL Release|x64
|
{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.ActiveCfg = Debug|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.Build.0 = Debug|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.ActiveCfg = Debug|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.Build.0 = Debug|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.Build.0 = Debug|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.ActiveCfg = Release|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.Build.0 = Release|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.Build.0 = Release|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.ActiveCfg = Release|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.ActiveCfg = Release|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.Build.0 = Release|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.Build.0 = Release|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.Build.0 = DLL Release|x64
|
{A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.ActiveCfg = Debug|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.Build.0 = Debug|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.ActiveCfg = Debug|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.Build.0 = Debug|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.Build.0 = Debug|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.ActiveCfg = Release|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.Build.0 = Release|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.Build.0 = Release|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.ActiveCfg = Release|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.ActiveCfg = Release|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.Build.0 = Release|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.Build.0 = Release|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.Build.0 = DLL Release|x64
|
{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.ActiveCfg = Debug|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.Build.0 = Debug|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.ActiveCfg = Debug|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.Build.0 = Debug|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.Build.0 = Debug|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.ActiveCfg = Release|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.Build.0 = Release|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.Build.0 = Release|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.ActiveCfg = Release|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.ActiveCfg = Release|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.Build.0 = Release|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.Build.0 = Release|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.Build.0 = DLL Release|x64
|
{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.ActiveCfg = Debug|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.Build.0 = Debug|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.ActiveCfg = Debug|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.Build.0 = Debug|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.Build.0 = Debug|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.ActiveCfg = Release|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.Build.0 = Release|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.Build.0 = Release|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.ActiveCfg = Release|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.ActiveCfg = Release|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.Build.0 = Release|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.Build.0 = Release|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.Build.0 = DLL Release|x64
|
{7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.ActiveCfg = Debug|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.Build.0 = Debug|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.ActiveCfg = Debug|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.Build.0 = Debug|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.Build.0 = Debug|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.ActiveCfg = Release|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.Build.0 = Release|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.Build.0 = Release|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.ActiveCfg = Release|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.ActiveCfg = Release|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.Build.0 = Release|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.Build.0 = Release|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.Build.0 = DLL Release|x64
|
{23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.ActiveCfg = Debug|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.Build.0 = Debug|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.ActiveCfg = Debug|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.Build.0 = Debug|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.Build.0 = Debug|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.ActiveCfg = Release|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.Build.0 = Release|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.Build.0 = Release|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.ActiveCfg = Release|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.ActiveCfg = Release|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.Build.0 = Release|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.Build.0 = Release|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.ActiveCfg = DLL Debug|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.Build.0 = DLL Debug|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.ActiveCfg = DLL Release|x64
|
||||||
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.Build.0 = DLL Release|x64
|
{DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.Build.0 = DLL Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,309 +1,309 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="bombs"
|
Name="bombs"
|
||||||
ProjectGUID="{6C7B628D-EE70-5203-B7F5-13D27BB97A01}">
|
ProjectGUID="{6C7B628D-EE70-5203-B7F5-13D27BB97A01}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="vc_mswud"
|
OutputDirectory="vc_mswud"
|
||||||
IntermediateDirectory="vc_mswud\bombs"
|
IntermediateDirectory="vc_mswud\bombs"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\bombs\"
|
ObjectFile="vc_mswud\bombs\"
|
||||||
ProgramDataBaseFileName="vc_mswud\bombs.pdb"
|
ProgramDataBaseFileName="vc_mswud\bombs.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswud\bombs.exe"
|
OutputFile="vc_mswud\bombs.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswud\bombs.pdb"
|
ProgramDatabaseFile="vc_mswud\bombs.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="vc_mswu"
|
OutputDirectory="vc_mswu"
|
||||||
IntermediateDirectory="vc_mswu\bombs"
|
IntermediateDirectory="vc_mswu\bombs"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\bombs\"
|
ObjectFile="vc_mswu\bombs\"
|
||||||
ProgramDataBaseFileName="vc_mswu\bombs.pdb"
|
ProgramDataBaseFileName="vc_mswu\bombs.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswu\bombs.exe"
|
OutputFile="vc_mswu\bombs.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswu\bombs.pdb"
|
ProgramDatabaseFile="vc_mswu\bombs.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="vc_mswuddll"
|
OutputDirectory="vc_mswuddll"
|
||||||
IntermediateDirectory="vc_mswuddll\bombs"
|
IntermediateDirectory="vc_mswuddll\bombs"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\bombs\"
|
ObjectFile="vc_mswuddll\bombs\"
|
||||||
ProgramDataBaseFileName="vc_mswuddll\bombs.pdb"
|
ProgramDataBaseFileName="vc_mswuddll\bombs.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswuddll\bombs.exe"
|
OutputFile="vc_mswuddll\bombs.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswuddll\bombs.pdb"
|
ProgramDatabaseFile="vc_mswuddll\bombs.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="vc_mswudll"
|
OutputDirectory="vc_mswudll"
|
||||||
IntermediateDirectory="vc_mswudll\bombs"
|
IntermediateDirectory="vc_mswudll\bombs"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\bombs\"
|
ObjectFile="vc_mswudll\bombs\"
|
||||||
ProgramDataBaseFileName="vc_mswudll\bombs.pdb"
|
ProgramDataBaseFileName="vc_mswudll\bombs.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswudll\bombs.exe"
|
OutputFile="vc_mswudll\bombs.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswudll\bombs.pdb"
|
ProgramDatabaseFile="vc_mswudll\bombs.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\bombs.cpp">
|
RelativePath=".\bombs.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\bombs1.cpp">
|
RelativePath=".\bombs1.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\game.cpp">
|
RelativePath=".\game.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\bombs.rc">
|
RelativePath=".\bombs.rc">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,247 +1,247 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
!include ../../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = bcc
|
COMPILER_PREFIX = bcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
BOMBS_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
BOMBS_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
||||||
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
||||||
BOMBS_OBJECTS = \
|
BOMBS_OBJECTS = \
|
||||||
$(OBJS)\bombs_bombs.obj \
|
$(OBJS)\bombs_bombs.obj \
|
||||||
$(OBJS)\bombs_bombs1.obj \
|
$(OBJS)\bombs_bombs1.obj \
|
||||||
$(OBJS)\bombs_game.obj
|
$(OBJS)\bombs_game.obj
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
__OPTIMIZEFLAG_2 = -Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_5 =
|
__THREADSFLAG_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_5 = mt
|
__THREADSFLAG_5 = mt
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_6 =
|
__THREADSFLAG_6 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_6 = -tWM
|
__THREADSFLAG_6 = -tWM
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
__RUNTIME_LIBS_7 = -tWR
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_7 =
|
__RUNTIME_LIBS_7 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_8 = i
|
__RUNTIME_LIBS_8 = i
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_8 =
|
__RUNTIME_LIBS_8 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
__DLLFLAG_p_1 = -dWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\bombs.exe
|
all: $(OBJS)\bombs.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
||||||
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
||||||
-if exist $(OBJS)\bombs.tds del $(OBJS)\bombs.tds
|
-if exist $(OBJS)\bombs.tds del $(OBJS)\bombs.tds
|
||||||
-if exist $(OBJS)\bombs.ilc del $(OBJS)\bombs.ilc
|
-if exist $(OBJS)\bombs.ilc del $(OBJS)\bombs.ilc
|
||||||
-if exist $(OBJS)\bombs.ild del $(OBJS)\bombs.ild
|
-if exist $(OBJS)\bombs.ild del $(OBJS)\bombs.ild
|
||||||
-if exist $(OBJS)\bombs.ilf del $(OBJS)\bombs.ilf
|
-if exist $(OBJS)\bombs.ilf del $(OBJS)\bombs.ilf
|
||||||
-if exist $(OBJS)\bombs.ils del $(OBJS)\bombs.ils
|
-if exist $(OBJS)\bombs.ils del $(OBJS)\bombs.ils
|
||||||
|
|
||||||
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
|
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
|
||||||
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
||||||
c0w32.obj $(BOMBS_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\bombs_bombs.res
|
c0w32.obj $(BOMBS_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\bombs_bombs.res
|
||||||
|
|
|
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs.obj: .\bombs.cpp
|
$(OBJS)\bombs_bombs.obj: .\bombs.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\bombs.cpp
|
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\bombs.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
|
$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\bombs1.cpp
|
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\bombs1.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_game.obj: .\game.cpp
|
$(OBJS)\bombs_game.obj: .\game.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\game.cpp
|
$(CXX) -q -c -P -o$@ $(BOMBS_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs.res: .\bombs.rc
|
$(OBJS)\bombs_bombs.res: .\bombs.rc
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\bombs.rc
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\bombs.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,243 +1,243 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
include ../../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = gcc
|
COMPILER_PREFIX = gcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
BOMBS_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
BOMBS_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
||||||
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
||||||
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
BOMBS_OBJECTS = \
|
BOMBS_OBJECTS = \
|
||||||
$(OBJS)\bombs_bombs.o \
|
$(OBJS)\bombs_bombs.o \
|
||||||
$(OBJS)\bombs_bombs1.o \
|
$(OBJS)\bombs_bombs1.o \
|
||||||
$(OBJS)\bombs_game.o \
|
$(OBJS)\bombs_game.o \
|
||||||
$(OBJS)\bombs_bombs_rc.o
|
$(OBJS)\bombs_bombs_rc.o
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
ifeq ($(GCC_VERSION),2.95)
|
||||||
GCCFLAGS = -fvtable-thunks
|
GCCFLAGS = -fvtable-thunks
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),0)
|
ifeq ($(USE_GUI),0)
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OFFICIAL_BUILD),1)
|
ifeq ($(OFFICIAL_BUILD),1)
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),0)
|
ifeq ($(SHARED),0)
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
__OPTIMIZEFLAG_2 = -O0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
__RTTIFLAG_5 = -fno-rtti
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),1)
|
ifeq ($(USE_RTTI),1)
|
||||||
__RTTIFLAG_5 =
|
__RTTIFLAG_5 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
ifeq ($(USE_EXCEPTIONS),1)
|
||||||
__EXCEPTIONSFLAG_6 =
|
__EXCEPTIONSFLAG_6 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
__DLLFLAG_p_1 = --define WXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
ifeq ($(USE_STC),1)
|
ifeq ($(USE_STC),1)
|
||||||
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_LIB_p = -lcairo
|
__CAIRO_LIB_p = -lcairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),0)
|
ifeq ($(DEBUG_INFO),0)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),1)
|
ifeq ($(DEBUG_INFO),1)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREADSFLAG =
|
__THREADSFLAG =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),1)
|
ifeq ($(USE_THREADS),1)
|
||||||
__THREADSFLAG = -mthreads
|
__THREADSFLAG = -mthreads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\bombs.exe
|
all: $(OBJS)\bombs.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
||||||
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
||||||
|
|
||||||
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs_rc.o
|
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs_rc.o
|
||||||
$(CXX) -o $@ $(BOMBS_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
$(CXX) -o $@ $(BOMBS_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs.o: ./bombs.cpp
|
$(OBJS)\bombs_bombs.o: ./bombs.cpp
|
||||||
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs1.o: ./bombs1.cpp
|
$(OBJS)\bombs_bombs1.o: ./bombs1.cpp
|
||||||
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\bombs_game.o: ./game.cpp
|
$(OBJS)\bombs_game.o: ./game.cpp
|
||||||
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(BOMBS_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs_rc.o: ./bombs.rc
|
$(OBJS)\bombs_bombs_rc.o: ./bombs.rc
|
||||||
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include $(OBJS)/*.d
|
-include $(OBJS)/*.d
|
||||||
|
|||||||
@@ -1,370 +1,370 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
!include <../../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = vc
|
COMPILER_PREFIX = vc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
BOMBS_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
BOMBS_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\bombs.pdb $(____DEBUGRUNTIME_3_p) \
|
$(__DEBUGINFO_0) /Fd$(OBJS)\bombs.pdb $(____DEBUGRUNTIME_3_p) \
|
||||||
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
||||||
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
||||||
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CPPFLAGS) $(CXXFLAGS)
|
||||||
BOMBS_OBJECTS = \
|
BOMBS_OBJECTS = \
|
||||||
$(OBJS)\bombs_bombs.obj \
|
$(OBJS)\bombs_bombs.obj \
|
||||||
$(OBJS)\bombs_bombs1.obj \
|
$(OBJS)\bombs_bombs1.obj \
|
||||||
$(OBJS)\bombs_game.obj
|
$(OBJS)\bombs_game.obj
|
||||||
BOMBS_RESOURCES = \
|
BOMBS_RESOURCES = \
|
||||||
$(OBJS)\bombs_bombs.res
|
$(OBJS)\bombs_bombs.res
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_6 = /Od
|
__OPTIMIZEFLAG_6 = /Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_6 = /O2
|
__OPTIMIZEFLAG_6 = /O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_9 = L
|
__THREADSFLAG_9 = L
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_9 = T
|
__THREADSFLAG_9 = T
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_10 = D
|
__RUNTIME_LIBS_10 = D
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTIFLAG_11 =
|
__RTTIFLAG_11 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "1"
|
!if "$(USE_RTTI)" == "1"
|
||||||
__RTTIFLAG_11 = /GR
|
__RTTIFLAG_11 = /GR
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONSFLAG_12 =
|
__EXCEPTIONSFLAG_12 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
!if "$(USE_EXCEPTIONS)" == "1"
|
||||||
__EXCEPTIONSFLAG_12 = /EHsc
|
__EXCEPTIONSFLAG_12 = /EHsc
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
__UNICODE_DEFINE_p = /D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
__DLLFLAG_p = /DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
__DLLFLAG_p_1 = /d WXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\bombs.exe
|
all: $(OBJS)\bombs.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
||||||
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
-if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
|
||||||
-if exist $(OBJS)\bombs.ilk del $(OBJS)\bombs.ilk
|
-if exist $(OBJS)\bombs.ilk del $(OBJS)\bombs.ilk
|
||||||
-if exist $(OBJS)\bombs.pdb del $(OBJS)\bombs.pdb
|
-if exist $(OBJS)\bombs.pdb del $(OBJS)\bombs.pdb
|
||||||
|
|
||||||
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
|
$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
|
||||||
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\bombs.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\bombs.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
||||||
$(BOMBS_OBJECTS) $(BOMBS_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
$(BOMBS_OBJECTS) $(BOMBS_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
||||||
<<
|
<<
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs.obj: .\bombs.cpp
|
$(OBJS)\bombs_bombs.obj: .\bombs.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\bombs.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\bombs.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
|
$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\bombs1.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\bombs1.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_game.obj: .\game.cpp
|
$(OBJS)\bombs_game.obj: .\game.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\game.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\bombs_bombs.res: .\bombs.rc
|
$(OBJS)\bombs_bombs.res: .\bombs.rc
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\bombs.rc
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\bombs.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,324 +1,324 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="forty"
|
Name="forty"
|
||||||
ProjectGUID="{12A34BA7-C6C0-52A2-BBBB-95DEFD17EB31}">
|
ProjectGUID="{12A34BA7-C6C0-52A2-BBBB-95DEFD17EB31}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="vc_mswud"
|
OutputDirectory="vc_mswud"
|
||||||
IntermediateDirectory="vc_mswud\forty"
|
IntermediateDirectory="vc_mswud\forty"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\forty\"
|
ObjectFile="vc_mswud\forty\"
|
||||||
ProgramDataBaseFileName="vc_mswud\forty.pdb"
|
ProgramDataBaseFileName="vc_mswud\forty.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_adv.lib wxbase31ud_xml.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_adv.lib wxbase31ud_xml.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswud\forty.exe"
|
OutputFile="vc_mswud\forty.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswud\forty.pdb"
|
ProgramDatabaseFile="vc_mswud\forty.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="vc_mswu"
|
OutputDirectory="vc_mswu"
|
||||||
IntermediateDirectory="vc_mswu\forty"
|
IntermediateDirectory="vc_mswu\forty"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\forty\"
|
ObjectFile="vc_mswu\forty\"
|
||||||
ProgramDataBaseFileName="vc_mswu\forty.pdb"
|
ProgramDataBaseFileName="vc_mswu\forty.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_adv.lib wxbase31u_xml.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_adv.lib wxbase31u_xml.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswu\forty.exe"
|
OutputFile="vc_mswu\forty.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswu\forty.pdb"
|
ProgramDatabaseFile="vc_mswu\forty.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="vc_mswuddll"
|
OutputDirectory="vc_mswuddll"
|
||||||
IntermediateDirectory="vc_mswuddll\forty"
|
IntermediateDirectory="vc_mswuddll\forty"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\forty\"
|
ObjectFile="vc_mswuddll\forty\"
|
||||||
ProgramDataBaseFileName="vc_mswuddll\forty.pdb"
|
ProgramDataBaseFileName="vc_mswuddll\forty.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_adv.lib wxbase31ud_xml.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_adv.lib wxbase31ud_xml.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswuddll\forty.exe"
|
OutputFile="vc_mswuddll\forty.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswuddll\forty.pdb"
|
ProgramDatabaseFile="vc_mswuddll\forty.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="vc_mswudll"
|
OutputDirectory="vc_mswudll"
|
||||||
IntermediateDirectory="vc_mswudll\forty"
|
IntermediateDirectory="vc_mswudll\forty"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\forty\"
|
ObjectFile="vc_mswudll\forty\"
|
||||||
ProgramDataBaseFileName="vc_mswudll\forty.pdb"
|
ProgramDataBaseFileName="vc_mswudll\forty.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_adv.lib wxbase31u_xml.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_adv.lib wxbase31u_xml.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswudll\forty.exe"
|
OutputFile="vc_mswudll\forty.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswudll\forty.pdb"
|
ProgramDatabaseFile="vc_mswudll\forty.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\canvas.cpp">
|
RelativePath=".\canvas.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\card.cpp">
|
RelativePath=".\card.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\forty.cpp">
|
RelativePath=".\forty.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\game.cpp">
|
RelativePath=".\game.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\pile.cpp">
|
RelativePath=".\pile.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\playerdg.cpp">
|
RelativePath=".\playerdg.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\scoredg.cpp">
|
RelativePath=".\scoredg.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\scorefil.cpp">
|
RelativePath=".\scorefil.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\forty.rc">
|
RelativePath=".\forty.rc">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,283 +1,283 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
!include ../../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = bcc
|
COMPILER_PREFIX = bcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FORTY_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
FORTY_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
||||||
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
||||||
FORTY_OBJECTS = \
|
FORTY_OBJECTS = \
|
||||||
$(OBJS)\forty_forty.obj \
|
$(OBJS)\forty_forty.obj \
|
||||||
$(OBJS)\forty_canvas.obj \
|
$(OBJS)\forty_canvas.obj \
|
||||||
$(OBJS)\forty_card.obj \
|
$(OBJS)\forty_card.obj \
|
||||||
$(OBJS)\forty_game.obj \
|
$(OBJS)\forty_game.obj \
|
||||||
$(OBJS)\forty_pile.obj \
|
$(OBJS)\forty_pile.obj \
|
||||||
$(OBJS)\forty_playerdg.obj \
|
$(OBJS)\forty_playerdg.obj \
|
||||||
$(OBJS)\forty_scoredg.obj \
|
$(OBJS)\forty_scoredg.obj \
|
||||||
$(OBJS)\forty_scorefil.obj
|
$(OBJS)\forty_scorefil.obj
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
__OPTIMIZEFLAG_2 = -Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_5 =
|
__THREADSFLAG_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_5 = mt
|
__THREADSFLAG_5 = mt
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_6 =
|
__THREADSFLAG_6 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_6 = -tWM
|
__THREADSFLAG_6 = -tWM
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
__RUNTIME_LIBS_7 = -tWR
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_7 =
|
__RUNTIME_LIBS_7 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_8 = i
|
__RUNTIME_LIBS_8 = i
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_8 =
|
__RUNTIME_LIBS_8 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
__DLLFLAG_p_1 = -dWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_ADV_p = \
|
__WXLIB_ADV_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_XML_p = \
|
__WXLIB_XML_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\forty.exe data
|
all: $(OBJS)\forty.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
||||||
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
||||||
-if exist $(OBJS)\forty.tds del $(OBJS)\forty.tds
|
-if exist $(OBJS)\forty.tds del $(OBJS)\forty.tds
|
||||||
-if exist $(OBJS)\forty.ilc del $(OBJS)\forty.ilc
|
-if exist $(OBJS)\forty.ilc del $(OBJS)\forty.ilc
|
||||||
-if exist $(OBJS)\forty.ild del $(OBJS)\forty.ild
|
-if exist $(OBJS)\forty.ild del $(OBJS)\forty.ild
|
||||||
-if exist $(OBJS)\forty.ilf del $(OBJS)\forty.ilf
|
-if exist $(OBJS)\forty.ilf del $(OBJS)\forty.ilf
|
||||||
-if exist $(OBJS)\forty.ils del $(OBJS)\forty.ils
|
-if exist $(OBJS)\forty.ils del $(OBJS)\forty.ils
|
||||||
|
|
||||||
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
|
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
|
||||||
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
||||||
c0w32.obj $(FORTY_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\forty_forty.res
|
c0w32.obj $(FORTY_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\forty_forty.res
|
||||||
|
|
|
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (about.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (about.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\forty_forty.obj: .\forty.cpp
|
$(OBJS)\forty_forty.obj: .\forty.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\forty.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\forty.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_canvas.obj: .\canvas.cpp
|
$(OBJS)\forty_canvas.obj: .\canvas.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\canvas.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\canvas.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_card.obj: .\card.cpp
|
$(OBJS)\forty_card.obj: .\card.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\card.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\card.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_game.obj: .\game.cpp
|
$(OBJS)\forty_game.obj: .\game.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\game.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_pile.obj: .\pile.cpp
|
$(OBJS)\forty_pile.obj: .\pile.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\pile.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\pile.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
|
$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\playerdg.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\playerdg.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
|
$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\scoredg.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\scoredg.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
|
$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\scorefil.cpp
|
$(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\scorefil.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_forty.res: .\forty.rc
|
$(OBJS)\forty_forty.res: .\forty.rc
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\forty.rc
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\forty.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,279 +1,279 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
include ../../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = gcc
|
COMPILER_PREFIX = gcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FORTY_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
FORTY_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
||||||
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
||||||
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
FORTY_OBJECTS = \
|
FORTY_OBJECTS = \
|
||||||
$(OBJS)\forty_forty.o \
|
$(OBJS)\forty_forty.o \
|
||||||
$(OBJS)\forty_canvas.o \
|
$(OBJS)\forty_canvas.o \
|
||||||
$(OBJS)\forty_card.o \
|
$(OBJS)\forty_card.o \
|
||||||
$(OBJS)\forty_game.o \
|
$(OBJS)\forty_game.o \
|
||||||
$(OBJS)\forty_pile.o \
|
$(OBJS)\forty_pile.o \
|
||||||
$(OBJS)\forty_playerdg.o \
|
$(OBJS)\forty_playerdg.o \
|
||||||
$(OBJS)\forty_scoredg.o \
|
$(OBJS)\forty_scoredg.o \
|
||||||
$(OBJS)\forty_scorefil.o \
|
$(OBJS)\forty_scorefil.o \
|
||||||
$(OBJS)\forty_forty_rc.o
|
$(OBJS)\forty_forty_rc.o
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
ifeq ($(GCC_VERSION),2.95)
|
||||||
GCCFLAGS = -fvtable-thunks
|
GCCFLAGS = -fvtable-thunks
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),0)
|
ifeq ($(USE_GUI),0)
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OFFICIAL_BUILD),1)
|
ifeq ($(OFFICIAL_BUILD),1)
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),0)
|
ifeq ($(SHARED),0)
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
__OPTIMIZEFLAG_2 = -O0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
__RTTIFLAG_5 = -fno-rtti
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),1)
|
ifeq ($(USE_RTTI),1)
|
||||||
__RTTIFLAG_5 =
|
__RTTIFLAG_5 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
ifeq ($(USE_EXCEPTIONS),1)
|
||||||
__EXCEPTIONSFLAG_6 =
|
__EXCEPTIONSFLAG_6 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
__DLLFLAG_p_1 = --define WXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_ADV_p = \
|
__WXLIB_ADV_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_XML_p = \
|
__WXLIB_XML_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
ifeq ($(USE_STC),1)
|
ifeq ($(USE_STC),1)
|
||||||
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_LIB_p = -lcairo
|
__CAIRO_LIB_p = -lcairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),0)
|
ifeq ($(DEBUG_INFO),0)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),1)
|
ifeq ($(DEBUG_INFO),1)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREADSFLAG =
|
__THREADSFLAG =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),1)
|
ifeq ($(USE_THREADS),1)
|
||||||
__THREADSFLAG = -mthreads
|
__THREADSFLAG = -mthreads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\forty.exe data
|
all: $(OBJS)\forty.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
||||||
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
||||||
|
|
||||||
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty_rc.o
|
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty_rc.o
|
||||||
$(CXX) -o $@ $(FORTY_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
$(CXX) -o $@ $(FORTY_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %%f in (about.htm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
for %%f in (about.htm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\forty_forty.o: ./forty.cpp
|
$(OBJS)\forty_forty.o: ./forty.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_canvas.o: ./canvas.cpp
|
$(OBJS)\forty_canvas.o: ./canvas.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_card.o: ./card.cpp
|
$(OBJS)\forty_card.o: ./card.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_game.o: ./game.cpp
|
$(OBJS)\forty_game.o: ./game.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_pile.o: ./pile.cpp
|
$(OBJS)\forty_pile.o: ./pile.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_playerdg.o: ./playerdg.cpp
|
$(OBJS)\forty_playerdg.o: ./playerdg.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_scoredg.o: ./scoredg.cpp
|
$(OBJS)\forty_scoredg.o: ./scoredg.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_scorefil.o: ./scorefil.cpp
|
$(OBJS)\forty_scorefil.o: ./scorefil.cpp
|
||||||
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FORTY_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\forty_forty_rc.o: ./forty.rc
|
$(OBJS)\forty_forty_rc.o: ./forty.rc
|
||||||
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
||||||
|
|
||||||
.PHONY: all clean data
|
.PHONY: all clean data
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include $(OBJS)/*.d
|
-include $(OBJS)/*.d
|
||||||
|
|||||||
@@ -1,406 +1,406 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
!include <../../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = vc
|
COMPILER_PREFIX = vc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FORTY_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
FORTY_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\forty.pdb $(____DEBUGRUNTIME_3_p) \
|
$(__DEBUGINFO_0) /Fd$(OBJS)\forty.pdb $(____DEBUGRUNTIME_3_p) \
|
||||||
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
||||||
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
||||||
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CPPFLAGS) $(CXXFLAGS)
|
||||||
FORTY_OBJECTS = \
|
FORTY_OBJECTS = \
|
||||||
$(OBJS)\forty_forty.obj \
|
$(OBJS)\forty_forty.obj \
|
||||||
$(OBJS)\forty_canvas.obj \
|
$(OBJS)\forty_canvas.obj \
|
||||||
$(OBJS)\forty_card.obj \
|
$(OBJS)\forty_card.obj \
|
||||||
$(OBJS)\forty_game.obj \
|
$(OBJS)\forty_game.obj \
|
||||||
$(OBJS)\forty_pile.obj \
|
$(OBJS)\forty_pile.obj \
|
||||||
$(OBJS)\forty_playerdg.obj \
|
$(OBJS)\forty_playerdg.obj \
|
||||||
$(OBJS)\forty_scoredg.obj \
|
$(OBJS)\forty_scoredg.obj \
|
||||||
$(OBJS)\forty_scorefil.obj
|
$(OBJS)\forty_scorefil.obj
|
||||||
FORTY_RESOURCES = \
|
FORTY_RESOURCES = \
|
||||||
$(OBJS)\forty_forty.res
|
$(OBJS)\forty_forty.res
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_6 = /Od
|
__OPTIMIZEFLAG_6 = /Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_6 = /O2
|
__OPTIMIZEFLAG_6 = /O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_9 = L
|
__THREADSFLAG_9 = L
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_9 = T
|
__THREADSFLAG_9 = T
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_10 = D
|
__RUNTIME_LIBS_10 = D
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTIFLAG_11 =
|
__RTTIFLAG_11 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "1"
|
!if "$(USE_RTTI)" == "1"
|
||||||
__RTTIFLAG_11 = /GR
|
__RTTIFLAG_11 = /GR
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONSFLAG_12 =
|
__EXCEPTIONSFLAG_12 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
!if "$(USE_EXCEPTIONS)" == "1"
|
||||||
__EXCEPTIONSFLAG_12 = /EHsc
|
__EXCEPTIONSFLAG_12 = /EHsc
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
__UNICODE_DEFINE_p = /D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
__DLLFLAG_p = /DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
__DLLFLAG_p_1 = /d WXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_ADV_p = \
|
__WXLIB_ADV_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_XML_p = \
|
__WXLIB_XML_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\forty.exe data
|
all: $(OBJS)\forty.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
||||||
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
-if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
|
||||||
-if exist $(OBJS)\forty.ilk del $(OBJS)\forty.ilk
|
-if exist $(OBJS)\forty.ilk del $(OBJS)\forty.ilk
|
||||||
-if exist $(OBJS)\forty.pdb del $(OBJS)\forty.pdb
|
-if exist $(OBJS)\forty.pdb del $(OBJS)\forty.pdb
|
||||||
|
|
||||||
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
|
$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
|
||||||
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\forty.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\forty.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
||||||
$(FORTY_OBJECTS) $(FORTY_RESOURCES) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
$(FORTY_OBJECTS) $(FORTY_RESOURCES) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
||||||
<<
|
<<
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (about.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (about.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\forty_forty.obj: .\forty.cpp
|
$(OBJS)\forty_forty.obj: .\forty.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\forty.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\forty.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_canvas.obj: .\canvas.cpp
|
$(OBJS)\forty_canvas.obj: .\canvas.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\canvas.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\canvas.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_card.obj: .\card.cpp
|
$(OBJS)\forty_card.obj: .\card.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\card.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\card.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_game.obj: .\game.cpp
|
$(OBJS)\forty_game.obj: .\game.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\game.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_pile.obj: .\pile.cpp
|
$(OBJS)\forty_pile.obj: .\pile.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\pile.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\pile.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
|
$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\playerdg.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\playerdg.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
|
$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\scoredg.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\scoredg.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
|
$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\scorefil.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\scorefil.cpp
|
||||||
|
|
||||||
$(OBJS)\forty_forty.res: .\forty.rc
|
$(OBJS)\forty_forty.res: .\forty.rc
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\forty.rc
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\forty.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,303 +1,303 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="fractal"
|
Name="fractal"
|
||||||
ProjectGUID="{B0BCDD52-F5ED-57B8-BA0D-87C83D226D99}">
|
ProjectGUID="{B0BCDD52-F5ED-57B8-BA0D-87C83D226D99}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="vc_mswud"
|
OutputDirectory="vc_mswud"
|
||||||
IntermediateDirectory="vc_mswud\fractal"
|
IntermediateDirectory="vc_mswud\fractal"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\fractal\"
|
ObjectFile="vc_mswud\fractal\"
|
||||||
ProgramDataBaseFileName="vc_mswud\fractal.pdb"
|
ProgramDataBaseFileName="vc_mswud\fractal.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswud\fractal.exe"
|
OutputFile="vc_mswud\fractal.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswud\fractal.pdb"
|
ProgramDatabaseFile="vc_mswud\fractal.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="vc_mswu"
|
OutputDirectory="vc_mswu"
|
||||||
IntermediateDirectory="vc_mswu\fractal"
|
IntermediateDirectory="vc_mswu\fractal"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\fractal\"
|
ObjectFile="vc_mswu\fractal\"
|
||||||
ProgramDataBaseFileName="vc_mswu\fractal.pdb"
|
ProgramDataBaseFileName="vc_mswu\fractal.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswu\fractal.exe"
|
OutputFile="vc_mswu\fractal.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswu\fractal.pdb"
|
ProgramDatabaseFile="vc_mswu\fractal.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="vc_mswuddll"
|
OutputDirectory="vc_mswuddll"
|
||||||
IntermediateDirectory="vc_mswuddll\fractal"
|
IntermediateDirectory="vc_mswuddll\fractal"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\fractal\"
|
ObjectFile="vc_mswuddll\fractal\"
|
||||||
ProgramDataBaseFileName="vc_mswuddll\fractal.pdb"
|
ProgramDataBaseFileName="vc_mswuddll\fractal.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswuddll\fractal.exe"
|
OutputFile="vc_mswuddll\fractal.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswuddll\fractal.pdb"
|
ProgramDatabaseFile="vc_mswuddll\fractal.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="vc_mswudll"
|
OutputDirectory="vc_mswudll"
|
||||||
IntermediateDirectory="vc_mswudll\fractal"
|
IntermediateDirectory="vc_mswudll\fractal"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\fractal\"
|
ObjectFile="vc_mswudll\fractal\"
|
||||||
ProgramDataBaseFileName="vc_mswudll\fractal.pdb"
|
ProgramDataBaseFileName="vc_mswudll\fractal.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswudll\fractal.exe"
|
OutputFile="vc_mswudll\fractal.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswudll\fractal.pdb"
|
ProgramDatabaseFile="vc_mswudll\fractal.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\fractal.cpp">
|
RelativePath=".\fractal.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\fractal.rc">
|
RelativePath=".\fractal.rc">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,239 +1,239 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
!include ../../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = bcc
|
COMPILER_PREFIX = bcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FRACTAL_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
FRACTAL_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
||||||
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
||||||
FRACTAL_OBJECTS = \
|
FRACTAL_OBJECTS = \
|
||||||
$(OBJS)\fractal_fractal.obj
|
$(OBJS)\fractal_fractal.obj
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
__OPTIMIZEFLAG_2 = -Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_5 =
|
__THREADSFLAG_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_5 = mt
|
__THREADSFLAG_5 = mt
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_6 =
|
__THREADSFLAG_6 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_6 = -tWM
|
__THREADSFLAG_6 = -tWM
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
__RUNTIME_LIBS_7 = -tWR
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_7 =
|
__RUNTIME_LIBS_7 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_8 = i
|
__RUNTIME_LIBS_8 = i
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_8 =
|
__RUNTIME_LIBS_8 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
__DLLFLAG_p_1 = -dWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\fractal.exe
|
all: $(OBJS)\fractal.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
||||||
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
||||||
-if exist $(OBJS)\fractal.tds del $(OBJS)\fractal.tds
|
-if exist $(OBJS)\fractal.tds del $(OBJS)\fractal.tds
|
||||||
-if exist $(OBJS)\fractal.ilc del $(OBJS)\fractal.ilc
|
-if exist $(OBJS)\fractal.ilc del $(OBJS)\fractal.ilc
|
||||||
-if exist $(OBJS)\fractal.ild del $(OBJS)\fractal.ild
|
-if exist $(OBJS)\fractal.ild del $(OBJS)\fractal.ild
|
||||||
-if exist $(OBJS)\fractal.ilf del $(OBJS)\fractal.ilf
|
-if exist $(OBJS)\fractal.ilf del $(OBJS)\fractal.ilf
|
||||||
-if exist $(OBJS)\fractal.ils del $(OBJS)\fractal.ils
|
-if exist $(OBJS)\fractal.ils del $(OBJS)\fractal.ils
|
||||||
|
|
||||||
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal.res
|
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal.res
|
||||||
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
||||||
c0w32.obj $(FRACTAL_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\fractal_fractal.res
|
c0w32.obj $(FRACTAL_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\fractal_fractal.res
|
||||||
|
|
|
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal.obj: .\fractal.cpp
|
$(OBJS)\fractal_fractal.obj: .\fractal.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(FRACTAL_CXXFLAGS) .\fractal.cpp
|
$(CXX) -q -c -P -o$@ $(FRACTAL_CXXFLAGS) .\fractal.cpp
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal.res: .\fractal.rc
|
$(OBJS)\fractal_fractal.res: .\fractal.rc
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\fractal.rc
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\fractal.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,235 +1,235 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
include ../../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = gcc
|
COMPILER_PREFIX = gcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FRACTAL_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
FRACTAL_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
||||||
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
||||||
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
FRACTAL_OBJECTS = \
|
FRACTAL_OBJECTS = \
|
||||||
$(OBJS)\fractal_fractal.o \
|
$(OBJS)\fractal_fractal.o \
|
||||||
$(OBJS)\fractal_fractal_rc.o
|
$(OBJS)\fractal_fractal_rc.o
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
ifeq ($(GCC_VERSION),2.95)
|
||||||
GCCFLAGS = -fvtable-thunks
|
GCCFLAGS = -fvtable-thunks
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),0)
|
ifeq ($(USE_GUI),0)
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OFFICIAL_BUILD),1)
|
ifeq ($(OFFICIAL_BUILD),1)
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),0)
|
ifeq ($(SHARED),0)
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
__OPTIMIZEFLAG_2 = -O0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
__RTTIFLAG_5 = -fno-rtti
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),1)
|
ifeq ($(USE_RTTI),1)
|
||||||
__RTTIFLAG_5 =
|
__RTTIFLAG_5 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
ifeq ($(USE_EXCEPTIONS),1)
|
||||||
__EXCEPTIONSFLAG_6 =
|
__EXCEPTIONSFLAG_6 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
__DLLFLAG_p_1 = --define WXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
ifeq ($(USE_STC),1)
|
ifeq ($(USE_STC),1)
|
||||||
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_LIB_p = -lcairo
|
__CAIRO_LIB_p = -lcairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),0)
|
ifeq ($(DEBUG_INFO),0)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),1)
|
ifeq ($(DEBUG_INFO),1)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREADSFLAG =
|
__THREADSFLAG =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),1)
|
ifeq ($(USE_THREADS),1)
|
||||||
__THREADSFLAG = -mthreads
|
__THREADSFLAG = -mthreads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\fractal.exe
|
all: $(OBJS)\fractal.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
||||||
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
||||||
|
|
||||||
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal_rc.o
|
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal_rc.o
|
||||||
$(CXX) -o $@ $(FRACTAL_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
$(CXX) -o $@ $(FRACTAL_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal.o: ./fractal.cpp
|
$(OBJS)\fractal_fractal.o: ./fractal.cpp
|
||||||
$(CXX) -c -o $@ $(FRACTAL_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(FRACTAL_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal_rc.o: ./fractal.rc
|
$(OBJS)\fractal_fractal_rc.o: ./fractal.rc
|
||||||
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include $(OBJS)/*.d
|
-include $(OBJS)/*.d
|
||||||
|
|||||||
@@ -1,362 +1,362 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
!include <../../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = vc
|
COMPILER_PREFIX = vc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
FRACTAL_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
FRACTAL_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\fractal.pdb $(____DEBUGRUNTIME_3_p) \
|
$(__DEBUGINFO_0) /Fd$(OBJS)\fractal.pdb $(____DEBUGRUNTIME_3_p) \
|
||||||
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
||||||
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
||||||
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CPPFLAGS) $(CXXFLAGS)
|
||||||
FRACTAL_OBJECTS = \
|
FRACTAL_OBJECTS = \
|
||||||
$(OBJS)\fractal_fractal.obj
|
$(OBJS)\fractal_fractal.obj
|
||||||
FRACTAL_RESOURCES = \
|
FRACTAL_RESOURCES = \
|
||||||
$(OBJS)\fractal_fractal.res
|
$(OBJS)\fractal_fractal.res
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_6 = /Od
|
__OPTIMIZEFLAG_6 = /Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_6 = /O2
|
__OPTIMIZEFLAG_6 = /O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_9 = L
|
__THREADSFLAG_9 = L
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_9 = T
|
__THREADSFLAG_9 = T
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_10 = D
|
__RUNTIME_LIBS_10 = D
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTIFLAG_11 =
|
__RTTIFLAG_11 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "1"
|
!if "$(USE_RTTI)" == "1"
|
||||||
__RTTIFLAG_11 = /GR
|
__RTTIFLAG_11 = /GR
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONSFLAG_12 =
|
__EXCEPTIONSFLAG_12 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
!if "$(USE_EXCEPTIONS)" == "1"
|
||||||
__EXCEPTIONSFLAG_12 = /EHsc
|
__EXCEPTIONSFLAG_12 = /EHsc
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
__UNICODE_DEFINE_p = /D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
__DLLFLAG_p = /DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
__DLLFLAG_p_1 = /d WXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\fractal.exe
|
all: $(OBJS)\fractal.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
||||||
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
-if exist $(OBJS)\fractal.exe del $(OBJS)\fractal.exe
|
||||||
-if exist $(OBJS)\fractal.ilk del $(OBJS)\fractal.ilk
|
-if exist $(OBJS)\fractal.ilk del $(OBJS)\fractal.ilk
|
||||||
-if exist $(OBJS)\fractal.pdb del $(OBJS)\fractal.pdb
|
-if exist $(OBJS)\fractal.pdb del $(OBJS)\fractal.pdb
|
||||||
|
|
||||||
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal.res
|
$(OBJS)\fractal.exe: $(FRACTAL_OBJECTS) $(OBJS)\fractal_fractal.res
|
||||||
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\fractal.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\fractal.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
||||||
$(FRACTAL_OBJECTS) $(FRACTAL_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
$(FRACTAL_OBJECTS) $(FRACTAL_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
||||||
<<
|
<<
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal.obj: .\fractal.cpp
|
$(OBJS)\fractal_fractal.obj: .\fractal.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(FRACTAL_CXXFLAGS) .\fractal.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(FRACTAL_CXXFLAGS) .\fractal.cpp
|
||||||
|
|
||||||
$(OBJS)\fractal_fractal.res: .\fractal.rc
|
$(OBJS)\fractal_fractal.res: .\fractal.rc
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\fractal.rc
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\fractal.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,312 +1,312 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="life"
|
Name="life"
|
||||||
ProjectGUID="{B2292237-FCCF-583C-A076-4D4A66A20EF3}">
|
ProjectGUID="{B2292237-FCCF-583C-A076-4D4A66A20EF3}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="vc_mswud"
|
OutputDirectory="vc_mswud"
|
||||||
IntermediateDirectory="vc_mswud\life"
|
IntermediateDirectory="vc_mswud\life"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\life\"
|
ObjectFile="vc_mswud\life\"
|
||||||
ProgramDataBaseFileName="vc_mswud\life.pdb"
|
ProgramDataBaseFileName="vc_mswud\life.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswud\life.exe"
|
OutputFile="vc_mswud\life.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswud\life.pdb"
|
ProgramDatabaseFile="vc_mswud\life.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="vc_mswu"
|
OutputDirectory="vc_mswu"
|
||||||
IntermediateDirectory="vc_mswu\life"
|
IntermediateDirectory="vc_mswu\life"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\life\"
|
ObjectFile="vc_mswu\life\"
|
||||||
ProgramDataBaseFileName="vc_mswu\life.pdb"
|
ProgramDataBaseFileName="vc_mswu\life.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswu\life.exe"
|
OutputFile="vc_mswu\life.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswu\life.pdb"
|
ProgramDatabaseFile="vc_mswu\life.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="vc_mswuddll"
|
OutputDirectory="vc_mswuddll"
|
||||||
IntermediateDirectory="vc_mswuddll\life"
|
IntermediateDirectory="vc_mswuddll\life"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\life\"
|
ObjectFile="vc_mswuddll\life\"
|
||||||
ProgramDataBaseFileName="vc_mswuddll\life.pdb"
|
ProgramDataBaseFileName="vc_mswuddll\life.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswuddll\life.exe"
|
OutputFile="vc_mswuddll\life.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswuddll\life.pdb"
|
ProgramDatabaseFile="vc_mswuddll\life.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="vc_mswudll"
|
OutputDirectory="vc_mswudll"
|
||||||
IntermediateDirectory="vc_mswudll\life"
|
IntermediateDirectory="vc_mswudll\life"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\life\"
|
ObjectFile="vc_mswudll\life\"
|
||||||
ProgramDataBaseFileName="vc_mswudll\life.pdb"
|
ProgramDataBaseFileName="vc_mswudll\life.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswudll\life.exe"
|
OutputFile="vc_mswudll\life.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswudll\life.pdb"
|
ProgramDatabaseFile="vc_mswudll\life.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\dialogs.cpp">
|
RelativePath=".\dialogs.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\game.cpp">
|
RelativePath=".\game.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\life.cpp">
|
RelativePath=".\life.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\reader.cpp">
|
RelativePath=".\reader.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\life.rc">
|
RelativePath=".\life.rc">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,255 +1,255 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
!include ../../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = bcc
|
COMPILER_PREFIX = bcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
LIFE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
LIFE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
||||||
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
||||||
LIFE_OBJECTS = \
|
LIFE_OBJECTS = \
|
||||||
$(OBJS)\life_life.obj \
|
$(OBJS)\life_life.obj \
|
||||||
$(OBJS)\life_dialogs.obj \
|
$(OBJS)\life_dialogs.obj \
|
||||||
$(OBJS)\life_game.obj \
|
$(OBJS)\life_game.obj \
|
||||||
$(OBJS)\life_reader.obj
|
$(OBJS)\life_reader.obj
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
__OPTIMIZEFLAG_2 = -Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_5 =
|
__THREADSFLAG_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_5 = mt
|
__THREADSFLAG_5 = mt
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_6 =
|
__THREADSFLAG_6 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_6 = -tWM
|
__THREADSFLAG_6 = -tWM
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
__RUNTIME_LIBS_7 = -tWR
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_7 =
|
__RUNTIME_LIBS_7 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_8 = i
|
__RUNTIME_LIBS_8 = i
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_8 =
|
__RUNTIME_LIBS_8 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
__DLLFLAG_p_1 = -dWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\life.exe data
|
all: $(OBJS)\life.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
||||||
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
||||||
-if exist $(OBJS)\life.tds del $(OBJS)\life.tds
|
-if exist $(OBJS)\life.tds del $(OBJS)\life.tds
|
||||||
-if exist $(OBJS)\life.ilc del $(OBJS)\life.ilc
|
-if exist $(OBJS)\life.ilc del $(OBJS)\life.ilc
|
||||||
-if exist $(OBJS)\life.ild del $(OBJS)\life.ild
|
-if exist $(OBJS)\life.ild del $(OBJS)\life.ild
|
||||||
-if exist $(OBJS)\life.ilf del $(OBJS)\life.ilf
|
-if exist $(OBJS)\life.ilf del $(OBJS)\life.ilf
|
||||||
-if exist $(OBJS)\life.ils del $(OBJS)\life.ils
|
-if exist $(OBJS)\life.ils del $(OBJS)\life.ils
|
||||||
|
|
||||||
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
|
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
|
||||||
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
||||||
c0w32.obj $(LIFE_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\life_life.res
|
c0w32.obj $(LIFE_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\life_life.res
|
||||||
|
|
|
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\life_life.obj: .\life.cpp
|
$(OBJS)\life_life.obj: .\life.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\life.cpp
|
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\life.cpp
|
||||||
|
|
||||||
$(OBJS)\life_dialogs.obj: .\dialogs.cpp
|
$(OBJS)\life_dialogs.obj: .\dialogs.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\dialogs.cpp
|
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\dialogs.cpp
|
||||||
|
|
||||||
$(OBJS)\life_game.obj: .\game.cpp
|
$(OBJS)\life_game.obj: .\game.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\game.cpp
|
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\life_reader.obj: .\reader.cpp
|
$(OBJS)\life_reader.obj: .\reader.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\reader.cpp
|
$(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) .\reader.cpp
|
||||||
|
|
||||||
$(OBJS)\life_life.res: .\life.rc
|
$(OBJS)\life_life.res: .\life.rc
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\life.rc
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\life.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,251 +1,251 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
include ../../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = gcc
|
COMPILER_PREFIX = gcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
LIFE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
|
LIFE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
|
||||||
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) -W -Wall -I. $(__DLLFLAG_p) \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) -W -Wall -I. $(__DLLFLAG_p) \
|
||||||
-I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
|
-I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
|
||||||
-Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
-Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
LIFE_OBJECTS = \
|
LIFE_OBJECTS = \
|
||||||
$(OBJS)\life_life.o \
|
$(OBJS)\life_life.o \
|
||||||
$(OBJS)\life_dialogs.o \
|
$(OBJS)\life_dialogs.o \
|
||||||
$(OBJS)\life_game.o \
|
$(OBJS)\life_game.o \
|
||||||
$(OBJS)\life_reader.o \
|
$(OBJS)\life_reader.o \
|
||||||
$(OBJS)\life_life_rc.o
|
$(OBJS)\life_life_rc.o
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
ifeq ($(GCC_VERSION),2.95)
|
||||||
GCCFLAGS = -fvtable-thunks
|
GCCFLAGS = -fvtable-thunks
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),0)
|
ifeq ($(USE_GUI),0)
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OFFICIAL_BUILD),1)
|
ifeq ($(OFFICIAL_BUILD),1)
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),0)
|
ifeq ($(SHARED),0)
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
__OPTIMIZEFLAG_2 = -O0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
__RTTIFLAG_5 = -fno-rtti
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),1)
|
ifeq ($(USE_RTTI),1)
|
||||||
__RTTIFLAG_5 =
|
__RTTIFLAG_5 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
ifeq ($(USE_EXCEPTIONS),1)
|
||||||
__EXCEPTIONSFLAG_6 =
|
__EXCEPTIONSFLAG_6 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
__DLLFLAG_p_1 = --define WXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
ifeq ($(USE_STC),1)
|
ifeq ($(USE_STC),1)
|
||||||
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_LIB_p = -lcairo
|
__CAIRO_LIB_p = -lcairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),0)
|
ifeq ($(DEBUG_INFO),0)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),1)
|
ifeq ($(DEBUG_INFO),1)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREADSFLAG =
|
__THREADSFLAG =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),1)
|
ifeq ($(USE_THREADS),1)
|
||||||
__THREADSFLAG = -mthreads
|
__THREADSFLAG = -mthreads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\life.exe data
|
all: $(OBJS)\life.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
||||||
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
||||||
|
|
||||||
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life_rc.o
|
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life_rc.o
|
||||||
$(CXX) -o $@ $(LIFE_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
$(CXX) -o $@ $(LIFE_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %%f in (breeder.lif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
for %%f in (breeder.lif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\life_life.o: ./life.cpp
|
$(OBJS)\life_life.o: ./life.cpp
|
||||||
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\life_dialogs.o: ./dialogs.cpp
|
$(OBJS)\life_dialogs.o: ./dialogs.cpp
|
||||||
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\life_game.o: ./game.cpp
|
$(OBJS)\life_game.o: ./game.cpp
|
||||||
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\life_reader.o: ./reader.cpp
|
$(OBJS)\life_reader.o: ./reader.cpp
|
||||||
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\life_life_rc.o: ./life.rc
|
$(OBJS)\life_life_rc.o: ./life.rc
|
||||||
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
||||||
|
|
||||||
.PHONY: all clean data
|
.PHONY: all clean data
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include $(OBJS)/*.d
|
-include $(OBJS)/*.d
|
||||||
|
|||||||
@@ -1,378 +1,378 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
!include <../../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = vc
|
COMPILER_PREFIX = vc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
LIFE_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
LIFE_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\life.pdb $(____DEBUGRUNTIME_3_p) \
|
$(__DEBUGINFO_0) /Fd$(OBJS)\life.pdb $(____DEBUGRUNTIME_3_p) \
|
||||||
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
||||||
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
||||||
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CPPFLAGS) $(CXXFLAGS)
|
||||||
LIFE_OBJECTS = \
|
LIFE_OBJECTS = \
|
||||||
$(OBJS)\life_life.obj \
|
$(OBJS)\life_life.obj \
|
||||||
$(OBJS)\life_dialogs.obj \
|
$(OBJS)\life_dialogs.obj \
|
||||||
$(OBJS)\life_game.obj \
|
$(OBJS)\life_game.obj \
|
||||||
$(OBJS)\life_reader.obj
|
$(OBJS)\life_reader.obj
|
||||||
LIFE_RESOURCES = \
|
LIFE_RESOURCES = \
|
||||||
$(OBJS)\life_life.res
|
$(OBJS)\life_life.res
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_6 = /Od
|
__OPTIMIZEFLAG_6 = /Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_6 = /O2
|
__OPTIMIZEFLAG_6 = /O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_9 = L
|
__THREADSFLAG_9 = L
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_9 = T
|
__THREADSFLAG_9 = T
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_10 = D
|
__RUNTIME_LIBS_10 = D
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTIFLAG_11 =
|
__RTTIFLAG_11 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "1"
|
!if "$(USE_RTTI)" == "1"
|
||||||
__RTTIFLAG_11 = /GR
|
__RTTIFLAG_11 = /GR
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONSFLAG_12 =
|
__EXCEPTIONSFLAG_12 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
!if "$(USE_EXCEPTIONS)" == "1"
|
||||||
__EXCEPTIONSFLAG_12 = /EHsc
|
__EXCEPTIONSFLAG_12 = /EHsc
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
__UNICODE_DEFINE_p = /D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
__DLLFLAG_p = /DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
__DLLFLAG_p_1 = /d WXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\life.exe data
|
all: $(OBJS)\life.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
||||||
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
-if exist $(OBJS)\life.exe del $(OBJS)\life.exe
|
||||||
-if exist $(OBJS)\life.ilk del $(OBJS)\life.ilk
|
-if exist $(OBJS)\life.ilk del $(OBJS)\life.ilk
|
||||||
-if exist $(OBJS)\life.pdb del $(OBJS)\life.pdb
|
-if exist $(OBJS)\life.pdb del $(OBJS)\life.pdb
|
||||||
|
|
||||||
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
|
$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
|
||||||
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\life.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\life.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
||||||
$(LIFE_OBJECTS) $(LIFE_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
$(LIFE_OBJECTS) $(LIFE_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
||||||
<<
|
<<
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\life_life.obj: .\life.cpp
|
$(OBJS)\life_life.obj: .\life.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\life.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\life.cpp
|
||||||
|
|
||||||
$(OBJS)\life_dialogs.obj: .\dialogs.cpp
|
$(OBJS)\life_dialogs.obj: .\dialogs.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\dialogs.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\dialogs.cpp
|
||||||
|
|
||||||
$(OBJS)\life_game.obj: .\game.cpp
|
$(OBJS)\life_game.obj: .\game.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\game.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\game.cpp
|
||||||
|
|
||||||
$(OBJS)\life_reader.obj: .\reader.cpp
|
$(OBJS)\life_reader.obj: .\reader.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\reader.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) .\reader.cpp
|
||||||
|
|
||||||
$(OBJS)\life_life.res: .\life.rc
|
$(OBJS)\life_life.res: .\life.rc
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\life.rc
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\life.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,104 +1,104 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../build/msw/config.bcc
|
!include ../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
||||||
-DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
|
-DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
|
||||||
-DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" \
|
-DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" \
|
||||||
-DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" -DBUILD="$(BUILD)" \
|
-DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" -DBUILD="$(BUILD)" \
|
||||||
-DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
|
-DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
|
||||||
-DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
|
-DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
|
||||||
-DUSE_HTML="$(USE_HTML)" -DUSE_WEBVIEW="$(USE_WEBVIEW)" \
|
-DUSE_HTML="$(USE_HTML)" -DUSE_WEBVIEW="$(USE_WEBVIEW)" \
|
||||||
-DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" \
|
-DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" \
|
||||||
-DUSE_RIBBON="$(USE_RIBBON)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
|
-DUSE_RIBBON="$(USE_RIBBON)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
|
||||||
-DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
|
-DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
|
||||||
-DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
|
-DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
|
||||||
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
|
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
|
||||||
-DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
|
-DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
|
||||||
-DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
|
-DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
|
||||||
-DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
|
-DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
|
||||||
-DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
|
-DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
|
||||||
-DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
|
-DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: bombs forty fractal life poem
|
all: bombs forty fractal life poem
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.obj del .\*.obj
|
-if exist .\*.obj del .\*.obj
|
||||||
-if exist .\*.res del .\*.res
|
-if exist .\*.res del .\*.res
|
||||||
-if exist .\*.csm del .\*.csm
|
-if exist .\*.csm del .\*.csm
|
||||||
@echo cd bombs >bombs.bat
|
@echo cd bombs >bombs.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
|
||||||
call bombs.bat
|
call bombs.bat
|
||||||
@del bombs.bat
|
@del bombs.bat
|
||||||
@echo cd forty >forty.bat
|
@echo cd forty >forty.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
|
||||||
call forty.bat
|
call forty.bat
|
||||||
@del forty.bat
|
@del forty.bat
|
||||||
@echo cd fractal >fractal.bat
|
@echo cd fractal >fractal.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
|
||||||
call fractal.bat
|
call fractal.bat
|
||||||
@del fractal.bat
|
@del fractal.bat
|
||||||
@echo cd life >life.bat
|
@echo cd life >life.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
|
||||||
call life.bat
|
call life.bat
|
||||||
@del life.bat
|
@del life.bat
|
||||||
@echo cd poem >poem.bat
|
@echo cd poem >poem.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
|
||||||
call poem.bat
|
call poem.bat
|
||||||
@del poem.bat
|
@del poem.bat
|
||||||
|
|
||||||
bombs:
|
bombs:
|
||||||
@echo cd bombs >bombs.bat
|
@echo cd bombs >bombs.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
|
||||||
call bombs.bat
|
call bombs.bat
|
||||||
@del bombs.bat
|
@del bombs.bat
|
||||||
|
|
||||||
forty:
|
forty:
|
||||||
@echo cd forty >forty.bat
|
@echo cd forty >forty.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
|
||||||
call forty.bat
|
call forty.bat
|
||||||
@del forty.bat
|
@del forty.bat
|
||||||
|
|
||||||
fractal:
|
fractal:
|
||||||
@echo cd fractal >fractal.bat
|
@echo cd fractal >fractal.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
|
||||||
call fractal.bat
|
call fractal.bat
|
||||||
@del fractal.bat
|
@del fractal.bat
|
||||||
|
|
||||||
life:
|
life:
|
||||||
@echo cd life >life.bat
|
@echo cd life >life.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
|
||||||
call life.bat
|
call life.bat
|
||||||
@del life.bat
|
@del life.bat
|
||||||
|
|
||||||
poem:
|
poem:
|
||||||
@echo cd poem >poem.bat
|
@echo cd poem >poem.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
|
||||||
call poem.bat
|
call poem.bat
|
||||||
@del poem.bat
|
@del poem.bat
|
||||||
|
|
||||||
|
|||||||
@@ -1,73 +1,73 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../build/msw/config.gcc
|
include ../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
||||||
LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
|
LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
|
||||||
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
|
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
|
||||||
LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
||||||
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" \
|
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" \
|
||||||
UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
|
UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
|
||||||
DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" \
|
DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" \
|
||||||
USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" \
|
USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" \
|
||||||
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
||||||
USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" \
|
USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" \
|
||||||
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
|
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
|
||||||
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
||||||
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
||||||
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
||||||
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
||||||
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
||||||
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
||||||
RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)" \
|
RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)" \
|
||||||
WINDRES="$(WINDRES)"
|
WINDRES="$(WINDRES)"
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: bombs forty fractal life poem
|
all: bombs forty fractal life poem
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.o del .\*.o
|
-if exist .\*.o del .\*.o
|
||||||
-if exist .\*.d del .\*.d
|
-if exist .\*.d del .\*.d
|
||||||
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) clean
|
||||||
|
|
||||||
bombs:
|
bombs:
|
||||||
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
forty:
|
forty:
|
||||||
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
fractal:
|
fractal:
|
||||||
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
life:
|
life:
|
||||||
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
poem:
|
poem:
|
||||||
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
.PHONY: all clean bombs forty fractal life poem
|
.PHONY: all clean bombs forty fractal life poem
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include ./*.d
|
-include ./*.d
|
||||||
|
|||||||
@@ -1,85 +1,85 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../build/msw/config.vc>
|
!include <../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||||
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
||||||
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" \
|
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" \
|
||||||
UNICODE="$(UNICODE)" BUILD="$(BUILD)" TARGET_CPU="$(TARGET_CPU)" \
|
UNICODE="$(UNICODE)" BUILD="$(BUILD)" TARGET_CPU="$(TARGET_CPU)" \
|
||||||
DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
|
DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
|
||||||
DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
|
DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
|
||||||
USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" \
|
USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" \
|
||||||
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
||||||
USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" \
|
USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" \
|
||||||
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
|
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
|
||||||
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
||||||
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
||||||
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
||||||
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
||||||
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
||||||
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
||||||
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: sub_bombs sub_forty sub_fractal sub_life sub_poem
|
all: sub_bombs sub_forty sub_fractal sub_life sub_poem
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.obj del .\*.obj
|
-if exist .\*.obj del .\*.obj
|
||||||
-if exist .\*.res del .\*.res
|
-if exist .\*.res del .\*.res
|
||||||
-if exist .\*.pch del .\*.pch
|
-if exist .\*.pch del .\*.pch
|
||||||
cd bombs
|
cd bombs
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
cd forty
|
cd forty
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
cd fractal
|
cd fractal
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
cd life
|
cd life
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
cd poem
|
cd poem
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_bombs:
|
sub_bombs:
|
||||||
cd bombs
|
cd bombs
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_forty:
|
sub_forty:
|
||||||
cd forty
|
cd forty
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_fractal:
|
sub_fractal:
|
||||||
cd fractal
|
cd fractal
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_life:
|
sub_life:
|
||||||
cd life
|
cd life
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_poem:
|
sub_poem:
|
||||||
cd poem
|
cd poem
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
|
|||||||
@@ -1,247 +1,247 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
.autodepend
|
.autodepend
|
||||||
|
|
||||||
!ifndef BCCDIR
|
!ifndef BCCDIR
|
||||||
!ifndef MAKEDIR
|
!ifndef MAKEDIR
|
||||||
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
||||||
!endif
|
!endif
|
||||||
BCCDIR = $(MAKEDIR)\..
|
BCCDIR = $(MAKEDIR)\..
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!include ../../build/msw/config.bcc
|
!include ../../build/msw/config.bcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = bcc
|
COMPILER_PREFIX = bcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
WXPOEM_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
WXPOEM_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
|
||||||
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
$(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
|
||||||
WXPOEM_OBJECTS = \
|
WXPOEM_OBJECTS = \
|
||||||
$(OBJS)\wxpoem_wxpoem.obj
|
$(OBJS)\wxpoem_wxpoem.obj
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_2 = -Od
|
__OPTIMIZEFLAG_2 = -Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_5 =
|
__THREADSFLAG_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_5 = mt
|
__THREADSFLAG_5 = mt
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_6 =
|
__THREADSFLAG_6 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_6 = -tWM
|
__THREADSFLAG_6 = -tWM
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_7 = -tWR
|
__RUNTIME_LIBS_7 = -tWR
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_7 =
|
__RUNTIME_LIBS_7 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_8 = i
|
__RUNTIME_LIBS_8 = i
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_8 =
|
__RUNTIME_LIBS_8 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
__NDEBUG_DEFINE_p_1 = -dNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = -dWXUSINGDLL
|
__DLLFLAG_p_1 = -dWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO = -v-
|
__DEBUGINFO = -v-
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO = -v
|
__DEBUGINFO = -v
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\wxpoem.exe data
|
all: $(OBJS)\wxpoem.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
||||||
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
||||||
-if exist $(OBJS)\wxpoem.tds del $(OBJS)\wxpoem.tds
|
-if exist $(OBJS)\wxpoem.tds del $(OBJS)\wxpoem.tds
|
||||||
-if exist $(OBJS)\wxpoem.ilc del $(OBJS)\wxpoem.ilc
|
-if exist $(OBJS)\wxpoem.ilc del $(OBJS)\wxpoem.ilc
|
||||||
-if exist $(OBJS)\wxpoem.ild del $(OBJS)\wxpoem.ild
|
-if exist $(OBJS)\wxpoem.ild del $(OBJS)\wxpoem.ild
|
||||||
-if exist $(OBJS)\wxpoem.ilf del $(OBJS)\wxpoem.ilf
|
-if exist $(OBJS)\wxpoem.ilf del $(OBJS)\wxpoem.ilf
|
||||||
-if exist $(OBJS)\wxpoem.ils del $(OBJS)\wxpoem.ils
|
-if exist $(OBJS)\wxpoem.ils del $(OBJS)\wxpoem.ils
|
||||||
|
|
||||||
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem.res
|
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem.res
|
||||||
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
|
||||||
c0w32.obj $(WXPOEM_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\wxpoem_wxpoem.res
|
c0w32.obj $(WXPOEM_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\wxpoem_wxpoem.res
|
||||||
|
|
|
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem.obj: .\wxpoem.cpp
|
$(OBJS)\wxpoem_wxpoem.obj: .\wxpoem.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(WXPOEM_CXXFLAGS) .\wxpoem.cpp
|
$(CXX) -q -c -P -o$@ $(WXPOEM_CXXFLAGS) .\wxpoem.cpp
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem.res: .\wxpoem.rc
|
$(OBJS)\wxpoem_wxpoem.res: .\wxpoem.rc
|
||||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\wxpoem.rc
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -i$(BCCDIR)\include\windows\sdk -dNOPCH .\wxpoem.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,243 +1,243 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
include ../../build/msw/config.gcc
|
include ../../build/msw/config.gcc
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = gcc
|
COMPILER_PREFIX = gcc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
WXPOEM_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
WXPOEM_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
|
||||||
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
|
||||||
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
-I$(SETUPHDIR) -I.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W \
|
||||||
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
|
||||||
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
|
||||||
WXPOEM_OBJECTS = \
|
WXPOEM_OBJECTS = \
|
||||||
$(OBJS)\wxpoem_wxpoem.o \
|
$(OBJS)\wxpoem_wxpoem.o \
|
||||||
$(OBJS)\wxpoem_wxpoem_rc.o
|
$(OBJS)\wxpoem_wxpoem_rc.o
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
ifeq ($(GCC_VERSION),2.95)
|
ifeq ($(GCC_VERSION),2.95)
|
||||||
GCCFLAGS = -fvtable-thunks
|
GCCFLAGS = -fvtable-thunks
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),0)
|
ifeq ($(USE_GUI),0)
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OFFICIAL_BUILD),1)
|
ifeq ($(OFFICIAL_BUILD),1)
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),0)
|
ifeq ($(SHARED),0)
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
__OPTIMIZEFLAG_2 = -O0
|
__OPTIMIZEFLAG_2 = -O0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__OPTIMIZEFLAG_2 = -O2
|
__OPTIMIZEFLAG_2 = -O2
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTIFLAG_5 = -fno-rtti
|
__RTTIFLAG_5 = -fno-rtti
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),1)
|
ifeq ($(USE_RTTI),1)
|
||||||
__RTTIFLAG_5 =
|
__RTTIFLAG_5 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
__EXCEPTIONSFLAG_6 = -fno-exceptions
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),1)
|
ifeq ($(USE_EXCEPTIONS),1)
|
||||||
__EXCEPTIONSFLAG_6 =
|
__EXCEPTIONSFLAG_6 =
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(WXUNIV),1)
|
ifeq ($(WXUNIV),1)
|
||||||
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_FLAG),0)
|
ifeq ($(DEBUG_FLAG),0)
|
||||||
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p = -DNDEBUG
|
__NDEBUG_DEFINE_p = -DNDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
__NDEBUG_DEFINE_p_1 = --define NDEBUG
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_EXCEPTIONS),0)
|
ifeq ($(USE_EXCEPTIONS),0)
|
||||||
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p = -DwxNO_RTTI
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_RTTI),0)
|
ifeq ($(USE_RTTI),0)
|
||||||
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p = -DwxNO_THREADS
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p = -D_UNICODE
|
__UNICODE_DEFINE_p = -D_UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),0)
|
ifeq ($(UNICODE),0)
|
||||||
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNICODE),1)
|
ifeq ($(UNICODE),1)
|
||||||
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
__UNICODE_DEFINE_p_1 = --define _UNICODE
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
__CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p = -DWXUSINGDLL
|
__DLLFLAG_p = -DWXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(SHARED),1)
|
ifeq ($(SHARED),1)
|
||||||
__DLLFLAG_p_1 = --define WXUSINGDLL
|
__DLLFLAG_p_1 = --define WXUSINGDLL
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),0)
|
ifeq ($(MONOLITHIC),0)
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(MONOLITHIC),1)
|
ifeq ($(MONOLITHIC),1)
|
||||||
ifeq ($(USE_STC),1)
|
ifeq ($(USE_STC),1)
|
||||||
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
__LIB_SCINTILLA_IF_MONO_p = -lwxscintilla$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_GUI),1)
|
ifeq ($(USE_GUI),1)
|
||||||
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
__CAIRO_LIB_p = -lcairo
|
__CAIRO_LIB_p = -lcairo
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_CAIRO),1)
|
ifeq ($(USE_CAIRO),1)
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),debug)
|
ifeq ($(BUILD),debug)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BUILD),release)
|
ifeq ($(BUILD),release)
|
||||||
ifeq ($(DEBUG_INFO),default)
|
ifeq ($(DEBUG_INFO),default)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),0)
|
ifeq ($(DEBUG_INFO),0)
|
||||||
__DEBUGINFO =
|
__DEBUGINFO =
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG_INFO),1)
|
ifeq ($(DEBUG_INFO),1)
|
||||||
__DEBUGINFO = -g
|
__DEBUGINFO = -g
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),0)
|
ifeq ($(USE_THREADS),0)
|
||||||
__THREADSFLAG =
|
__THREADSFLAG =
|
||||||
endif
|
endif
|
||||||
ifeq ($(USE_THREADS),1)
|
ifeq ($(USE_THREADS),1)
|
||||||
__THREADSFLAG = -mthreads
|
__THREADSFLAG = -mthreads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\wxpoem.exe data
|
all: $(OBJS)\wxpoem.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
-if exist $(OBJS)\*.o del $(OBJS)\*.o
|
||||||
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
-if exist $(OBJS)\*.d del $(OBJS)\*.d
|
||||||
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
||||||
|
|
||||||
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem_rc.o
|
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem_rc.o
|
||||||
$(CXX) -o $@ $(WXPOEM_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
$(CXX) -o $@ $(WXPOEM_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %%f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
for %%f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem.o: ./wxpoem.cpp
|
$(OBJS)\wxpoem_wxpoem.o: ./wxpoem.cpp
|
||||||
$(CXX) -c -o $@ $(WXPOEM_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(WXPOEM_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem_rc.o: ./wxpoem.rc
|
$(OBJS)\wxpoem_wxpoem_rc.o: ./wxpoem.rc
|
||||||
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
$(WINDRES) -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
|
||||||
|
|
||||||
.PHONY: all clean data
|
.PHONY: all clean data
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
|
||||||
# Dependencies tracking:
|
# Dependencies tracking:
|
||||||
-include $(OBJS)/*.d
|
-include $(OBJS)/*.d
|
||||||
|
|||||||
@@ -1,370 +1,370 @@
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
# This makefile was generated by
|
# This makefile was generated by
|
||||||
# Bakefile 0.2.9 (http://www.bakefile.org)
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
# Do not modify, all changes will be overwritten!
|
# Do not modify, all changes will be overwritten!
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
!include <../../build/msw/config.vc>
|
!include <../../build/msw/config.vc>
|
||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Do not modify the rest of this file!
|
# Do not modify the rest of this file!
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
### Variables: ###
|
### Variables: ###
|
||||||
|
|
||||||
WX_RELEASE_NODOT = 31
|
WX_RELEASE_NODOT = 31
|
||||||
COMPILER_PREFIX = vc
|
COMPILER_PREFIX = vc
|
||||||
OBJS = \
|
OBJS = \
|
||||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||||
LIBDIRNAME = \
|
LIBDIRNAME = \
|
||||||
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
.\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
|
||||||
SETUPHDIR = \
|
SETUPHDIR = \
|
||||||
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
||||||
WXPOEM_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
WXPOEM_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
|
||||||
$(__DEBUGINFO_0) /Fd$(OBJS)\wxpoem.pdb $(____DEBUGRUNTIME_3_p) \
|
$(__DEBUGINFO_0) /Fd$(OBJS)\wxpoem.pdb $(____DEBUGRUNTIME_3_p) \
|
||||||
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
$(__OPTIMIZEFLAG_6) /D_CRT_SECURE_NO_DEPRECATE=1 \
|
||||||
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
/D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 \
|
||||||
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
||||||
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
$(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||||
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include \
|
||||||
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
$(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
|
||||||
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
/I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
|
||||||
$(CPPFLAGS) $(CXXFLAGS)
|
$(CPPFLAGS) $(CXXFLAGS)
|
||||||
WXPOEM_OBJECTS = \
|
WXPOEM_OBJECTS = \
|
||||||
$(OBJS)\wxpoem_wxpoem.obj
|
$(OBJS)\wxpoem_wxpoem.obj
|
||||||
WXPOEM_RESOURCES = \
|
WXPOEM_RESOURCES = \
|
||||||
$(OBJS)\wxpoem_wxpoem.res
|
$(OBJS)\wxpoem_wxpoem.res
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
### Conditionally set variables: ###
|
||||||
|
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
ARCH_SUFFIX = _ia64
|
ARCH_SUFFIX = _ia64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
ARCH_SUFFIX = _x64
|
ARCH_SUFFIX = _x64
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "0"
|
!if "$(USE_GUI)" == "0"
|
||||||
PORTNAME = base
|
PORTNAME = base
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
PORTNAME = msw$(TOOLKIT_VERSION)
|
PORTNAME = msw$(TOOLKIT_VERSION)
|
||||||
!endif
|
!endif
|
||||||
!if "$(OFFICIAL_BUILD)" == "1"
|
!if "$(OFFICIAL_BUILD)" == "1"
|
||||||
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
WXDEBUGFLAG = d
|
WXDEBUGFLAG = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
WXUNICODEFLAG = u
|
WXUNICODEFLAG = u
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
WXUNIVNAME = univ
|
WXUNIVNAME = univ
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
WXDLLFLAG = dll
|
WXDLLFLAG = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "0"
|
!if "$(SHARED)" == "0"
|
||||||
LIBTYPE_SUFFIX = lib
|
LIBTYPE_SUFFIX = lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
LIBTYPE_SUFFIX = dll
|
LIBTYPE_SUFFIX = dll
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "AMD64"
|
!if "$(TARGET_CPU)" == "AMD64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "IA64"
|
!if "$(TARGET_CPU)" == "IA64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "X64"
|
!if "$(TARGET_CPU)" == "X64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "amd64"
|
!if "$(TARGET_CPU)" == "amd64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "ia64"
|
!if "$(TARGET_CPU)" == "ia64"
|
||||||
LINK_TARGET_CPU = /MACHINE:IA64
|
LINK_TARGET_CPU = /MACHINE:IA64
|
||||||
!endif
|
!endif
|
||||||
!if "$(TARGET_CPU)" == "x64"
|
!if "$(TARGET_CPU)" == "x64"
|
||||||
LINK_TARGET_CPU = /MACHINE:X64
|
LINK_TARGET_CPU = /MACHINE:X64
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
EXTRALIBS_FOR_BASE =
|
EXTRALIBS_FOR_BASE =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_0 =
|
__DEBUGINFO_0 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_0 = /Zi
|
__DEBUGINFO_0 = /Zi
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_1 =
|
__DEBUGINFO_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_1 = /DEBUG
|
__DEBUGINFO_1 = /DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "0"
|
!if "$(DEBUG_INFO)" == "0"
|
||||||
__DEBUGINFO_2 =
|
__DEBUGINFO_2 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_INFO)" == "1"
|
!if "$(DEBUG_INFO)" == "1"
|
||||||
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p =
|
____DEBUGRUNTIME_3_p =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p = /D_DEBUG
|
____DEBUGRUNTIME_3_p = /D_DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
____DEBUGRUNTIME_3_p_1 =
|
____DEBUGRUNTIME_3_p_1 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
____DEBUGRUNTIME_3_p_1 = /d _DEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_4 =
|
__DEBUGRUNTIME_4 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_4 = d
|
__DEBUGRUNTIME_4 = d
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
__DEBUGRUNTIME_5 = /opt:ref /opt:icf
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
||||||
__DEBUGRUNTIME_5 =
|
__DEBUGRUNTIME_5 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug"
|
!if "$(BUILD)" == "debug"
|
||||||
__OPTIMIZEFLAG_6 = /Od
|
__OPTIMIZEFLAG_6 = /Od
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release"
|
!if "$(BUILD)" == "release"
|
||||||
__OPTIMIZEFLAG_6 = /O2
|
__OPTIMIZEFLAG_6 = /O2
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREADSFLAG_9 = L
|
__THREADSFLAG_9 = L
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "1"
|
!if "$(USE_THREADS)" == "1"
|
||||||
__THREADSFLAG_9 = T
|
__THREADSFLAG_9 = T
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "dynamic"
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
||||||
__RUNTIME_LIBS_10 = D
|
__RUNTIME_LIBS_10 = D
|
||||||
!endif
|
!endif
|
||||||
!if "$(RUNTIME_LIBS)" == "static"
|
!if "$(RUNTIME_LIBS)" == "static"
|
||||||
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTIFLAG_11 =
|
__RTTIFLAG_11 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "1"
|
!if "$(USE_RTTI)" == "1"
|
||||||
__RTTIFLAG_11 = /GR
|
__RTTIFLAG_11 = /GR
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONSFLAG_12 =
|
__EXCEPTIONSFLAG_12 =
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "1"
|
!if "$(USE_EXCEPTIONS)" == "1"
|
||||||
__EXCEPTIONSFLAG_12 = /EHsc
|
__EXCEPTIONSFLAG_12 = /EHsc
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
||||||
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(WXUNIV)" == "1"
|
!if "$(WXUNIV)" == "1"
|
||||||
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_FLAG)" == "0"
|
!if "$(DEBUG_FLAG)" == "0"
|
||||||
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p = /DNDEBUG
|
__NDEBUG_DEFINE_p = /DNDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
||||||
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
__NDEBUG_DEFINE_p_1 = /d NDEBUG
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_EXCEPTIONS)" == "0"
|
!if "$(USE_EXCEPTIONS)" == "0"
|
||||||
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p = /DwxNO_RTTI
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_RTTI)" == "0"
|
!if "$(USE_RTTI)" == "0"
|
||||||
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p = /DwxNO_THREADS
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_THREADS)" == "0"
|
!if "$(USE_THREADS)" == "0"
|
||||||
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p = /D_UNICODE
|
__UNICODE_DEFINE_p = /D_UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "0"
|
!if "$(UNICODE)" == "0"
|
||||||
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
|
||||||
!endif
|
!endif
|
||||||
!if "$(UNICODE)" == "1"
|
!if "$(UNICODE)" == "1"
|
||||||
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
__UNICODE_DEFINE_p_1 = /d _UNICODE
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p = /DWXUSINGDLL
|
__DLLFLAG_p = /DWXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(SHARED)" == "1"
|
!if "$(SHARED)" == "1"
|
||||||
__DLLFLAG_p_1 = /d WXUSINGDLL
|
__DLLFLAG_p_1 = /d WXUSINGDLL
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_HTML_p = \
|
__WXLIB_HTML_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_CORE_p = \
|
__WXLIB_CORE_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "0"
|
!if "$(MONOLITHIC)" == "0"
|
||||||
__WXLIB_BASE_p = \
|
__WXLIB_BASE_p = \
|
||||||
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1"
|
!if "$(MONOLITHIC)" == "1"
|
||||||
__WXLIB_MONO_p = \
|
__WXLIB_MONO_p = \
|
||||||
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
|
||||||
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_GUI)" == "1"
|
!if "$(USE_GUI)" == "1"
|
||||||
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
__CAIRO_LIB_p = cairo.lib
|
__CAIRO_LIB_p = cairo.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(USE_CAIRO)" == "1"
|
!if "$(USE_CAIRO)" == "1"
|
||||||
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
$(OBJS):
|
$(OBJS):
|
||||||
-if not exist $(OBJS) mkdir $(OBJS)
|
-if not exist $(OBJS) mkdir $(OBJS)
|
||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: $(OBJS)\wxpoem.exe data
|
all: $(OBJS)\wxpoem.exe data
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||||
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
||||||
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
-if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
|
||||||
-if exist $(OBJS)\wxpoem.ilk del $(OBJS)\wxpoem.ilk
|
-if exist $(OBJS)\wxpoem.ilk del $(OBJS)\wxpoem.ilk
|
||||||
-if exist $(OBJS)\wxpoem.pdb del $(OBJS)\wxpoem.pdb
|
-if exist $(OBJS)\wxpoem.pdb del $(OBJS)\wxpoem.pdb
|
||||||
|
|
||||||
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem.res
|
$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem.res
|
||||||
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\wxpoem.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\wxpoem.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
|
||||||
$(WXPOEM_OBJECTS) $(WXPOEM_RESOURCES) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
$(WXPOEM_OBJECTS) $(WXPOEM_RESOURCES) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
|
||||||
<<
|
<<
|
||||||
|
|
||||||
data:
|
data:
|
||||||
if not exist $(OBJS) mkdir $(OBJS)
|
if not exist $(OBJS) mkdir $(OBJS)
|
||||||
for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem.obj: .\wxpoem.cpp
|
$(OBJS)\wxpoem_wxpoem.obj: .\wxpoem.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(WXPOEM_CXXFLAGS) .\wxpoem.cpp
|
$(CXX) /c /nologo /TP /Fo$@ $(WXPOEM_CXXFLAGS) .\wxpoem.cpp
|
||||||
|
|
||||||
$(OBJS)\wxpoem_wxpoem.res: .\wxpoem.rc
|
$(OBJS)\wxpoem_wxpoem.res: .\wxpoem.rc
|
||||||
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\wxpoem.rc
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) /d _CRT_SECURE_NO_DEPRECATE=1 /d _CRT_NON_CONFORMING_SWPRINTFS=1 /d _SCL_SECURE_NO_WARNINGS=1 $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\wxpoem.rc
|
||||||
|
|
||||||
|
|||||||
@@ -1,303 +1,303 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This project was generated by
|
This project was generated by
|
||||||
Bakefile 0.2.9 (http://www.bakefile.org)
|
Bakefile 0.2.9 (http://www.bakefile.org)
|
||||||
Do not modify, all changes will be overwritten!
|
Do not modify, all changes will be overwritten!
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="wxpoem"
|
Name="wxpoem"
|
||||||
ProjectGUID="{BB523592-D026-5228-94D1-97C99FC6305D}">
|
ProjectGUID="{BB523592-D026-5228-94D1-97C99FC6305D}">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="vc_mswud"
|
OutputDirectory="vc_mswud"
|
||||||
IntermediateDirectory="vc_mswud\wxpoem"
|
IntermediateDirectory="vc_mswud\wxpoem"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswud\wxpoem\"
|
ObjectFile="vc_mswud\wxpoem\"
|
||||||
ProgramDataBaseFileName="vc_mswud\wxpoem.pdb"
|
ProgramDataBaseFileName="vc_mswud\wxpoem.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswud\wxpoem.exe"
|
OutputFile="vc_mswud\wxpoem.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswud\wxpoem.pdb"
|
ProgramDatabaseFile="vc_mswud\wxpoem.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="vc_mswu"
|
OutputDirectory="vc_mswu"
|
||||||
IntermediateDirectory="vc_mswu\wxpoem"
|
IntermediateDirectory="vc_mswu\wxpoem"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswu\wxpoem\"
|
ObjectFile="vc_mswu\wxpoem\"
|
||||||
ProgramDataBaseFileName="vc_mswu\wxpoem.pdb"
|
ProgramDataBaseFileName="vc_mswu\wxpoem.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswu\wxpoem.exe"
|
OutputFile="vc_mswu\wxpoem.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswu\wxpoem.pdb"
|
ProgramDatabaseFile="vc_mswu\wxpoem.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Debug|Win32"
|
Name="DLL Debug|Win32"
|
||||||
OutputDirectory="vc_mswuddll"
|
OutputDirectory="vc_mswuddll"
|
||||||
IntermediateDirectory="vc_mswuddll\wxpoem"
|
IntermediateDirectory="vc_mswuddll\wxpoem"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
BufferSecurityCheck="TRUE"
|
BufferSecurityCheck="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswuddll\wxpoem\"
|
ObjectFile="vc_mswuddll\wxpoem\"
|
||||||
ProgramDataBaseFileName="vc_mswuddll\wxpoem.pdb"
|
ProgramDataBaseFileName="vc_mswuddll\wxpoem.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31ud_html.lib wxmsw31ud_core.lib wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswuddll\wxpoem.exe"
|
OutputFile="vc_mswuddll\wxpoem.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswuddll\wxpoem.pdb"
|
ProgramDatabaseFile="vc_mswuddll\wxpoem.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="DLL Release|Win32"
|
Name="DLL Release|Win32"
|
||||||
OutputDirectory="vc_mswudll"
|
OutputDirectory="vc_mswudll"
|
||||||
IntermediateDirectory="vc_mswudll\wxpoem"
|
IntermediateDirectory="vc_mswudll\wxpoem"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="1">
|
CharacterSet="1">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
ExceptionHandling="TRUE"
|
ExceptionHandling="TRUE"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
ObjectFile="vc_mswudll\wxpoem\"
|
ObjectFile="vc_mswudll\wxpoem\"
|
||||||
ProgramDataBaseFileName="vc_mswudll\wxpoem.pdb"
|
ProgramDataBaseFileName="vc_mswudll\wxpoem.pdb"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions=""
|
AdditionalOptions=""
|
||||||
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
AdditionalDependencies="wxmsw31u_html.lib wxmsw31u_core.lib wxbase31u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
|
||||||
OutputFile="vc_mswudll\wxpoem.exe"
|
OutputFile="vc_mswudll\wxpoem.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="vc_mswudll\wxpoem.pdb"
|
ProgramDatabaseFile="vc_mswudll\wxpoem.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"/>
|
EnableCOMDATFolding="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"
|
||||||
Culture="1033"
|
Culture="1033"
|
||||||
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;.;.\..\..\samples"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedWrapperGeneratorTool"/>
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
|
||||||
</References>
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wxpoem.cpp">
|
RelativePath=".\wxpoem.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wxpoem.rc">
|
RelativePath=".\wxpoem.rc">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,105 +1,105 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
REM This bash script regenerates the HTML doxygen version of the
|
REM This bash script regenerates the HTML doxygen version of the
|
||||||
REM wxWidgets manual and adjusts the doxygen log to make it more
|
REM wxWidgets manual and adjusts the doxygen log to make it more
|
||||||
REM readable.
|
REM readable.
|
||||||
|
|
||||||
mkdir out 2>&1 >NUL
|
mkdir out 2>&1 >NUL
|
||||||
mkdir out\html 2>&1 >NUL
|
mkdir out\html 2>&1 >NUL
|
||||||
mkdir out\html\generic 2>&1 >NUL
|
mkdir out\html\generic 2>&1 >NUL
|
||||||
|
|
||||||
REM These not automatically copied by Doxygen because they're not
|
REM These not automatically copied by Doxygen because they're not
|
||||||
REM used in doxygen documentation, only in our html footer and by our
|
REM used in doxygen documentation, only in our html footer and by our
|
||||||
REM custom aliases
|
REM custom aliases
|
||||||
copy images\generic\*.png out\html\generic 2>&1 >NUL
|
copy images\generic\*.png out\html\generic 2>&1 >NUL
|
||||||
|
|
||||||
pushd ..\..
|
pushd ..\..
|
||||||
set WXWIDGETS=%CD%
|
set WXWIDGETS=%CD%
|
||||||
popd
|
popd
|
||||||
|
|
||||||
REM Defaults for settings controlled by this script
|
REM Defaults for settings controlled by this script
|
||||||
set GENERATE_DOCSET=NO
|
set GENERATE_DOCSET=NO
|
||||||
set GENERATE_HTML=NO
|
set GENERATE_HTML=NO
|
||||||
set GENERATE_HTMLHELP=NO
|
set GENERATE_HTMLHELP=NO
|
||||||
set GENERATE_LATEX=NO
|
set GENERATE_LATEX=NO
|
||||||
set GENERATE_QHP=NO
|
set GENERATE_QHP=NO
|
||||||
set GENERATE_XML=NO
|
set GENERATE_XML=NO
|
||||||
set SEARCHENGINE=NO
|
set SEARCHENGINE=NO
|
||||||
set SERVER_BASED_SEARCH=NO
|
set SERVER_BASED_SEARCH=NO
|
||||||
|
|
||||||
IF "%1" == "all" (
|
IF "%1" == "all" (
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
set GENERATE_HTMLHELP=YES
|
set GENERATE_HTMLHELP=YES
|
||||||
set GENERATE_XML=YES
|
set GENERATE_XML=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "chm" (
|
IF "%1" == "chm" (
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
set GENERATE_HTMLHELP=YES
|
set GENERATE_HTMLHELP=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "docset" (
|
IF "%1" == "docset" (
|
||||||
set GENERATE_DOCSET=YES
|
set GENERATE_DOCSET=YES
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "latex" (
|
IF "%1" == "latex" (
|
||||||
set GENERATE_LATEX=YES
|
set GENERATE_LATEX=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "php" (
|
IF "%1" == "php" (
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
set SEARCHENGINE=YES
|
set SEARCHENGINE=YES
|
||||||
set SERVER_BASED_SEARCH=YES
|
set SERVER_BASED_SEARCH=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "qch" (
|
IF "%1" == "qch" (
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
set GENERATE_QHP=YES
|
set GENERATE_QHP=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
IF "%1" == "xml" (
|
IF "%1" == "xml" (
|
||||||
set GENERATE_XML=YES
|
set GENERATE_XML=YES
|
||||||
) ELSE (
|
) ELSE (
|
||||||
REM Default to HTML format.
|
REM Default to HTML format.
|
||||||
set GENERATE_HTML=YES
|
set GENERATE_HTML=YES
|
||||||
set SEARCHENGINE=YES
|
set SEARCHENGINE=YES
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
REM Check for Graphviz (its location should be in %PATH%).
|
REM Check for Graphviz (its location should be in %PATH%).
|
||||||
REM
|
REM
|
||||||
REM NB: Always do this check because it looks like errorlevel is not set
|
REM NB: Always do this check because it looks like errorlevel is not set
|
||||||
REM when the test is done inside the IF block.
|
REM when the test is done inside the IF block.
|
||||||
dot <NUL >NUL 2>&1
|
dot <NUL >NUL 2>&1
|
||||||
IF %GENERATE_HTML%==YES (
|
IF %GENERATE_HTML%==YES (
|
||||||
IF NOT %errorlevel%==0 (
|
IF NOT %errorlevel%==0 (
|
||||||
IF %errorlevel%==9009 (
|
IF %errorlevel%==9009 (
|
||||||
echo Error: dot was not found in PATH, please install Graphviz!
|
echo Error: dot was not found in PATH, please install Graphviz!
|
||||||
) ELSE (
|
) ELSE (
|
||||||
echo Error: %errorlevel% error code when running dot, please check Graphviz installation.
|
echo Error: %errorlevel% error code when running dot, please check Graphviz installation.
|
||||||
)
|
)
|
||||||
|
|
||||||
EXIT /B
|
EXIT /B
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
REM
|
REM
|
||||||
REM NOW RUN DOXYGEN
|
REM NOW RUN DOXYGEN
|
||||||
REM
|
REM
|
||||||
REM NB: we do this _after_ copying the required files to the output folders
|
REM NB: we do this _after_ copying the required files to the output folders
|
||||||
REM otherwise when generating the CHM file with Doxygen, those files are
|
REM otherwise when generating the CHM file with Doxygen, those files are
|
||||||
REM not included!
|
REM not included!
|
||||||
REM
|
REM
|
||||||
set PATH=%PATH%;%HHC_PATH%
|
set PATH=%PATH%;%HHC_PATH%
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
REM Check that class inheritance diagram images are present for html/chm docs.
|
REM Check that class inheritance diagram images are present for html/chm docs.
|
||||||
REM
|
REM
|
||||||
REM NB: Set the file to check outside the IF block,
|
REM NB: Set the file to check outside the IF block,
|
||||||
REM otherwise the second check does not always pick its value.
|
REM otherwise the second check does not always pick its value.
|
||||||
set filetofind=out\html\classwx_app_console__inherit__graph.png
|
set filetofind=out\html\classwx_app_console__inherit__graph.png
|
||||||
IF %GENERATE_HTML%==YES (
|
IF %GENERATE_HTML%==YES (
|
||||||
IF NOT EXIST %~dp0%filetofind% (
|
IF NOT EXIST %~dp0%filetofind% (
|
||||||
echo Warning: Class inheritance diagram images are missing, please check Graphviz installation.
|
echo Warning: Class inheritance diagram images are missing, please check Graphviz installation.
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user