Setting eol-style property to CRLF for some project files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-10-05 15:12:40 +00:00
parent b34d087a90
commit 33820d9428
3 changed files with 687 additions and 687 deletions

View File

@@ -1,191 +1,191 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # This makefile was generated by
# Bakefile 0.2.6 (http://www.bakefile.org) # Bakefile 0.2.6 (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 = 29 WX_RELEASE_NODOT = 29
COMPILER_PREFIX = bcc COMPILER_PREFIX = bcc
OBJS = \ OBJS = \
$(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG) LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
SETUPHDIR = \ SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
EXECMON_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \ EXECMON_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) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \ $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \ $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
-DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS) -DwxUSE_GUI=0 $(CPPFLAGS) $(CXXFLAGS)
EXECMON_OBJECTS = \ EXECMON_OBJECTS = \
$(OBJS)\execmon_execmon.obj $(OBJS)\execmon_execmon.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 PORTNAME = msw
!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 "$(USE_XRC)" == "1" !if "$(USE_XRC)" == "1"
__execmon___depname = $(OBJS)\execmon.exe __execmon___depname = $(OBJS)\execmon.exe
!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 "$(DEBUG_FLAG)" == "0" !if "$(DEBUG_FLAG)" == "0"
__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
!endif !endif
!if "$(USE_EXCEPTIONS)" == "0" !if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS __EXCEPTIONS_DEFINE_p = -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_THREADS)" == "0" !if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = -DwxNO_THREADS __THREAD_DEFINE_p = -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 "$(MSLU)" == "1" !if "$(MSLU)" == "1"
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
!endif !endif
!if "$(USE_GDIPLUS)" == "1" !if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
!endif !endif
!if "$(SHARED)" == "1" !if "$(SHARED)" == "1"
__DLLFLAG_p = -DWXUSINGDLL __DLLFLAG_p = -DWXUSINGDLL
!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 "$(MSLU)" == "1" !if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib __UNICOWS_LIB_p = unicows.lib
!endif !endif
!if "$(USE_GDIPLUS)" == "1" !if "$(USE_GDIPLUS)" == "1"
__GDIPLUS_LIB_p = gdiplus.lib __GDIPLUS_LIB_p = gdiplus.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: $(__execmon___depname) all: $(__execmon___depname)
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)\execmon.exe del $(OBJS)\execmon.exe -if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe
-if exist $(OBJS)\execmon.tds del $(OBJS)\execmon.tds -if exist $(OBJS)\execmon.tds del $(OBJS)\execmon.tds
-if exist $(OBJS)\execmon.ilc del $(OBJS)\execmon.ilc -if exist $(OBJS)\execmon.ilc del $(OBJS)\execmon.ilc
-if exist $(OBJS)\execmon.ild del $(OBJS)\execmon.ild -if exist $(OBJS)\execmon.ild del $(OBJS)\execmon.ild
-if exist $(OBJS)\execmon.ilf del $(OBJS)\execmon.ilf -if exist $(OBJS)\execmon.ilf del $(OBJS)\execmon.ilf
-if exist $(OBJS)\execmon.ils del $(OBJS)\execmon.ils -if exist $(OBJS)\execmon.ils del $(OBJS)\execmon.ils
!if "$(USE_XRC)" == "1" !if "$(USE_XRC)" == "1"
$(OBJS)\execmon.exe: $(EXECMON_OBJECTS) $(OBJS)\execmon.exe: $(EXECMON_OBJECTS)
ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(LDFLAGS) @&&| ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(LDFLAGS) @&&|
c0x32.obj $(EXECMON_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, c0x32.obj $(EXECMON_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
| |
!endif !endif
$(OBJS)\execmon_execmon.obj: .\execmon.cpp $(OBJS)\execmon_execmon.obj: .\execmon.cpp
$(CXX) -q -c -P -o$@ $(EXECMON_CXXFLAGS) .\execmon.cpp $(CXX) -q -c -P -o$@ $(EXECMON_CXXFLAGS) .\execmon.cpp

View File

@@ -1,251 +1,251 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # This makefile was generated by
# Bakefile 0.2.6 (http://www.bakefile.org) # Bakefile 0.2.6 (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 = 29 WX_RELEASE_NODOT = 29
COMPILER_PREFIX = vc COMPILER_PREFIX = vc
OBJS = \ OBJS = \
$(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU) $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
LIBDIRNAME = \ LIBDIRNAME = \
.\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) .\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
SETUPHDIR = \ SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
EXECMON_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \ EXECMON_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
$(__DEBUGINFO_0) /Fd$(OBJS)\execmon.pdb $(____DEBUGRUNTIME_2_p) \ $(__DEBUGINFO_0) /Fd$(OBJS)\execmon.pdb $(____DEBUGRUNTIME_2_p) \
$(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \ $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \ $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
$(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \ $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \
/D_CONSOLE /DwxUSE_GUI=0 $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) \ /D_CONSOLE /DwxUSE_GUI=0 $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) \
$(CXXFLAGS) $(CXXFLAGS)
EXECMON_OBJECTS = \ EXECMON_OBJECTS = \
$(OBJS)\execmon_execmon.obj $(OBJS)\execmon_execmon.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 PORTNAME = msw
!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 "$(TARGET_CPU)" == "AMD64" !if "$(TARGET_CPU)" == "AMD64"
DIR_SUFFIX_CPU = _amd64 DIR_SUFFIX_CPU = _amd64
!endif !endif
!if "$(TARGET_CPU)" == "IA64" !if "$(TARGET_CPU)" == "IA64"
DIR_SUFFIX_CPU = _ia64 DIR_SUFFIX_CPU = _ia64
!endif !endif
!if "$(TARGET_CPU)" == "amd64" !if "$(TARGET_CPU)" == "amd64"
DIR_SUFFIX_CPU = _amd64 DIR_SUFFIX_CPU = _amd64
!endif !endif
!if "$(TARGET_CPU)" == "ia64" !if "$(TARGET_CPU)" == "ia64"
DIR_SUFFIX_CPU = _ia64 DIR_SUFFIX_CPU = _ia64
!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:AMD64 LINK_TARGET_CPU = /MACHINE:AMD64
!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)" == "amd64" !if "$(TARGET_CPU)" == "amd64"
LINK_TARGET_CPU = /MACHINE:AMD64 LINK_TARGET_CPU = /MACHINE:AMD64
!endif !endif
!if "$(TARGET_CPU)" == "ia64" !if "$(TARGET_CPU)" == "ia64"
LINK_TARGET_CPU = /MACHINE:IA64 LINK_TARGET_CPU = /MACHINE:IA64
!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 "$(USE_XRC)" == "1" !if "$(USE_XRC)" == "1"
__execmon___depname = $(OBJS)\execmon.exe __execmon___depname = $(OBJS)\execmon.exe
!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_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
____DEBUGRUNTIME_2_p = /D_DEBUG ____DEBUGRUNTIME_2_p = /D_DEBUG
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
____DEBUGRUNTIME_2_p = ____DEBUGRUNTIME_2_p =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0" !if "$(DEBUG_RUNTIME_LIBS)" == "0"
____DEBUGRUNTIME_2_p = ____DEBUGRUNTIME_2_p =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1" !if "$(DEBUG_RUNTIME_LIBS)" == "1"
____DEBUGRUNTIME_2_p = /D_DEBUG ____DEBUGRUNTIME_2_p = /D_DEBUG
!endif !endif
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME_3 = d __DEBUGRUNTIME_3 = d
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME_3 = __DEBUGRUNTIME_3 =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0" !if "$(DEBUG_RUNTIME_LIBS)" == "0"
__DEBUGRUNTIME_3 = __DEBUGRUNTIME_3 =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1" !if "$(DEBUG_RUNTIME_LIBS)" == "1"
__DEBUGRUNTIME_3 = d __DEBUGRUNTIME_3 = d
!endif !endif
!if "$(BUILD)" == "debug" !if "$(BUILD)" == "debug"
__OPTIMIZEFLAG_4 = /Od __OPTIMIZEFLAG_4 = /Od
!endif !endif
!if "$(BUILD)" == "release" !if "$(BUILD)" == "release"
__OPTIMIZEFLAG_4 = /O2 __OPTIMIZEFLAG_4 = /O2
!endif !endif
!if "$(USE_THREADS)" == "0" !if "$(USE_THREADS)" == "0"
__THREADSFLAG_7 = L __THREADSFLAG_7 = L
!endif !endif
!if "$(USE_THREADS)" == "1" !if "$(USE_THREADS)" == "1"
__THREADSFLAG_7 = T __THREADSFLAG_7 = T
!endif !endif
!if "$(RUNTIME_LIBS)" == "dynamic" !if "$(RUNTIME_LIBS)" == "dynamic"
__RUNTIME_LIBS_8 = D __RUNTIME_LIBS_8 = D
!endif !endif
!if "$(RUNTIME_LIBS)" == "static" !if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS_8 = $(__THREADSFLAG_7) __RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
!endif !endif
!if "$(USE_RTTI)" == "0" !if "$(USE_RTTI)" == "0"
__RTTIFLAG_9 = __RTTIFLAG_9 =
!endif !endif
!if "$(USE_RTTI)" == "1" !if "$(USE_RTTI)" == "1"
__RTTIFLAG_9 = /GR __RTTIFLAG_9 = /GR
!endif !endif
!if "$(USE_EXCEPTIONS)" == "0" !if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONSFLAG_10 = __EXCEPTIONSFLAG_10 =
!endif !endif
!if "$(USE_EXCEPTIONS)" == "1" !if "$(USE_EXCEPTIONS)" == "1"
__EXCEPTIONSFLAG_10 = /EHsc __EXCEPTIONSFLAG_10 = /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 "$(WXUNIV)" == "1" !if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ __WXUNIV_DEFINE_p = /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 "$(USE_EXCEPTIONS)" == "0" !if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS __EXCEPTIONS_DEFINE_p = /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_THREADS)" == "0" !if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = /DwxNO_THREADS __THREAD_DEFINE_p = /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 "$(MSLU)" == "1" !if "$(MSLU)" == "1"
__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
!endif !endif
!if "$(USE_GDIPLUS)" == "1" !if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1 __GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
!endif !endif
!if "$(SHARED)" == "1" !if "$(SHARED)" == "1"
__DLLFLAG_p = /DWXUSINGDLL __DLLFLAG_p = /DWXUSINGDLL
!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 "$(MSLU)" == "1" !if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib __UNICOWS_LIB_p = unicows.lib
!endif !endif
!if "$(USE_GDIPLUS)" == "1" !if "$(USE_GDIPLUS)" == "1"
__GDIPLUS_LIB_p = gdiplus.lib __GDIPLUS_LIB_p = gdiplus.lib
!endif !endif
all: $(OBJS) all: $(OBJS)
$(OBJS): $(OBJS):
-if not exist $(OBJS) mkdir $(OBJS) -if not exist $(OBJS) mkdir $(OBJS)
### Targets: ### ### Targets: ###
all: $(__execmon___depname) all: $(__execmon___depname)
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)\execmon.exe del $(OBJS)\execmon.exe -if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe
-if exist $(OBJS)\execmon.ilk del $(OBJS)\execmon.ilk -if exist $(OBJS)\execmon.ilk del $(OBJS)\execmon.ilk
-if exist $(OBJS)\execmon.pdb del $(OBJS)\execmon.pdb -if exist $(OBJS)\execmon.pdb del $(OBJS)\execmon.pdb
!if "$(USE_XRC)" == "1" !if "$(USE_XRC)" == "1"
$(OBJS)\execmon.exe: $(EXECMON_OBJECTS) $(OBJS)\execmon.exe: $(EXECMON_OBJECTS)
link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\execmon.pdb" $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(LDFLAGS) @<< link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\execmon.pdb" $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(LDFLAGS) @<<
$(EXECMON_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_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 $(EXECMON_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_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
<< <<
!endif !endif
$(OBJS)\execmon_execmon.obj: .\execmon.cpp $(OBJS)\execmon_execmon.obj: .\execmon.cpp
$(CXX) /c /nologo /TP /Fo$@ $(EXECMON_CXXFLAGS) .\execmon.cpp $(CXX) /c /nologo /TP /Fo$@ $(EXECMON_CXXFLAGS) .\execmon.cpp

View File

@@ -1,245 +1,245 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # This makefile was generated by
# Bakefile 0.2.6 (http://www.bakefile.org) # Bakefile 0.2.6 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
!include ../../build/msw/config.wat !include ../../build/msw/config.wat
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Do not modify the rest of this file! # Do not modify the rest of this file!
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Speed up compilation a bit: # Speed up compilation a bit:
!ifdef __LOADDLL__ !ifdef __LOADDLL__
! loaddll wcc wccd ! loaddll wcc wccd
! loaddll wccaxp wccdaxp ! loaddll wccaxp wccdaxp
! loaddll wcc386 wccd386 ! loaddll wcc386 wccd386
! loaddll wpp wppdi86 ! loaddll wpp wppdi86
! loaddll wppaxp wppdaxp ! loaddll wppaxp wppdaxp
! loaddll wpp386 wppd386 ! loaddll wpp386 wppd386
! if $(__VERSION__) >= 1280 ! if $(__VERSION__) >= 1280
! loaddll wlink wlinkd ! loaddll wlink wlinkd
! else ! else
! loaddll wlink wlink ! loaddll wlink wlink
! endif ! endif
! loaddll wlib wlibd ! loaddll wlib wlibd
!endif !endif
# We need these variables in some bakefile-made rules: # We need these variables in some bakefile-made rules:
WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
### Conditionally set variables: ### ### Conditionally set variables: ###
PORTNAME = PORTNAME =
!ifeq USE_GUI 0 !ifeq USE_GUI 0
PORTNAME = base PORTNAME = base
!endif !endif
!ifeq USE_GUI 1 !ifeq USE_GUI 1
PORTNAME = msw PORTNAME = msw
!endif !endif
WXDEBUGFLAG = WXDEBUGFLAG =
!ifeq BUILD debug !ifeq BUILD debug
WXDEBUGFLAG = d WXDEBUGFLAG = d
!endif !endif
WXUNICODEFLAG = WXUNICODEFLAG =
!ifeq UNICODE 1 !ifeq UNICODE 1
WXUNICODEFLAG = u WXUNICODEFLAG = u
!endif !endif
WXUNIVNAME = WXUNIVNAME =
!ifeq WXUNIV 1 !ifeq WXUNIV 1
WXUNIVNAME = univ WXUNIVNAME = univ
!endif !endif
WXDLLFLAG = WXDLLFLAG =
!ifeq SHARED 1 !ifeq SHARED 1
WXDLLFLAG = dll WXDLLFLAG = dll
!endif !endif
LIBTYPE_SUFFIX = LIBTYPE_SUFFIX =
!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
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
!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
__execmon___depname = __execmon___depname =
!ifeq USE_XRC 1 !ifeq USE_XRC 1
__execmon___depname = $(OBJS)\execmon.exe __execmon___depname = $(OBJS)\execmon.exe
!endif !endif
__DEBUGINFO_0 = __DEBUGINFO_0 =
!ifeq BUILD debug !ifeq BUILD debug
!ifeq DEBUG_INFO default !ifeq DEBUG_INFO default
__DEBUGINFO_0 = -d2 __DEBUGINFO_0 = -d2
!endif !endif
!endif !endif
!ifeq BUILD release !ifeq BUILD release
!ifeq DEBUG_INFO default !ifeq DEBUG_INFO default
__DEBUGINFO_0 = -d0 __DEBUGINFO_0 = -d0
!endif !endif
!endif !endif
!ifeq DEBUG_INFO 0 !ifeq DEBUG_INFO 0
__DEBUGINFO_0 = -d0 __DEBUGINFO_0 = -d0
!endif !endif
!ifeq DEBUG_INFO 1 !ifeq DEBUG_INFO 1
__DEBUGINFO_0 = -d2 __DEBUGINFO_0 = -d2
!endif !endif
__DEBUGINFO_1 = __DEBUGINFO_1 =
!ifeq BUILD debug !ifeq BUILD debug
!ifeq DEBUG_INFO default !ifeq DEBUG_INFO default
__DEBUGINFO_1 = debug all __DEBUGINFO_1 = debug all
!endif !endif
!endif !endif
!ifeq BUILD release !ifeq BUILD release
!ifeq DEBUG_INFO default !ifeq DEBUG_INFO default
__DEBUGINFO_1 = __DEBUGINFO_1 =
!endif !endif
!endif !endif
!ifeq DEBUG_INFO 0 !ifeq DEBUG_INFO 0
__DEBUGINFO_1 = __DEBUGINFO_1 =
!endif !endif
!ifeq DEBUG_INFO 1 !ifeq DEBUG_INFO 1
__DEBUGINFO_1 = debug all __DEBUGINFO_1 = debug all
!endif !endif
__OPTIMIZEFLAG_2 = __OPTIMIZEFLAG_2 =
!ifeq BUILD debug !ifeq BUILD debug
__OPTIMIZEFLAG_2 = -od __OPTIMIZEFLAG_2 = -od
!endif !endif
!ifeq BUILD release !ifeq BUILD release
__OPTIMIZEFLAG_2 = -ot -ox __OPTIMIZEFLAG_2 = -ot -ox
!endif !endif
__THREADSFLAG_5 = __THREADSFLAG_5 =
!ifeq USE_THREADS 0 !ifeq USE_THREADS 0
__THREADSFLAG_5 = __THREADSFLAG_5 =
!endif !endif
!ifeq USE_THREADS 1 !ifeq USE_THREADS 1
__THREADSFLAG_5 = -bm __THREADSFLAG_5 = -bm
!endif !endif
__RUNTIME_LIBS_6 = __RUNTIME_LIBS_6 =
!ifeq RUNTIME_LIBS dynamic !ifeq RUNTIME_LIBS dynamic
__RUNTIME_LIBS_6 = -br __RUNTIME_LIBS_6 = -br
!endif !endif
!ifeq RUNTIME_LIBS static !ifeq RUNTIME_LIBS static
__RUNTIME_LIBS_6 = __RUNTIME_LIBS_6 =
!endif !endif
__RTTIFLAG_7 = __RTTIFLAG_7 =
!ifeq USE_RTTI 0 !ifeq USE_RTTI 0
__RTTIFLAG_7 = __RTTIFLAG_7 =
!endif !endif
!ifeq USE_RTTI 1 !ifeq USE_RTTI 1
__RTTIFLAG_7 = -xr __RTTIFLAG_7 = -xr
!endif !endif
__EXCEPTIONSFLAG_8 = __EXCEPTIONSFLAG_8 =
!ifeq USE_EXCEPTIONS 0 !ifeq USE_EXCEPTIONS 0
__EXCEPTIONSFLAG_8 = __EXCEPTIONSFLAG_8 =
!endif !endif
!ifeq USE_EXCEPTIONS 1 !ifeq USE_EXCEPTIONS 1
__EXCEPTIONSFLAG_8 = -xs __EXCEPTIONSFLAG_8 = -xs
!endif !endif
__WXUNIV_DEFINE_p = __WXUNIV_DEFINE_p =
!ifeq WXUNIV 1 !ifeq WXUNIV 1
__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__ __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
!endif !endif
__DEBUG_DEFINE_p = __DEBUG_DEFINE_p =
!ifeq DEBUG_FLAG 0 !ifeq DEBUG_FLAG 0
__DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0 __DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0
!endif !endif
__EXCEPTIONS_DEFINE_p = __EXCEPTIONS_DEFINE_p =
!ifeq USE_EXCEPTIONS 0 !ifeq USE_EXCEPTIONS 0
__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
!endif !endif
__RTTI_DEFINE_p = __RTTI_DEFINE_p =
!ifeq USE_RTTI 0 !ifeq USE_RTTI 0
__RTTI_DEFINE_p = -dwxNO_RTTI __RTTI_DEFINE_p = -dwxNO_RTTI
!endif !endif
__THREAD_DEFINE_p = __THREAD_DEFINE_p =
!ifeq USE_THREADS 0 !ifeq USE_THREADS 0
__THREAD_DEFINE_p = -dwxNO_THREADS __THREAD_DEFINE_p = -dwxNO_THREADS
!endif !endif
__UNICODE_DEFINE_p = __UNICODE_DEFINE_p =
!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
__GFXCTX_DEFINE_p = __GFXCTX_DEFINE_p =
!ifeq USE_GDIPLUS 1 !ifeq USE_GDIPLUS 1
__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
!endif !endif
__DLLFLAG_p = __DLLFLAG_p =
!ifeq SHARED 1 !ifeq SHARED 1
__DLLFLAG_p = -dWXUSINGDLL __DLLFLAG_p = -dWXUSINGDLL
!endif !endif
__WXLIB_BASE_p = __WXLIB_BASE_p =
!ifeq MONOLITHIC 0 !ifeq 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
__WXLIB_MONO_p = __WXLIB_MONO_p =
!ifeq MONOLITHIC 1 !ifeq 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
__GDIPLUS_LIB_p = __GDIPLUS_LIB_p =
!ifeq USE_GDIPLUS 1 !ifeq USE_GDIPLUS 1
__GDIPLUS_LIB_p = gdiplus.lib __GDIPLUS_LIB_p = gdiplus.lib
!endif !endif
### Variables: ### ### Variables: ###
WX_RELEASE_NODOT = 29 WX_RELEASE_NODOT = 29
COMPILER_PREFIX = wat COMPILER_PREFIX = wat
OBJS = & OBJS = &
$(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG) LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
SETUPHDIR = & SETUPHDIR = &
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
EXECMON_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) & EXECMON_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
$(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
$(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
-i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) & -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
-dwxUSE_GUI=0 $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS) -dwxUSE_GUI=0 $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
EXECMON_OBJECTS = & EXECMON_OBJECTS = &
$(OBJS)\execmon_execmon.obj $(OBJS)\execmon_execmon.obj
all : $(OBJS) all : $(OBJS)
$(OBJS) : $(OBJS) :
-if not exist $(OBJS) mkdir $(OBJS) -if not exist $(OBJS) mkdir $(OBJS)
### Targets: ### ### Targets: ###
all : .SYMBOLIC $(__execmon___depname) all : .SYMBOLIC $(__execmon___depname)
clean : .SYMBOLIC clean : .SYMBOLIC
-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)\*.lbc del $(OBJS)\*.lbc -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
-if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
-if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe -if exist $(OBJS)\execmon.exe del $(OBJS)\execmon.exe
!ifeq USE_XRC 1 !ifeq USE_XRC 1
$(OBJS)\execmon.exe : $(EXECMON_OBJECTS) $(OBJS)\execmon.exe : $(EXECMON_OBJECTS)
@%create $(OBJS)\execmon.lbc @%create $(OBJS)\execmon.lbc
@%append $(OBJS)\execmon.lbc option quiet @%append $(OBJS)\execmon.lbc option quiet
@%append $(OBJS)\execmon.lbc name $^@ @%append $(OBJS)\execmon.lbc name $^@
@%append $(OBJS)\execmon.lbc option caseexact @%append $(OBJS)\execmon.lbc option caseexact
@%append $(OBJS)\execmon.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_' $(LDFLAGS) @%append $(OBJS)\execmon.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_' $(LDFLAGS)
@for %i in ($(EXECMON_OBJECTS)) do @%append $(OBJS)\execmon.lbc file %i @for %i in ($(EXECMON_OBJECTS)) do @%append $(OBJS)\execmon.lbc file %i
@for %i in ( $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_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) do @%append $(OBJS)\execmon.lbc library %i @for %i in ( $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_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) do @%append $(OBJS)\execmon.lbc library %i
@%append $(OBJS)\execmon.lbc @%append $(OBJS)\execmon.lbc
@for %i in () do @%append $(OBJS)\execmon.lbc option stack=%i @for %i in () do @%append $(OBJS)\execmon.lbc option stack=%i
wlink @$(OBJS)\execmon.lbc wlink @$(OBJS)\execmon.lbc
!endif !endif
$(OBJS)\execmon_execmon.obj : .AUTODEPEND .\execmon.cpp $(OBJS)\execmon_execmon.obj : .AUTODEPEND .\execmon.cpp
$(CXX) -bt=nt -zq -fo=$^@ $(EXECMON_CXXFLAGS) $< $(CXX) -bt=nt -zq -fo=$^@ $(EXECMON_CXXFLAGS) $<