ab6ea1ac2f
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
483 lines
15 KiB
Plaintext
483 lines
15 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
!include <../build/msw/config.vc>
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Do not modify the rest of this file!
|
|
# -------------------------------------------------------------------------
|
|
|
|
### Variables: ###
|
|
|
|
WX_RELEASE_NODOT = 27
|
|
OBJS = \
|
|
vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
|
|
LIBDIRNAME = .\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
|
|
SETUPHDIR = \
|
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
TEST_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME) /DWIN32 $(__DEBUGINFO) \
|
|
/Fd$(OBJS)\test.pdb $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) \
|
|
$(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
|
|
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
|
|
$(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) /I.\..\include /I$(SETUPHDIR) /W4 \
|
|
/I. $(__DLLFLAG_p) /D_CONSOLE /DwxUSE_GUI=0 $(CPPUNIT_CFLAGS) $(__RTTIFLAG) \
|
|
$(__EXCEPTIONSFLAG) /Yu"testprec.h" /Fp"$(OBJS)\testprec_test.pch" \
|
|
$(CPPFLAGS) $(CXXFLAGS)
|
|
TEST_OBJECTS = \
|
|
$(OBJS)\test_dummy.obj \
|
|
$(OBJS)\test_test.obj \
|
|
$(OBJS)\test_archivetest.obj \
|
|
$(OBJS)\test_ziptest.obj \
|
|
$(OBJS)\test_arrays.obj \
|
|
$(OBJS)\test_datetimetest.obj \
|
|
$(OBJS)\test_fileconftest.obj \
|
|
$(OBJS)\test_filekind.obj \
|
|
$(OBJS)\test_filenametest.obj \
|
|
$(OBJS)\test_filesystest.obj \
|
|
$(OBJS)\test_fontmaptest.obj \
|
|
$(OBJS)\test_formatconvertertest.obj \
|
|
$(OBJS)\test_hashes.obj \
|
|
$(OBJS)\test_lists.obj \
|
|
$(OBJS)\test_longlongtest.obj \
|
|
$(OBJS)\test_mbconvtest.obj \
|
|
$(OBJS)\test_regextest.obj \
|
|
$(OBJS)\test_wxregextest.obj \
|
|
$(OBJS)\test_scopeguardtest.obj \
|
|
$(OBJS)\test_strings.obj \
|
|
$(OBJS)\test_stdstrings.obj \
|
|
$(OBJS)\test_unicode.obj \
|
|
$(OBJS)\test_crt.obj \
|
|
$(OBJS)\test_bstream.obj \
|
|
$(OBJS)\test_datastreamtest.obj \
|
|
$(OBJS)\test_ffilestream.obj \
|
|
$(OBJS)\test_filestream.obj \
|
|
$(OBJS)\test_largefile.obj \
|
|
$(OBJS)\test_memstream.obj \
|
|
$(OBJS)\test_sstream.obj \
|
|
$(OBJS)\test_tempfile.obj \
|
|
$(OBJS)\test_textstreamtest.obj \
|
|
$(OBJS)\test_zlibstream.obj \
|
|
$(OBJS)\test_uris.obj
|
|
TEST_GUI_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \
|
|
$(__DEBUGINFO) /Fd$(OBJS)\test_gui.pdb $(____DEBUGRUNTIME) \
|
|
$(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
/I.\..\include /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /I.\..\samples /DNOPCH \
|
|
$(CPPUNIT_CFLAGS) /D_CONSOLE $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
|
|
/Yu"testprec.h" /Fp"$(OBJS)\testprec_test_gui.pch" $(CPPFLAGS) $(CXXFLAGS)
|
|
TEST_GUI_OBJECTS = \
|
|
$(OBJS)\test_gui_sample.res \
|
|
$(OBJS)\test_gui_dummy.obj \
|
|
$(OBJS)\test_gui_test.obj \
|
|
$(OBJS)\test_gui_rect.obj \
|
|
$(OBJS)\test_gui_size.obj \
|
|
$(OBJS)\test_gui_point.obj
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
!if "$(USE_GUI)" == "0"
|
|
PORTNAME = base
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
PORTNAME = msw
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
WXDEBUGFLAG = d
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
WXDEBUGFLAG = d
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
WXUNICODEFLAG = u
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
WXUNIVNAME = univ
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "AMD64"
|
|
DIR_SUFFIX_CPU = _amd64
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "IA64"
|
|
DIR_SUFFIX_CPU = _ia64
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
WXDLLFLAG = dll
|
|
!endif
|
|
!if "$(SHARED)" == "0"
|
|
LIBTYPE_SUFFIX = lib
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
LIBTYPE_SUFFIX = dll
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "AMD64"
|
|
LINK_TARGET_CPU = /MACHINE:AMD64
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "IA64"
|
|
LINK_TARGET_CPU = /MACHINE:IA64
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
EXTRALIBS_FOR_BASE =
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "1"
|
|
EXTRALIBS_FOR_BASE =
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
__RUNTIME_LIBS_8 = D
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "static"
|
|
__RUNTIME_LIBS_8 = $(__THREADSFLAG)
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
__WXLIB_NET_p = \
|
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__test_gui___depname = $(OBJS)\test_gui.exe
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
____DEBUGRUNTIME_17_p_1 = /d _DEBUG
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
____DEBUGRUNTIME_17_p_1 =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
____DEBUGRUNTIME_17_p_1 =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
____DEBUGRUNTIME_17_p_1 = /d _DEBUG
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
__RUNTIME_LIBS_23 = D
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "static"
|
|
__RUNTIME_LIBS_23 = $(__THREADSFLAG)
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
__NO_VC_CRTDBG_p_3 = /d __NO_VC_CRTDBG__
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
|
__NO_VC_CRTDBG_p_3 = /d __NO_VC_CRTDBG__
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "AMD64"
|
|
__RES_TARGET_CPU_p_1 = /d WX_CPU_AMD64
|
|
!endif
|
|
!if "$(TARGET_CPU)" == "IA64"
|
|
__RES_TARGET_CPU_p_1 = /d WX_CPU_IA64
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
__WXUNIV_DEFINE_p_3 = /d __WXUNIVERSAL__
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
__DEBUG_DEFINE_p_3 = /d __WXDEBUG__
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
__DEBUG_DEFINE_p_3 = /d __WXDEBUG__
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "0"
|
|
__EXCEPTIONS_DEFINE_p_3 = /d wxNO_EXCEPTIONS
|
|
!endif
|
|
!if "$(USE_RTTI)" == "0"
|
|
__RTTI_DEFINE_p_3 = /d wxNO_RTTI
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREAD_DEFINE_p_3 = /d wxNO_THREADS
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
__UNICODE_DEFINE_p_3 = /d _UNICODE
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__MSLU_DEFINE_p_3 = /d wxUSE_UNICODE_MSLU=1
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
__DLLFLAG_p_3 = /d WXUSINGDLL
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
__WXLIB_CORE_p = \
|
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO = /Zi
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO =
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "0"
|
|
__DEBUGINFO =
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "1"
|
|
__DEBUGINFO = /Zi
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO_1 = /DEBUG
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO_1 =
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "0"
|
|
__DEBUGINFO_1 =
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "1"
|
|
__DEBUGINFO_1 = /DEBUG
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
____DEBUGRUNTIME = /D_DEBUG
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
____DEBUGRUNTIME =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
____DEBUGRUNTIME =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
____DEBUGRUNTIME = /D_DEBUG
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
__DEBUGRUNTIME = d
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
|
|
__DEBUGRUNTIME =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
__DEBUGRUNTIME =
|
|
!endif
|
|
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
|
|
__DEBUGRUNTIME = d
|
|
!endif
|
|
!if "$(BUILD)" == "debug"
|
|
__OPTIMIZEFLAG = /Od
|
|
!endif
|
|
!if "$(BUILD)" == "release"
|
|
__OPTIMIZEFLAG = /O2
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREADSFLAG = L
|
|
!endif
|
|
!if "$(USE_THREADS)" == "1"
|
|
__THREADSFLAG = T
|
|
!endif
|
|
!if "$(USE_RTTI)" == "0"
|
|
__RTTIFLAG =
|
|
!endif
|
|
!if "$(USE_RTTI)" == "1"
|
|
__RTTIFLAG = /GR
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "0"
|
|
__EXCEPTIONSFLAG =
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "1"
|
|
__EXCEPTIONSFLAG = /EHsc
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
|
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
|
|
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
__DEBUG_DEFINE_p = /D__WXDEBUG__
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
__DEBUG_DEFINE_p = /D__WXDEBUG__
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "0"
|
|
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
|
|
!endif
|
|
!if "$(USE_RTTI)" == "0"
|
|
__RTTI_DEFINE_p = /DwxNO_RTTI
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREAD_DEFINE_p = /DwxNO_THREADS
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
__UNICODE_DEFINE_p = /D_UNICODE
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
__DLLFLAG_p = /DWXUSINGDLL
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
__WXLIB_BASE_p = \
|
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "1"
|
|
__WXLIB_MONO_p = \
|
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__UNICOWS_LIB_p = unicows.lib
|
|
!endif
|
|
|
|
|
|
all: $(OBJS)
|
|
$(OBJS):
|
|
-if not exist $(OBJS) mkdir $(OBJS)
|
|
|
|
### Targets: ###
|
|
|
|
all: $(OBJS)\test.exe $(__test_gui___depname) data
|
|
|
|
clean:
|
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
|
|
-if exist $(OBJS)\test.exe del $(OBJS)\test.exe
|
|
-if exist $(OBJS)\test.ilk del $(OBJS)\test.ilk
|
|
-if exist $(OBJS)\test.pdb del $(OBJS)\test.pdb
|
|
-if exist $(OBJS)\test_gui.exe del $(OBJS)\test_gui.exe
|
|
-if exist $(OBJS)\test_gui.ilk del $(OBJS)\test_gui.ilk
|
|
-if exist $(OBJS)\test_gui.pdb del $(OBJS)\test_gui.pdb
|
|
|
|
$(OBJS)\test.exe: $(OBJS)\test_dummy.obj $(TEST_OBJECTS)
|
|
link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE $(CPPUNIT_LIBS) @<<
|
|
$(TEST_OBJECTS) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_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 oleacc.lib odbc32.lib
|
|
<<
|
|
|
|
!if "$(USE_GUI)" == "1"
|
|
$(OBJS)\test_gui.exe: $(OBJS)\test_gui_dummy.obj $(TEST_GUI_OBJECTS) $(OBJS)\test_gui_sample.res
|
|
link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) $(CPPUNIT_LIBS) /SUBSYSTEM:CONSOLE @<<
|
|
$(TEST_GUI_OBJECTS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_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 oleacc.lib odbc32.lib
|
|
<<
|
|
!endif
|
|
|
|
data:
|
|
if not exist $(OBJS) mkdir $(OBJS)
|
|
for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
|
|
|
$(OBJS)\test_dummy.obj: .\dummy.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) /Yctestprec.h $**
|
|
|
|
$(OBJS)\test_test.obj: .\test.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_fileconftest.obj: .\fileconf\fileconftest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_filekind.obj: .\filekind\filekind.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_filenametest.obj: .\filename\filenametest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_filesystest.obj: .\filesys\filesystest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_fontmaptest.obj: .\fontmap\fontmaptest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_formatconvertertest.obj: .\formatconverter\formatconvertertest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_hashes.obj: .\hashes\hashes.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_lists.obj: .\lists\lists.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_regextest.obj: .\regex\regextest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_wxregextest.obj: .\regex\wxregextest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_scopeguardtest.obj: .\scopeguard\scopeguardtest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_strings.obj: .\strings\strings.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_stdstrings.obj: .\strings\stdstrings.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_unicode.obj: .\strings\unicode.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_crt.obj: .\strings\crt.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_bstream.obj: .\streams\bstream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_datastreamtest.obj: .\streams\datastreamtest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_filestream.obj: .\streams\filestream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_largefile.obj: .\streams\largefile.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_memstream.obj: .\streams\memstream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_sstream.obj: .\streams\sstream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_tempfile.obj: .\streams\tempfile.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_textstreamtest.obj: .\streams\textstreamtest.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_uris.obj: .\uris\uris.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_gui_sample.res: .\..\samples\sample.rc
|
|
rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_17_p_1) $(__NO_VC_CRTDBG_p_3) $(__RES_TARGET_CPU_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_3) $(__DEBUG_DEFINE_p_3) $(__EXCEPTIONS_DEFINE_p_3) $(__RTTI_DEFINE_p_3) $(__THREAD_DEFINE_p_3) $(__UNICODE_DEFINE_p_3) $(__MSLU_DEFINE_p_3) /i .\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_3) /i .\..\samples $**
|
|
|
|
$(OBJS)\test_gui_dummy.obj: .\dummy.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) /Yctestprec.h $**
|
|
|
|
$(OBJS)\test_gui_test.obj: .\test.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_gui_rect.obj: .\geometry\rect.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_gui_size.obj: .\geometry\size.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) $**
|
|
|
|
$(OBJS)\test_gui_point.obj: .\geometry\point.cpp
|
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) $**
|
|
|