mirror of
https://github.com/boostorg/regex.git
synced 2026-04-28 18:02:15 +02:00
New vc8 makefile needs to use correct lib name mangling.
Update installation docs for makefiles. Update regression test makefiles. [SVN r29678]
This commit is contained in:
+417
-276
@@ -56,430 +56,571 @@ ICU_LINK_OPTS= /LIBPATH:$(ICU_PATH)\lib icuin.lib icuuc.lib
|
||||
|
||||
ALL_HEADER= ../../../boost/regex/concepts.hpp ../../../boost/regex/config.hpp ../../../boost/regex/icu.hpp ../../../boost/regex/mfc.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/basic_regex_creator.hpp ../../../boost/regex/v4/basic_regex_parser.hpp ../../../boost/regex/v4/c_regex_traits.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cpp_regex_traits.hpp ../../../boost/regex/v4/cregex.hpp ../../../boost/regex/v4/error_type.hpp ../../../boost/regex/v4/fileiter.hpp ../../../boost/regex/v4/instances.hpp ../../../boost/regex/v4/iterator_category.hpp ../../../boost/regex/v4/iterator_traits.hpp ../../../boost/regex/v4/match_flags.hpp ../../../boost/regex/v4/match_results.hpp ../../../boost/regex/v4/mem_block_cache.hpp ../../../boost/regex/v4/perl_matcher.hpp ../../../boost/regex/v4/perl_matcher_common.hpp ../../../boost/regex/v4/perl_matcher_non_recursive.hpp ../../../boost/regex/v4/perl_matcher_recursive.hpp ../../../boost/regex/v4/primary_transform.hpp ../../../boost/regex/v4/protected_call.hpp ../../../boost/regex/v4/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_cstring.hpp ../../../boost/regex/v4/regex_format.hpp ../../../boost/regex/v4/regex_fwd.hpp ../../../boost/regex/v4/regex_grep.hpp ../../../boost/regex/v4/regex_iterator.hpp ../../../boost/regex/v4/regex_kmp.hpp ../../../boost/regex/v4/regex_match.hpp ../../../boost/regex/v4/regex_merge.hpp ../../../boost/regex/v4/regex_raw_buffer.hpp ../../../boost/regex/v4/regex_replace.hpp ../../../boost/regex/v4/regex_search.hpp ../../../boost/regex/v4/regex_split.hpp ../../../boost/regex/v4/regex_stack.hpp ../../../boost/regex/v4/regex_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/regex_traits_defaults.hpp ../../../boost/regex/v4/regex_workaround.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/v4/syntax_type.hpp ../../../boost/regex/v4/u32regex_iterator.hpp ../../../boost/regex/v4/u32regex_token_iterator.hpp ../../../boost/regex/v4/w32_regex_traits.hpp ../../../boost/regex/config/allocator.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cwchar.hpp ../../../boost/regex/config/regex_library_include.hpp
|
||||
|
||||
all : main_dir libboost_regex-vc8-mt-s-1_33_dir ./vc8/libboost_regex-vc8-mt-s-1_33.lib libboost_regex-vc8-mt-sgd-1_33_dir ./vc8/libboost_regex-vc8-mt-sgd-1_33.lib boost_regex-vc8-mt-gd-1_33_dir ./vc8/boost_regex-vc8-mt-gd-1_33.lib boost_regex-vc8-mt-1_33_dir ./vc8/boost_regex-vc8-mt-1_33.lib libboost_regex-vc8-mt-1_33_dir ./vc8/libboost_regex-vc8-mt-1_33.lib libboost_regex-vc8-mt-gd-1_33_dir ./vc8/libboost_regex-vc8-mt-gd-1_33.lib
|
||||
all : main_dir libboost_regex-vc80-s-1_33_dir ./vc80/libboost_regex-vc80-s-1_33.lib libboost_regex-vc80-mt-s-1_33_dir ./vc80/libboost_regex-vc80-mt-s-1_33.lib libboost_regex-vc80-sgd-1_33_dir ./vc80/libboost_regex-vc80-sgd-1_33.lib libboost_regex-vc80-mt-sgd-1_33_dir ./vc80/libboost_regex-vc80-mt-sgd-1_33.lib boost_regex-vc80-mt-gd-1_33_dir ./vc80/boost_regex-vc80-mt-gd-1_33.lib boost_regex-vc80-mt-1_33_dir ./vc80/boost_regex-vc80-mt-1_33.lib libboost_regex-vc80-mt-1_33_dir ./vc80/libboost_regex-vc80-mt-1_33.lib libboost_regex-vc80-mt-gd-1_33_dir ./vc80/libboost_regex-vc80-mt-gd-1_33.lib
|
||||
|
||||
clean : libboost_regex-vc8-mt-s-1_33_clean libboost_regex-vc8-mt-sgd-1_33_clean boost_regex-vc8-mt-gd-1_33_clean boost_regex-vc8-mt-1_33_clean libboost_regex-vc8-mt-1_33_clean libboost_regex-vc8-mt-gd-1_33_clean
|
||||
clean : libboost_regex-vc80-s-1_33_clean libboost_regex-vc80-mt-s-1_33_clean libboost_regex-vc80-sgd-1_33_clean libboost_regex-vc80-mt-sgd-1_33_clean boost_regex-vc80-mt-gd-1_33_clean boost_regex-vc80-mt-1_33_clean libboost_regex-vc80-mt-1_33_clean libboost_regex-vc80-mt-gd-1_33_clean
|
||||
|
||||
install : all
|
||||
copy vc8\libboost_regex-vc8-mt-s-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\libboost_regex-vc8-mt-sgd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\boost_regex-vc8-mt-gd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\boost_regex-vc8-mt-gd-1_33.dll "$(MSVCDIR)\bin"
|
||||
copy vc8\boost_regex-vc8-mt-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\boost_regex-vc8-mt-1_33.dll "$(MSVCDIR)\bin"
|
||||
copy vc8\libboost_regex-vc8-mt-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\libboost_regex-vc8-mt-gd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc8\libboost_regex-vc8-mt-gd-1_33.pdb "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-s-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-s-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-sgd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-sgd-1_33.pdb "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-sgd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-sgd-1_33.pdb "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-gd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-gd-1_33.dll "$(MSVCDIR)\bin"
|
||||
copy vc80\boost_regex-vc80-mt-gd-1_33.pdb "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-1_33.dll "$(MSVCDIR)\bin"
|
||||
copy vc80\libboost_regex-vc80-mt-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-gd-1_33.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-gd-1_33.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc8\$(NULL)" mkdir vc8
|
||||
@if not exist "vc80\$(NULL)" mkdir vc80
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc8-mt-s-1_33.lib
|
||||
# section for libboost_regex-vc80-s-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/cregex.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/icu.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/instances.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/regex.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-s-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-s-1_33/ -Fdvc8/libboost_regex-vc8-mt-s-1_33.pdb ../src/winstances.cpp
|
||||
vc80/libboost_regex-vc80-s-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-s-1_33/ -Fdvc80/libboost_regex-vc80-s-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc8-mt-s-1_33_dir :
|
||||
@if not exist "vc8\libboost_regex-vc8-mt-s-1_33\$(NULL)" mkdir vc8\libboost_regex-vc8-mt-s-1_33
|
||||
libboost_regex-vc80-s-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-s-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-s-1_33
|
||||
|
||||
libboost_regex-vc8-mt-s-1_33_clean :
|
||||
del vc8\libboost_regex-vc8-mt-s-1_33\*.obj
|
||||
del vc8\libboost_regex-vc8-mt-s-1_33\*.idb
|
||||
del vc8\libboost_regex-vc8-mt-s-1_33\*.exp
|
||||
del vc8\libboost_regex-vc8-mt-s-1_33\*.pch
|
||||
libboost_regex-vc80-s-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-s-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-s-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-s-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-s-1_33\*.pch
|
||||
|
||||
./vc8/libboost_regex-vc8-mt-s-1_33.lib : vc8/libboost_regex-vc8-mt-s-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/cregex.obj vc8/libboost_regex-vc8-mt-s-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-s-1_33/icu.obj vc8/libboost_regex-vc8-mt-s-1_33/instances.obj vc8/libboost_regex-vc8-mt-s-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-s-1_33/regex.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-s-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-s-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-s-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-s-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc8/libboost_regex-vc8-mt-s-1_33.lib $(XSFLAGS) vc8/libboost_regex-vc8-mt-s-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/cregex.obj vc8/libboost_regex-vc8-mt-s-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-s-1_33/icu.obj vc8/libboost_regex-vc8-mt-s-1_33/instances.obj vc8/libboost_regex-vc8-mt-s-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-s-1_33/regex.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-s-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-s-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-s-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-s-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-s-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-s-1_33/winstances.obj
|
||||
./vc80/libboost_regex-vc80-s-1_33.lib : vc80/libboost_regex-vc80-s-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/cregex.obj vc80/libboost_regex-vc80-s-1_33/fileiter.obj vc80/libboost_regex-vc80-s-1_33/icu.obj vc80/libboost_regex-vc80-s-1_33/instances.obj vc80/libboost_regex-vc80-s-1_33/posix_api.obj vc80/libboost_regex-vc80-s-1_33/regex.obj vc80/libboost_regex-vc80-s-1_33/regex_debug.obj vc80/libboost_regex-vc80-s-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-s-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-s-1_33/static_mutex.obj vc80/libboost_regex-vc80-s-1_33/usinstances.obj vc80/libboost_regex-vc80-s-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-s-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-s-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-s-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/cregex.obj vc80/libboost_regex-vc80-s-1_33/fileiter.obj vc80/libboost_regex-vc80-s-1_33/icu.obj vc80/libboost_regex-vc80-s-1_33/instances.obj vc80/libboost_regex-vc80-s-1_33/posix_api.obj vc80/libboost_regex-vc80-s-1_33/regex.obj vc80/libboost_regex-vc80-s-1_33/regex_debug.obj vc80/libboost_regex-vc80-s-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-s-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-s-1_33/static_mutex.obj vc80/libboost_regex-vc80-s-1_33/usinstances.obj vc80/libboost_regex-vc80-s-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-s-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-s-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc8-mt-sgd-1_33.lib
|
||||
# section for libboost_regex-vc80-mt-s-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/cregex.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/icu.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/instances.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/regex.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-sgd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-sgd-1_33/ -Fdvc8/libboost_regex-vc8-mt-sgd-1_33.pdb ../src/winstances.cpp
|
||||
vc80/libboost_regex-vc80-mt-s-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-s-1_33/ -Fdvc80/libboost_regex-vc80-mt-s-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc8-mt-sgd-1_33_dir :
|
||||
@if not exist "vc8\libboost_regex-vc8-mt-sgd-1_33\$(NULL)" mkdir vc8\libboost_regex-vc8-mt-sgd-1_33
|
||||
libboost_regex-vc80-mt-s-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-s-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-s-1_33
|
||||
|
||||
libboost_regex-vc8-mt-sgd-1_33_clean :
|
||||
del vc8\libboost_regex-vc8-mt-sgd-1_33\*.obj
|
||||
del vc8\libboost_regex-vc8-mt-sgd-1_33\*.idb
|
||||
del vc8\libboost_regex-vc8-mt-sgd-1_33\*.exp
|
||||
del vc8\libboost_regex-vc8-mt-sgd-1_33\*.pch
|
||||
libboost_regex-vc80-mt-s-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-mt-s-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-s-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-s-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-s-1_33\*.pch
|
||||
|
||||
./vc8/libboost_regex-vc8-mt-sgd-1_33.lib : vc8/libboost_regex-vc8-mt-sgd-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/cregex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-sgd-1_33/icu.obj vc8/libboost_regex-vc8-mt-sgd-1_33/instances.obj vc8/libboost_regex-vc8-mt-sgd-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-sgd-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-sgd-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-sgd-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc8/libboost_regex-vc8-mt-sgd-1_33.lib $(XSFLAGS) vc8/libboost_regex-vc8-mt-sgd-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/cregex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-sgd-1_33/icu.obj vc8/libboost_regex-vc8-mt-sgd-1_33/instances.obj vc8/libboost_regex-vc8-mt-sgd-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-sgd-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-sgd-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-sgd-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-sgd-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-sgd-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-sgd-1_33/winstances.obj
|
||||
./vc80/libboost_regex-vc80-mt-s-1_33.lib : vc80/libboost_regex-vc80-mt-s-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/cregex.obj vc80/libboost_regex-vc80-mt-s-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-s-1_33/icu.obj vc80/libboost_regex-vc80-mt-s-1_33/instances.obj vc80/libboost_regex-vc80-mt-s-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-s-1_33/regex.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-s-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-s-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-s-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-s-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-s-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-s-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/cregex.obj vc80/libboost_regex-vc80-mt-s-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-s-1_33/icu.obj vc80/libboost_regex-vc80-mt-s-1_33/instances.obj vc80/libboost_regex-vc80-mt-s-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-s-1_33/regex.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-s-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-s-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-s-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-s-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-s-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc8-mt-gd-1_33.lib
|
||||
# section for libboost_regex-vc80-sgd-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/cregex.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/icu.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/instances.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/regex.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-gd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-gd-1_33/ -Fdvc8/boost_regex-vc8-mt-gd-1_33.pdb ../src/winstances.cpp
|
||||
vc80/libboost_regex-vc80-sgd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-sgd-1_33/ -Fdvc80/libboost_regex-vc80-sgd-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc8-mt-gd-1_33_dir :
|
||||
@if not exist "vc8\boost_regex-vc8-mt-gd-1_33\$(NULL)" mkdir vc8\boost_regex-vc8-mt-gd-1_33
|
||||
libboost_regex-vc80-sgd-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-sgd-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-sgd-1_33
|
||||
|
||||
boost_regex-vc8-mt-gd-1_33_clean :
|
||||
del vc8\boost_regex-vc8-mt-gd-1_33\*.obj
|
||||
del vc8\boost_regex-vc8-mt-gd-1_33\*.idb
|
||||
del vc8\boost_regex-vc8-mt-gd-1_33\*.exp
|
||||
del vc8\boost_regex-vc8-mt-gd-1_33\*.pch
|
||||
libboost_regex-vc80-sgd-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-sgd-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-sgd-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-sgd-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-sgd-1_33\*.pch
|
||||
|
||||
./vc8/boost_regex-vc8-mt-gd-1_33.lib : vc8/boost_regex-vc8-mt-gd-1_33/c_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/cregex.obj vc8/boost_regex-vc8-mt-gd-1_33/fileiter.obj vc8/boost_regex-vc8-mt-gd-1_33/icu.obj vc8/boost_regex-vc8-mt-gd-1_33/instances.obj vc8/boost_regex-vc8-mt-gd-1_33/posix_api.obj vc8/boost_regex-vc8-mt-gd-1_33/regex.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_debug.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj vc8/boost_regex-vc8-mt-gd-1_33/static_mutex.obj vc8/boost_regex-vc8-mt-gd-1_33/usinstances.obj vc8/boost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/wide_posix_api.obj vc8/boost_regex-vc8-mt-gd-1_33/winstances.obj
|
||||
link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"vc8/boost_regex-vc8-mt-gd-1_33.pdb" /debug /machine:I386 /out:"vc8/boost_regex-vc8-mt-gd-1_33.dll" /implib:"vc8/boost_regex-vc8-mt-gd-1_33.lib" /LIBPATH:$(STLPORT_PATH)\lib $(XLFLAGS) $(ICU_LINK_OPTS) vc8/boost_regex-vc8-mt-gd-1_33/c_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/cregex.obj vc8/boost_regex-vc8-mt-gd-1_33/fileiter.obj vc8/boost_regex-vc8-mt-gd-1_33/icu.obj vc8/boost_regex-vc8-mt-gd-1_33/instances.obj vc8/boost_regex-vc8-mt-gd-1_33/posix_api.obj vc8/boost_regex-vc8-mt-gd-1_33/regex.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_debug.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj vc8/boost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj vc8/boost_regex-vc8-mt-gd-1_33/static_mutex.obj vc8/boost_regex-vc8-mt-gd-1_33/usinstances.obj vc8/boost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj vc8/boost_regex-vc8-mt-gd-1_33/wide_posix_api.obj vc8/boost_regex-vc8-mt-gd-1_33/winstances.obj
|
||||
./vc80/libboost_regex-vc80-sgd-1_33.lib : vc80/libboost_regex-vc80-sgd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/cregex.obj vc80/libboost_regex-vc80-sgd-1_33/fileiter.obj vc80/libboost_regex-vc80-sgd-1_33/icu.obj vc80/libboost_regex-vc80-sgd-1_33/instances.obj vc80/libboost_regex-vc80-sgd-1_33/posix_api.obj vc80/libboost_regex-vc80-sgd-1_33/regex.obj vc80/libboost_regex-vc80-sgd-1_33/regex_debug.obj vc80/libboost_regex-vc80-sgd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-sgd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-sgd-1_33/static_mutex.obj vc80/libboost_regex-vc80-sgd-1_33/usinstances.obj vc80/libboost_regex-vc80-sgd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-sgd-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-sgd-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-sgd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/cregex.obj vc80/libboost_regex-vc80-sgd-1_33/fileiter.obj vc80/libboost_regex-vc80-sgd-1_33/icu.obj vc80/libboost_regex-vc80-sgd-1_33/instances.obj vc80/libboost_regex-vc80-sgd-1_33/posix_api.obj vc80/libboost_regex-vc80-sgd-1_33/regex.obj vc80/libboost_regex-vc80-sgd-1_33/regex_debug.obj vc80/libboost_regex-vc80-sgd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-sgd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-sgd-1_33/static_mutex.obj vc80/libboost_regex-vc80-sgd-1_33/usinstances.obj vc80/libboost_regex-vc80-sgd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-sgd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-sgd-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc8-mt-1_33.lib
|
||||
# section for libboost_regex-vc80-mt-sgd-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/boost_regex-vc8-mt-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/cregex.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/icu.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/instances.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/regex.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/boost_regex-vc8-mt-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/boost_regex-vc8-mt-1_33/ -Fdvc8/boost_regex-vc8-mt-1_33.pdb ../src/winstances.cpp
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-sgd-1_33/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc8-mt-1_33_dir :
|
||||
@if not exist "vc8\boost_regex-vc8-mt-1_33\$(NULL)" mkdir vc8\boost_regex-vc8-mt-1_33
|
||||
libboost_regex-vc80-mt-sgd-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-sgd-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-sgd-1_33
|
||||
|
||||
boost_regex-vc8-mt-1_33_clean :
|
||||
del vc8\boost_regex-vc8-mt-1_33\*.obj
|
||||
del vc8\boost_regex-vc8-mt-1_33\*.idb
|
||||
del vc8\boost_regex-vc8-mt-1_33\*.exp
|
||||
del vc8\boost_regex-vc8-mt-1_33\*.pch
|
||||
libboost_regex-vc80-mt-sgd-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_33\*.pch
|
||||
|
||||
./vc8/boost_regex-vc8-mt-1_33.lib : vc8/boost_regex-vc8-mt-1_33/c_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/cpp_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/cregex.obj vc8/boost_regex-vc8-mt-1_33/fileiter.obj vc8/boost_regex-vc8-mt-1_33/icu.obj vc8/boost_regex-vc8-mt-1_33/instances.obj vc8/boost_regex-vc8-mt-1_33/posix_api.obj vc8/boost_regex-vc8-mt-1_33/regex.obj vc8/boost_regex-vc8-mt-1_33/regex_debug.obj vc8/boost_regex-vc8-mt-1_33/regex_raw_buffer.obj vc8/boost_regex-vc8-mt-1_33/regex_traits_defaults.obj vc8/boost_regex-vc8-mt-1_33/static_mutex.obj vc8/boost_regex-vc8-mt-1_33/usinstances.obj vc8/boost_regex-vc8-mt-1_33/w32_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/wc_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/wide_posix_api.obj vc8/boost_regex-vc8-mt-1_33/winstances.obj
|
||||
link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"vc8/boost_regex-vc8-mt-1_33.pdb" /debug /machine:I386 /out:"vc8/boost_regex-vc8-mt-1_33.dll" /implib:"vc8/boost_regex-vc8-mt-1_33.lib" /LIBPATH:$(STLPORT_PATH)\lib $(XLFLAGS) $(ICU_LINK_OPTS) vc8/boost_regex-vc8-mt-1_33/c_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/cpp_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/cregex.obj vc8/boost_regex-vc8-mt-1_33/fileiter.obj vc8/boost_regex-vc8-mt-1_33/icu.obj vc8/boost_regex-vc8-mt-1_33/instances.obj vc8/boost_regex-vc8-mt-1_33/posix_api.obj vc8/boost_regex-vc8-mt-1_33/regex.obj vc8/boost_regex-vc8-mt-1_33/regex_debug.obj vc8/boost_regex-vc8-mt-1_33/regex_raw_buffer.obj vc8/boost_regex-vc8-mt-1_33/regex_traits_defaults.obj vc8/boost_regex-vc8-mt-1_33/static_mutex.obj vc8/boost_regex-vc8-mt-1_33/usinstances.obj vc8/boost_regex-vc8-mt-1_33/w32_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/wc_regex_traits.obj vc8/boost_regex-vc8-mt-1_33/wide_posix_api.obj vc8/boost_regex-vc8-mt-1_33/winstances.obj
|
||||
./vc80/libboost_regex-vc80-mt-sgd-1_33.lib : vc80/libboost_regex-vc80-mt-sgd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/cregex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-sgd-1_33/icu.obj vc80/libboost_regex-vc80-mt-sgd-1_33/instances.obj vc80/libboost_regex-vc80-mt-sgd-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-sgd-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-sgd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-sgd-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-sgd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/cregex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-sgd-1_33/icu.obj vc80/libboost_regex-vc80-mt-sgd-1_33/instances.obj vc80/libboost_regex-vc80-mt-sgd-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-sgd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-sgd-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-sgd-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-sgd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc8-mt-1_33.lib
|
||||
# section for boost_regex-vc80-mt-gd-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/libboost_regex-vc8-mt-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/cregex.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/icu.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/instances.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/regex.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-1_33/ -Fdvc8/libboost_regex-vc8-mt-1_33.pdb ../src/winstances.cpp
|
||||
vc80/boost_regex-vc80-mt-gd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-gd-1_33/ -Fdvc80/boost_regex-vc80-mt-gd-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc8-mt-1_33_dir :
|
||||
@if not exist "vc8\libboost_regex-vc8-mt-1_33\$(NULL)" mkdir vc8\libboost_regex-vc8-mt-1_33
|
||||
boost_regex-vc80-mt-gd-1_33_dir :
|
||||
@if not exist "vc80\boost_regex-vc80-mt-gd-1_33\$(NULL)" mkdir vc80\boost_regex-vc80-mt-gd-1_33
|
||||
|
||||
libboost_regex-vc8-mt-1_33_clean :
|
||||
del vc8\libboost_regex-vc8-mt-1_33\*.obj
|
||||
del vc8\libboost_regex-vc8-mt-1_33\*.idb
|
||||
del vc8\libboost_regex-vc8-mt-1_33\*.exp
|
||||
del vc8\libboost_regex-vc8-mt-1_33\*.pch
|
||||
boost_regex-vc80-mt-gd-1_33_clean :
|
||||
del vc80\boost_regex-vc80-mt-gd-1_33\*.obj
|
||||
del vc80\boost_regex-vc80-mt-gd-1_33\*.idb
|
||||
del vc80\boost_regex-vc80-mt-gd-1_33\*.exp
|
||||
del vc80\boost_regex-vc80-mt-gd-1_33\*.pch
|
||||
|
||||
./vc8/libboost_regex-vc8-mt-1_33.lib : vc8/libboost_regex-vc8-mt-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/cregex.obj vc8/libboost_regex-vc8-mt-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-1_33/icu.obj vc8/libboost_regex-vc8-mt-1_33/instances.obj vc8/libboost_regex-vc8-mt-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-1_33/regex.obj vc8/libboost_regex-vc8-mt-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc8/libboost_regex-vc8-mt-1_33.lib $(XSFLAGS) vc8/libboost_regex-vc8-mt-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/cregex.obj vc8/libboost_regex-vc8-mt-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-1_33/icu.obj vc8/libboost_regex-vc8-mt-1_33/instances.obj vc8/libboost_regex-vc8-mt-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-1_33/regex.obj vc8/libboost_regex-vc8-mt-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-1_33/winstances.obj
|
||||
./vc80/boost_regex-vc80-mt-gd-1_33.lib : vc80/boost_regex-vc80-mt-gd-1_33/c_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/cregex.obj vc80/boost_regex-vc80-mt-gd-1_33/fileiter.obj vc80/boost_regex-vc80-mt-gd-1_33/icu.obj vc80/boost_regex-vc80-mt-gd-1_33/instances.obj vc80/boost_regex-vc80-mt-gd-1_33/posix_api.obj vc80/boost_regex-vc80-mt-gd-1_33/regex.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_debug.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-gd-1_33/static_mutex.obj vc80/boost_regex-vc80-mt-gd-1_33/usinstances.obj vc80/boost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/wide_posix_api.obj vc80/boost_regex-vc80-mt-gd-1_33/winstances.obj
|
||||
link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"vc80/boost_regex-vc80-mt-gd-1_33.pdb" /debug /machine:I386 /out:"vc80/boost_regex-vc80-mt-gd-1_33.dll" /implib:"vc80/boost_regex-vc80-mt-gd-1_33.lib" /LIBPATH:$(STLPORT_PATH)\lib $(XLFLAGS) $(ICU_LINK_OPTS) vc80/boost_regex-vc80-mt-gd-1_33/c_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/cregex.obj vc80/boost_regex-vc80-mt-gd-1_33/fileiter.obj vc80/boost_regex-vc80-mt-gd-1_33/icu.obj vc80/boost_regex-vc80-mt-gd-1_33/instances.obj vc80/boost_regex-vc80-mt-gd-1_33/posix_api.obj vc80/boost_regex-vc80-mt-gd-1_33/regex.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_debug.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-gd-1_33/static_mutex.obj vc80/boost_regex-vc80-mt-gd-1_33/usinstances.obj vc80/boost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_33/wide_posix_api.obj vc80/boost_regex-vc80-mt-gd-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc8-mt-gd-1_33.lib
|
||||
# section for boost_regex-vc80-mt-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/cregex.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/fileiter.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/icu.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/instances.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/posix_api.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/regex.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/regex_debug.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/static_mutex.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/usinstances.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc8/libboost_regex-vc8-mt-gd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc8/libboost_regex-vc8-mt-gd-1_33/ -Fdvc8/libboost_regex-vc8-mt-gd-1_33.pdb ../src/winstances.cpp
|
||||
vc80/boost_regex-vc80-mt-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/boost_regex-vc80-mt-1_33/ -Fdvc80/boost_regex-vc80-mt-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc8-mt-gd-1_33_dir :
|
||||
@if not exist "vc8\libboost_regex-vc8-mt-gd-1_33\$(NULL)" mkdir vc8\libboost_regex-vc8-mt-gd-1_33
|
||||
boost_regex-vc80-mt-1_33_dir :
|
||||
@if not exist "vc80\boost_regex-vc80-mt-1_33\$(NULL)" mkdir vc80\boost_regex-vc80-mt-1_33
|
||||
|
||||
libboost_regex-vc8-mt-gd-1_33_clean :
|
||||
del vc8\libboost_regex-vc8-mt-gd-1_33\*.obj
|
||||
del vc8\libboost_regex-vc8-mt-gd-1_33\*.idb
|
||||
del vc8\libboost_regex-vc8-mt-gd-1_33\*.exp
|
||||
del vc8\libboost_regex-vc8-mt-gd-1_33\*.pch
|
||||
boost_regex-vc80-mt-1_33_clean :
|
||||
del vc80\boost_regex-vc80-mt-1_33\*.obj
|
||||
del vc80\boost_regex-vc80-mt-1_33\*.idb
|
||||
del vc80\boost_regex-vc80-mt-1_33\*.exp
|
||||
del vc80\boost_regex-vc80-mt-1_33\*.pch
|
||||
|
||||
./vc8/libboost_regex-vc8-mt-gd-1_33.lib : vc8/libboost_regex-vc8-mt-gd-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/cregex.obj vc8/libboost_regex-vc8-mt-gd-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-gd-1_33/icu.obj vc8/libboost_regex-vc8-mt-gd-1_33/instances.obj vc8/libboost_regex-vc8-mt-gd-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-gd-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-gd-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-gd-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc8/libboost_regex-vc8-mt-gd-1_33.lib $(XSFLAGS) vc8/libboost_regex-vc8-mt-gd-1_33/c_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/cpp_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/cregex.obj vc8/libboost_regex-vc8-mt-gd-1_33/fileiter.obj vc8/libboost_regex-vc8-mt-gd-1_33/icu.obj vc8/libboost_regex-vc8-mt-gd-1_33/instances.obj vc8/libboost_regex-vc8-mt-gd-1_33/posix_api.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_debug.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_raw_buffer.obj vc8/libboost_regex-vc8-mt-gd-1_33/regex_traits_defaults.obj vc8/libboost_regex-vc8-mt-gd-1_33/static_mutex.obj vc8/libboost_regex-vc8-mt-gd-1_33/usinstances.obj vc8/libboost_regex-vc8-mt-gd-1_33/w32_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/wc_regex_traits.obj vc8/libboost_regex-vc8-mt-gd-1_33/wide_posix_api.obj vc8/libboost_regex-vc8-mt-gd-1_33/winstances.obj
|
||||
./vc80/boost_regex-vc80-mt-1_33.lib : vc80/boost_regex-vc80-mt-1_33/c_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/cregex.obj vc80/boost_regex-vc80-mt-1_33/fileiter.obj vc80/boost_regex-vc80-mt-1_33/icu.obj vc80/boost_regex-vc80-mt-1_33/instances.obj vc80/boost_regex-vc80-mt-1_33/posix_api.obj vc80/boost_regex-vc80-mt-1_33/regex.obj vc80/boost_regex-vc80-mt-1_33/regex_debug.obj vc80/boost_regex-vc80-mt-1_33/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-1_33/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-1_33/static_mutex.obj vc80/boost_regex-vc80-mt-1_33/usinstances.obj vc80/boost_regex-vc80-mt-1_33/w32_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/wc_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/wide_posix_api.obj vc80/boost_regex-vc80-mt-1_33/winstances.obj
|
||||
link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"vc80/boost_regex-vc80-mt-1_33.pdb" /debug /machine:I386 /out:"vc80/boost_regex-vc80-mt-1_33.dll" /implib:"vc80/boost_regex-vc80-mt-1_33.lib" /LIBPATH:$(STLPORT_PATH)\lib $(XLFLAGS) $(ICU_LINK_OPTS) vc80/boost_regex-vc80-mt-1_33/c_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/cregex.obj vc80/boost_regex-vc80-mt-1_33/fileiter.obj vc80/boost_regex-vc80-mt-1_33/icu.obj vc80/boost_regex-vc80-mt-1_33/instances.obj vc80/boost_regex-vc80-mt-1_33/posix_api.obj vc80/boost_regex-vc80-mt-1_33/regex.obj vc80/boost_regex-vc80-mt-1_33/regex_debug.obj vc80/boost_regex-vc80-mt-1_33/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-1_33/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-1_33/static_mutex.obj vc80/boost_regex-vc80-mt-1_33/usinstances.obj vc80/boost_regex-vc80-mt-1_33/w32_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/wc_regex_traits.obj vc80/boost_regex-vc80-mt-1_33/wide_posix_api.obj vc80/boost_regex-vc80-mt-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2 /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-1_33/ -Fdvc80/libboost_regex-vc80-mt-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-1_33
|
||||
|
||||
libboost_regex-vc80-mt-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-mt-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-1_33\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-1_33.lib : vc80/libboost_regex-vc80-mt-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/cregex.obj vc80/libboost_regex-vc80-mt-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-1_33/icu.obj vc80/libboost_regex-vc80-mt-1_33/instances.obj vc80/libboost_regex-vc80-mt-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-1_33/regex.obj vc80/libboost_regex-vc80-mt-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/cregex.obj vc80/libboost_regex-vc80-mt-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-1_33/icu.obj vc80/libboost_regex-vc80-mt-1_33/instances.obj vc80/libboost_regex-vc80-mt-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-1_33/regex.obj vc80/libboost_regex-vc80-mt-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-1_33/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-gd-1_33.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_33/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc80/libboost_regex-vc80-mt-gd-1_33/ -Fdvc80/libboost_regex-vc80-mt-gd-1_33.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-gd-1_33_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-gd-1_33\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-gd-1_33
|
||||
|
||||
libboost_regex-vc80-mt-gd-1_33_clean :
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_33\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_33\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_33\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_33\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-gd-1_33.lib : vc80/libboost_regex-vc80-mt-gd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/cregex.obj vc80/libboost_regex-vc80-mt-gd-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-gd-1_33/icu.obj vc80/libboost_regex-vc80-mt-gd-1_33/instances.obj vc80/libboost_regex-vc80-mt-gd-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-gd-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-gd-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_33/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-gd-1_33.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-gd-1_33/c_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/cregex.obj vc80/libboost_regex-vc80-mt-gd-1_33/fileiter.obj vc80/libboost_regex-vc80-mt-gd-1_33/icu.obj vc80/libboost_regex-vc80-mt-gd-1_33/instances.obj vc80/libboost_regex-vc80-mt-gd-1_33/posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_debug.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-gd-1_33/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-gd-1_33/static_mutex.obj vc80/libboost_regex-vc80-mt-gd-1_33/usinstances.obj vc80/libboost_regex-vc80-mt-gd-1_33/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_33/wide_posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_33/winstances.obj
|
||||
|
||||
|
||||
+1
-1
@@ -443,7 +443,7 @@ debug_extra="$EH_OPTS"
|
||||
is_stlport="no"
|
||||
out="vc8.mak"
|
||||
no_single="no"
|
||||
subdir="vc8"
|
||||
subdir="vc80"
|
||||
vc6_gen
|
||||
|
||||
|
||||
|
||||
+14
-6
@@ -49,14 +49,22 @@
|
||||
support</A> via ICU. There is no need to enable this support if you
|
||||
don't need it, but if you use ICU for your Unicode support already, and want to
|
||||
work with Unicode-aware regular expressions then read on.</P>
|
||||
<P>To enable ICU support you need to set the environment variable ICU_PATH to
|
||||
point to the route directory of your ICU installation, for example if ICU was
|
||||
installed to /usr/local you might use:</P>
|
||||
<PRE>bjam -sICU_PATH=/usr/local -sTOOLS=<A href="../../../more/getting_started.html#Tools" >my-compiler</A></PRE>
|
||||
<P>If you're building on a Unix-like platform, and ICU is already installed in
|
||||
you're compilers search path (with an install prefix of /usr or /usr/local
|
||||
for example), then set the environment variable HAVE_ICU to enable ICU
|
||||
support. For example you might build with the command line:</P>
|
||||
<PRE>bjam -sHAVE_ICU=1 -sTOOLS=<A href="../../../more/getting_started.html#Tools">my-compiler</A></PRE>
|
||||
<P>If ICU is not already in your compilers path then you need to set the
|
||||
environment variable ICU_PATH to point to the route directory of your ICU
|
||||
installation, for example if ICU was installed to /usr/local/icu/3.3 you might
|
||||
use:</P>
|
||||
<PRE>bjam -sICU_PATH=/usr/local/icu/3.3 -sTOOLS=<A href="../../../more/getting_started.html#Tools" >my-compiler</A></PRE>
|
||||
<P>Note that ICU is a C++ library just like Boost is, as such your copy of ICU
|
||||
must have been built with the same C++ compiler (and compiler version) that you
|
||||
are using to build Boost. <STRONG>Boost.Regex will not work correctly unless
|
||||
you ensure that this is the case</STRONG>.</P>
|
||||
you ensure that this is the case:</STRONG> it is up to you to ensure that
|
||||
the version of ICU you are using is binary compatible with the toolset you use
|
||||
to build Boost.</P>
|
||||
<H2><A name="make"></A>Building via makefiles</H2>
|
||||
<H3><A name="bcb"></A>Borland C++ Builder:
|
||||
</H3>
|
||||
@@ -111,7 +119,7 @@
|
||||
if this causes problems for you, then try defining BOOST_NO_STD_LOCALE when
|
||||
building, this will disable some features throughout boost, but may save you a
|
||||
lot in compile times!</P>
|
||||
<H3><A name="vc"></A>Microsoft Visual C++ 6 and 7</H3>
|
||||
<H3><A name="vc"></A>Microsoft Visual C++ 6, 7, 7.1 and 8</H3>
|
||||
<P>You need version 6 of MSVC to build this library. If you are using VC5 then you
|
||||
may want to look at one of the previous releases of this <A href="http://ourworld.compuserve.com/homepages/john_maddock/regexpp.htm">
|
||||
library</A>
|
||||
|
||||
+14
-6
@@ -49,14 +49,22 @@
|
||||
support</A> via ICU. There is no need to enable this support if you
|
||||
don't need it, but if you use ICU for your Unicode support already, and want to
|
||||
work with Unicode-aware regular expressions then read on.</P>
|
||||
<P>To enable ICU support you need to set the environment variable ICU_PATH to
|
||||
point to the route directory of your ICU installation, for example if ICU was
|
||||
installed to /usr/local you might use:</P>
|
||||
<PRE>bjam -sICU_PATH=/usr/local -sTOOLS=<A href="../../../more/getting_started.html#Tools" >my-compiler</A></PRE>
|
||||
<P>If you're building on a Unix-like platform, and ICU is already installed in
|
||||
you're compilers search path (with an install prefix of /usr or /usr/local
|
||||
for example), then set the environment variable HAVE_ICU to enable ICU
|
||||
support. For example you might build with the command line:</P>
|
||||
<PRE>bjam -sHAVE_ICU=1 -sTOOLS=<A href="../../../more/getting_started.html#Tools">my-compiler</A></PRE>
|
||||
<P>If ICU is not already in your compilers path then you need to set the
|
||||
environment variable ICU_PATH to point to the route directory of your ICU
|
||||
installation, for example if ICU was installed to /usr/local/icu/3.3 you might
|
||||
use:</P>
|
||||
<PRE>bjam -sICU_PATH=/usr/local/icu/3.3 -sTOOLS=<A href="../../../more/getting_started.html#Tools" >my-compiler</A></PRE>
|
||||
<P>Note that ICU is a C++ library just like Boost is, as such your copy of ICU
|
||||
must have been built with the same C++ compiler (and compiler version) that you
|
||||
are using to build Boost. <STRONG>Boost.Regex will not work correctly unless
|
||||
you ensure that this is the case</STRONG>.</P>
|
||||
you ensure that this is the case:</STRONG> it is up to you to ensure that
|
||||
the version of ICU you are using is binary compatible with the toolset you use
|
||||
to build Boost.</P>
|
||||
<H2><A name="make"></A>Building via makefiles</H2>
|
||||
<H3><A name="bcb"></A>Borland C++ Builder:
|
||||
</H3>
|
||||
@@ -111,7 +119,7 @@
|
||||
if this causes problems for you, then try defining BOOST_NO_STD_LOCALE when
|
||||
building, this will disable some features throughout boost, but may save you a
|
||||
lot in compile times!</P>
|
||||
<H3><A name="vc"></A>Microsoft Visual C++ 6 and 7</H3>
|
||||
<H3><A name="vc"></A>Microsoft Visual C++ 6, 7, 7.1 and 8</H3>
|
||||
<P>You need version 6 of MSVC to build this library. If you are using VC5 then you
|
||||
may want to look at one of the previous releases of this <A href="http://ourworld.compuserve.com/homepages/john_maddock/regexpp.htm">
|
||||
library</A>
|
||||
|
||||
@@ -11,7 +11,7 @@ BCROOT=$(MAKEDIR)\..
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
BCC32 = $(BCROOT)\bin\Bcc32.exe
|
||||
TLINK32 = $(BCROOT)\bin\ILink32.exe
|
||||
@@ -205,5 +205,6 @@ r6lv.exe : $(SOURCES)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ CXX= g++ $(INCLUDES) -L../../../../stage/lib -I../../../../ -I./ $(CXXFLAGS) -L.
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
total : gcc_regress
|
||||
export LD_LIBRARY_PATH="../../build/gcc:$LD_LIBRARY_PATH" && ./gcc_regress tests.txt
|
||||
@@ -64,5 +64,6 @@ debug : $(SOURCES)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ CXX= CC $(INCLUDES) -I../../../../ -I./ $(CXXFLAGS) -L../../../../stage/lib -L..
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
total : r rm r/regress rm/regress rs rms rs/regress rms/regress rw rmw rw/regress rmw/regress rsw rmsw rsw/regress rmsw/regress
|
||||
echo testsing narrow character versions:
|
||||
@@ -135,5 +135,6 @@ clean:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+30
-180
@@ -24,7 +24,7 @@ XLFLAGS=
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
!IF "$(MSVCDIR)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
@@ -39,184 +39,34 @@ CFLAGS= $(INCLUDES) /I$(STLPORT_PATH)\stlport /Zm400 /GF /Gy -GX -GR -I..\..\..\
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc6-stlport /LIBPATH:$(STLPORT_PATH)\lib user32.lib $(XLFLAGS)
|
||||
|
||||
all : $(STLPORT_PATH)\stlport\string r1m.exe r2m.exe r4m.exe r5m.exe r1l.exe r2l.exe r4l.exe r5l.exe r1ls.exe r2ls.exe r4ls.exe r5ls.exe r1md.exe r2md.exe r4md.exe r5md.exe r1lmd.exe r2lmd.exe r4lmd.exe r5lmd.exe r1mdd.exe r2mdd.exe r4mdd.exe r5mdd.exe r1lmdd.exe r2lmdd.exe
|
||||
echo testing static multi-threaded version....
|
||||
r1m tests.txt test1252.txt
|
||||
r2m tests.txt
|
||||
r4m tests.txt test1252.txt
|
||||
r5m tests.txt
|
||||
echo testing DLL version....
|
||||
r1l tests.txt test1252.txt
|
||||
r2l tests.txt
|
||||
r4l tests.txt test1252.txt
|
||||
r5l tests.txt
|
||||
echo testing static version with dll runtime....
|
||||
r1ls tests.txt test1252.txt
|
||||
r2ls tests.txt
|
||||
r4ls tests.txt test1252.txt
|
||||
r5ls tests.txt
|
||||
echo testing static multi-threaded debug version....
|
||||
r1md tests.txt test1252.txt
|
||||
r2md tests.txt
|
||||
r4md tests.txt test1252.txt
|
||||
r5md tests.txt
|
||||
echo testing dll debug version....
|
||||
r1lmd tests.txt test1252.txt
|
||||
r2lmd tests.txt
|
||||
r4lmd tests.txt test1252.txt
|
||||
r5lmd tests.txt
|
||||
echo testing static multi-threaded stl-debug version....
|
||||
r1mdd tests.txt test1252.txt
|
||||
r2mdd tests.txt
|
||||
r4mdd tests.txt test1252.txt
|
||||
r5mdd tests.txt
|
||||
echo testing dll stl-debug version....
|
||||
r1lmdd tests.txt test1252.txt
|
||||
r2lmdd tests.txt
|
||||
|
||||
|
||||
r1m.exe : $(SOURCES)
|
||||
cl /MT /D_MT -o r1m.exe $(CFLAGS) -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r2m.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r3m.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r4m.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r5m.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r6m.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1l.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2l.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3l.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4l.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5l.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6l.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r1md.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r2md.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r3md.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r4md.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r5md.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6md.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r6md.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r1lmd.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r2lmd.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r3lmd.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r4lmd.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r5lmd.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6lmd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r6lmd.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r1lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r2lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r3lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r4lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r5lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6lmdd.exe : $(SOURCES)
|
||||
cl /MDd $(CXXDEBUG) /D_MT /D_DLL $(CFLAGS) -o r6lmdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r1mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r2mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r3mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r4mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r5mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6mdd.exe : $(SOURCES)
|
||||
cl /MTd $(CXXDEBUG) /D_MT $(CFLAGS) -o r6mdd.exe -D__STL_DEBUG /D_STLP_DEBUG -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
all :: r3-vc6-stlport.exe r4-vc6-stlport.exe r5-vc6-stlport.exe r6-vc6-stlport.exe r7-vc6-stlport.exe r8-vc6-stlport.exe
|
||||
r1-vc6-stlport
|
||||
r2-vc6-stlport
|
||||
r3-vc6-stlport
|
||||
r4-vc6-stlport
|
||||
r5-vc6-stlport
|
||||
r6-vc6-stlport
|
||||
-copy ..\..\build\vc6\boost_regex*.dll
|
||||
-copy ..\..\..\..\stage\lib\boost_regex*.dll
|
||||
r7-vc6-stlport
|
||||
r8-vc6-stlport
|
||||
|
||||
r3-vc6-stlport.exe :
|
||||
cl /MT $(CFLAGS) /O2 -o r3-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4-vc6-stlport.exe :
|
||||
cl /MTd $(CFLAGS) -o r4-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5-vc6-stlport.exe :
|
||||
cl /MD $(CFLAGS) /O2 -o r5-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6-vc6-stlport.exe :
|
||||
cl /MDd $(CFLAGS) -o r6-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r7-vc6-stlport.exe :
|
||||
cl /MD $(CFLAGS) /O2 /DBOOST_ALL_DYN_LINK -o r7-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r8-vc6-stlport.exe :
|
||||
cl /MDd $(CFLAGS) /DBOOST_ALL_DYN_LINK -o r8-vc6-stlport.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
+30
-199
@@ -18,215 +18,46 @@ XLFLAGS=
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
|
||||
CFLAGS= $(INCLUDES) /O2 /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS)
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc6 user32.lib $(XLFLAGS) /DBOOST_LIB_DIAGNOSTIC=1
|
||||
|
||||
all :: r1.exe r2.exe r3.exe r4.exe r5.exe r6.exe r1m.exe r2m.exe r3m.exe r4m.exe r5m.exe r6m.exe r1l.exe r2l.exe r3l.exe r4l.exe r5l.exe r6l.exe r1ls.exe r2ls.exe r3ls.exe r4ls.exe r5ls.exe r6ls.exe r1d.exe r2d.exe r3d.exe r4d.exe r5d.exe r6d.exe r1md.exe r2md.exe r3md.exe r4md.exe r5md.exe r6md.exe r1lmd.exe r2lmd.exe r3lmd.exe r4lmd.exe r5lmd.exe r6lmd.exe
|
||||
echo testing static single threaded version....
|
||||
r1 tests.txt test1252.txt
|
||||
r2 tests.txt
|
||||
r3 tests.txt
|
||||
r4 tests.txt test1252.txt
|
||||
r5 tests.txt
|
||||
r6 tests.txt
|
||||
echo testing static multi-threaded version....
|
||||
r1m tests.txt test1252.txt
|
||||
r2m tests.txt
|
||||
r3m tests.txt
|
||||
r4m tests.txt test1252.txt
|
||||
r5m tests.txt
|
||||
r6m tests.txt
|
||||
echo testing DLL version....
|
||||
r1l tests.txt test1252.txt
|
||||
r2l tests.txt
|
||||
r3l tests.txt
|
||||
r4l tests.txt test1252.txt
|
||||
r5l tests.txt
|
||||
r6l tests.txt
|
||||
echo testing static version with DLL runtime....
|
||||
r1ls tests.txt test1252.txt
|
||||
r2ls tests.txt
|
||||
r3ls tests.txt
|
||||
r4ls tests.txt test1252.txt
|
||||
r5ls tests.txt
|
||||
r6ls tests.txt
|
||||
echo testing static single threaded debug version....
|
||||
r1d tests.txt test1252.txt
|
||||
r2d tests.txt
|
||||
r3d tests.txt
|
||||
r4d tests.txt test1252.txt
|
||||
r5d tests.txt
|
||||
r6d tests.txt
|
||||
echo testing static multi-threaded debug version....
|
||||
r1md tests.txt test1252.txt
|
||||
r2md tests.txt
|
||||
r3md tests.txt
|
||||
r4md tests.txt test1252.txt
|
||||
r5md tests.txt
|
||||
r6md tests.txt
|
||||
echo testing dll debug version....
|
||||
r1lmd tests.txt test1252.txt
|
||||
r2lmd tests.txt
|
||||
r3lmd tests.txt
|
||||
r4lmd tests.txt test1252.txt
|
||||
r5lmd tests.txt
|
||||
r6lmd tests.txt
|
||||
|
||||
|
||||
r1.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r4.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r5.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r6.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1m.exe : $(SOURCES)
|
||||
cl /MT /D_MT -o r1m.exe $(CFLAGS) -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r2m.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r3m.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r4m.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r5m.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r6m.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1l.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2l.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3l.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4l.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5l.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6l.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r1d.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r2d.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r3d.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r4d.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r5d.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r6d.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r1md.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r2md.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r3md.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r4md.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r5md.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r6md.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r1lmd.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r2lmd.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r3lmd.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r4lmd.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r5lmd.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r6lmd.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
SOURCES=*.cpp
|
||||
|
||||
CFLAGS= $(INCLUDES) /Zm400 /GF /Gy -GX -GR -I..\..\..\..\ /DBOOST_LIB_DIAGNOSTIC=1 $(CXXFLAGS)
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc6 user32.lib $(XLFLAGS)
|
||||
|
||||
all :: r1-vc6.exe r2-vc6.exe r3-vc6.exe r4-vc6.exe r5-vc6.exe r6-vc6.exe r7-vc6.exe r8-vc6.exe
|
||||
r1-vc6
|
||||
r2-vc6
|
||||
r3-vc6
|
||||
r4-vc6
|
||||
r5-vc6
|
||||
r6-vc6
|
||||
-copy ..\..\build\vc6\boost_regex*.dll
|
||||
-copy ..\..\..\..\stage\lib\boost_regex*.dll
|
||||
r7-vc6
|
||||
r8-vc6
|
||||
|
||||
r1-vc6.exe :
|
||||
cl /ML $(CFLAGS) /O2 -o r1-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2-vc6.exe :
|
||||
cl /MLd $(CFLAGS) -o r2-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3-vc6.exe :
|
||||
cl /MT $(CFLAGS) /O2 -o r3-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4-vc6.exe :
|
||||
cl /MTd $(CFLAGS) -o r4-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5-vc6.exe :
|
||||
cl /MD $(CFLAGS) /O2 -o r5-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6-vc6.exe :
|
||||
cl /MDd $(CFLAGS) -o r6-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r7-vc6.exe :
|
||||
cl /MD $(CFLAGS) /O2 /DBOOST_ALL_DYN_LINK -o r7-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r8-vc6.exe :
|
||||
cl /MDd $(CFLAGS) /DBOOST_ALL_DYN_LINK -o r8-vc6.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
+29
-200
@@ -18,217 +18,46 @@ XLFLAGS=
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
CFLAGS= $(INCLUDES) /O2 /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS) /DBOOST_LIB_DIAGNOSTIC=1 /Zc:wchar_t
|
||||
CFLAGS= $(INCLUDES) /Zm400 /O2 /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS) /DBOOST_LIB_DIAGNOSTIC=1 /Zc:wchar_t
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc7 $(XLFLAGS)
|
||||
|
||||
all :: r1.exe r2.exe r3.exe r4.exe r5.exe r6.exe r1m.exe r2m.exe r3m.exe r4m.exe r5m.exe r6m.exe r1l.exe r2l.exe r3l.exe r4l.exe r5l.exe r6l.exe r1ls.exe r2ls.exe r3ls.exe r4ls.exe r5ls.exe r6ls.exe r1d.exe r2d.exe r3d.exe r4d.exe r5d.exe r6d.exe r1md.exe r2md.exe r3md.exe r4md.exe r5md.exe r6md.exe r1lmd.exe r2lmd.exe r3lmd.exe r4lmd.exe r5lmd.exe r6lmd.exe
|
||||
echo testing static single threaded version....
|
||||
r1 tests.txt test1252.txt
|
||||
r2 tests.txt
|
||||
r3 tests.txt
|
||||
r4 tests.txt test1252.txt
|
||||
r5 tests.txt
|
||||
r6 tests.txt
|
||||
echo testing static multi-threaded version....
|
||||
r1m tests.txt test1252.txt
|
||||
r2m tests.txt
|
||||
r3m tests.txt
|
||||
r4m tests.txt test1252.txt
|
||||
r5m tests.txt
|
||||
r6m tests.txt
|
||||
echo testing DLL version....
|
||||
r1l tests.txt test1252.txt
|
||||
r2l tests.txt
|
||||
r3l tests.txt
|
||||
r4l tests.txt test1252.txt
|
||||
r5l tests.txt
|
||||
r6l tests.txt
|
||||
echo testing static version with DLL runtime....
|
||||
r1ls tests.txt test1252.txt
|
||||
r2ls tests.txt
|
||||
r3ls tests.txt
|
||||
r4ls tests.txt test1252.txt
|
||||
r5ls tests.txt
|
||||
r6ls tests.txt
|
||||
echo testing static single threaded debug version....
|
||||
r1d tests.txt test1252.txt
|
||||
r2d tests.txt
|
||||
r3d tests.txt
|
||||
r4d tests.txt test1252.txt
|
||||
r5d tests.txt
|
||||
r6d tests.txt
|
||||
echo testing static multi-threaded debug version....
|
||||
r1md tests.txt test1252.txt
|
||||
r2md tests.txt
|
||||
r3md tests.txt
|
||||
r4md tests.txt test1252.txt
|
||||
r5md tests.txt
|
||||
r6md tests.txt
|
||||
echo testing dll debug version....
|
||||
r1lmd tests.txt test1252.txt
|
||||
r2lmd tests.txt
|
||||
r3lmd tests.txt
|
||||
r4lmd tests.txt test1252.txt
|
||||
r5lmd tests.txt
|
||||
r6lmd tests.txt
|
||||
|
||||
|
||||
r1.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r4.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r5.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r6.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1m.exe : $(SOURCES)
|
||||
cl /MT /D_MT -o r1m.exe $(CFLAGS) -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r2m.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r3m.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r4m.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r5m.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r6m.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1l.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2l.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3l.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4l.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5l.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6l.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r1d.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r2d.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r3d.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r4d.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r5d.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r6d.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r1md.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r2md.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r3md.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r4md.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r5md.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r6md.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r1lmd.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r2lmd.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r3lmd.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r4lmd.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r5lmd.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r6lmd.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
all :: r1-vc7.exe r2-vc7.exe r3-vc7.exe r4-vc7.exe r5-vc7.exe r6-vc7.exe r7-vc7.exe r8-vc7.exe
|
||||
r1-vc7
|
||||
r2-vc7
|
||||
r3-vc7
|
||||
r4-vc7
|
||||
r5-vc7
|
||||
r6-vc7
|
||||
-copy ..\..\build\vc7\boost_regex*.dll
|
||||
-copy ..\..\..\..\stage\lib\boost_regex*.dll
|
||||
r7-vc7
|
||||
r8-vc7
|
||||
|
||||
r1-vc7.exe :
|
||||
cl /ML $(CFLAGS) /O2 -o r1-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2-vc7.exe :
|
||||
cl /MLd $(CFLAGS) -o r2-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3-vc7.exe :
|
||||
cl /MT $(CFLAGS) /O2 -o r3-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4-vc7.exe :
|
||||
cl /MTd $(CFLAGS) -o r4-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5-vc7.exe :
|
||||
cl /MD $(CFLAGS) /O2 -o r5-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6-vc7.exe :
|
||||
cl /MDd $(CFLAGS) -o r6-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r7-vc7.exe :
|
||||
cl /MD $(CFLAGS) /O2 /DBOOST_ALL_DYN_LINK -o r7-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r8-vc7.exe :
|
||||
cl /MDd $(CFLAGS) /DBOOST_ALL_DYN_LINK -o r8-vc7.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
+29
-211
@@ -18,228 +18,46 @@ XLFLAGS=
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
CFLAGS= $(INCLUDES) /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS) /DBOOST_LIB_DIAGNOSTIC=1 /Zc:wchar_t
|
||||
CFLAGS= $(INCLUDES) /Zm400 /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS) /DBOOST_LIB_DIAGNOSTIC=1 /Zc:wchar_t
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc71 $(XLFLAGS)
|
||||
|
||||
all :: r1.exe r2.exe r3.exe r4.exe r5.exe r6.exe r1m.exe r2m.exe r3m.exe r4m.exe r5m.exe r6m.exe r1l.exe r2l.exe r3l.exe r4l.exe r5l.exe r6l.exe r1ls.exe r2ls.exe r3ls.exe r4ls.exe r5ls.exe r6ls.exe r1d.exe r2d.exe r3d.exe r4d.exe r5d.exe r6d.exe r1md.exe r2md.exe r3md.exe r4md.exe r5md.exe r6md.exe r1lmd.exe r2lmd.exe r3lmd.exe r4lmd.exe r5lmd.exe r6lmd.exe
|
||||
-copy ..\..\build\vc71\*.dll
|
||||
-copy ..\..\..\..\stage\lib\*vc71*.dll
|
||||
echo testing static single threaded version....
|
||||
r1 tests.txt test1252.txt
|
||||
r2 tests.txt
|
||||
r3 tests.txt
|
||||
r4 tests.txt test1252.txt
|
||||
r5 tests.txt
|
||||
r6 tests.txt
|
||||
echo testing static multi-threaded version....
|
||||
r1m tests.txt test1252.txt
|
||||
r2m tests.txt
|
||||
r3m tests.txt
|
||||
r4m tests.txt test1252.txt
|
||||
r5m tests.txt
|
||||
r6m tests.txt
|
||||
echo testing DLL version....
|
||||
r1l tests.txt test1252.txt
|
||||
r2l tests.txt
|
||||
r3l tests.txt
|
||||
r4l tests.txt test1252.txt
|
||||
r5l tests.txt
|
||||
r6l tests.txt
|
||||
echo testing static version with DLL runtime....
|
||||
r1ls tests.txt test1252.txt
|
||||
r2ls tests.txt
|
||||
r3ls tests.txt
|
||||
r4ls tests.txt test1252.txt
|
||||
r5ls tests.txt
|
||||
r6ls tests.txt
|
||||
echo testing static single threaded debug version....
|
||||
r1d tests.txt test1252.txt
|
||||
r2d tests.txt
|
||||
r3d tests.txt
|
||||
r4d tests.txt test1252.txt
|
||||
r5d tests.txt
|
||||
r6d tests.txt
|
||||
echo testing static multi-threaded debug version....
|
||||
r1md tests.txt test1252.txt
|
||||
r2md tests.txt
|
||||
r3md tests.txt
|
||||
r4md tests.txt test1252.txt
|
||||
r5md tests.txt
|
||||
r6md tests.txt
|
||||
echo testing dll debug version....
|
||||
r1lmd tests.txt test1252.txt
|
||||
r2lmd tests.txt
|
||||
r3lmd tests.txt
|
||||
r4lmd tests.txt test1252.txt
|
||||
r5lmd tests.txt
|
||||
r6lmd tests.txt
|
||||
|
||||
|
||||
r1.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r4.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r5.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6.exe : $(SOURCES)
|
||||
cl /ML $(CFLAGS) -o r6.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1m.exe : $(SOURCES)
|
||||
cl /MT /D_MT -o r1m.exe $(CFLAGS) -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r2m.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r3m.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r4m.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r5m.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6m.exe : $(SOURCES)
|
||||
cl /MT /D_MT $(CFLAGS) -o r6m.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6l.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6l.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r1ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r2ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r3ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r4ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r5ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6ls.exe : $(SOURCES)
|
||||
cl /MD /D_MT /D_DLL $(CFLAGS) -o r6ls.exe -DBOOST_RE_STATIC_LIB -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r1d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r1d.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r2d.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r3d.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r4d.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r5d.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6d.exe : $(SOURCES)
|
||||
cl /MLd $(CFLAGS) -o r6d.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r1md.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r2md.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r3md.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r4md.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r5md.exe -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6md.exe : $(SOURCES)
|
||||
cl /MTd /D_MT $(CFLAGS) -o r6md.exe -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
r1lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r1lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r2lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_C $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r3lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r4lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r5lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_C -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6lmd.exe : $(SOURCES)
|
||||
cl /MDd /D_MT /D_DLL $(CFLAGS) -o r6lmd.exe -DBOOST_REGEX_DYN_LINK -DBOOST_RE_TEST_LOCALE_CPP -DTEST_UNICODE $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
all :: r1-vc71.exe r2-vc71.exe r3-vc71.exe r4-vc71.exe r5-vc71.exe r6-vc71.exe r7-vc71.exe r8-vc71.exe
|
||||
r1-vc71
|
||||
r2-vc71
|
||||
r3-vc71
|
||||
r4-vc71
|
||||
r5-vc71
|
||||
r6-vc71
|
||||
-copy ..\..\build\vc71\boost_regex*.dll
|
||||
-copy ..\..\..\..\stage\lib\boost_regex*.dll
|
||||
r7-vc71
|
||||
r8-vc71
|
||||
|
||||
r1-vc71.exe :
|
||||
cl /ML $(CFLAGS) /O2 -o r1-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2-vc71.exe :
|
||||
cl /MLd $(CFLAGS) -o r2-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3-vc71.exe :
|
||||
cl /MT $(CFLAGS) /O2 -o r3-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4-vc71.exe :
|
||||
cl /MTd $(CFLAGS) -o r4-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5-vc71.exe :
|
||||
cl /MD $(CFLAGS) /O2 -o r5-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6-vc71.exe :
|
||||
cl /MDd $(CFLAGS) -o r6-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r7-vc71.exe :
|
||||
cl /MD $(CFLAGS) /O2 /DBOOST_ALL_DYN_LINK -o r7-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r8-vc71.exe :
|
||||
cl /MDd $(CFLAGS) /DBOOST_ALL_DYN_LINK -o r8-vc71.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
|
||||
# very basic makefile for regression tests
|
||||
#
|
||||
# Visual C++ 8.0
|
||||
#
|
||||
#
|
||||
# Add additional compiler options here:
|
||||
#
|
||||
CXXFLAGS=
|
||||
#
|
||||
# Add additional include directories here:
|
||||
#
|
||||
INCLUDES=
|
||||
#
|
||||
# add additional linker flags here:
|
||||
#
|
||||
XLFLAGS=
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp
|
||||
|
||||
CFLAGS= $(INCLUDES) /Zm400 /GB /GF /Gy -GX -GR -I..\..\..\..\ $(CXXFLAGS) /DBOOST_LIB_DIAGNOSTIC=1 /Zc:wchar_t
|
||||
|
||||
LFLAGS= -link /LIBPATH:..\..\..\..\stage\lib /LIBPATH:..\..\build\vc80 $(XLFLAGS)
|
||||
|
||||
all :: r1-vc8.exe r2-vc8.exe r3-vc8.exe r4-vc8.exe r5-vc8.exe r6-vc8.exe r7-vc8.exe r8-vc8.exe
|
||||
r1-vc8
|
||||
r2-vc8
|
||||
r3-vc8
|
||||
r4-vc8
|
||||
r5-vc8
|
||||
r6-vc8
|
||||
-copy ..\..\build\vc80\boost_regex*.dll
|
||||
-copy ..\..\..\..\stage\lib\boost_regex*.dll
|
||||
r7-vc8
|
||||
r8-vc8
|
||||
|
||||
r1-vc8.exe :
|
||||
cl /ML $(CFLAGS) /O2 -o r1-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r2-vc8.exe :
|
||||
cl /MLd $(CFLAGS) -o r2-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r3-vc8.exe :
|
||||
cl /MT $(CFLAGS) /O2 -o r3-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r4-vc8.exe :
|
||||
cl /MTd $(CFLAGS) -o r4-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r5-vc8.exe :
|
||||
cl /MD $(CFLAGS) /O2 -o r5-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r6-vc8.exe :
|
||||
cl /MDd $(CFLAGS) -o r6-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r7-vc8.exe :
|
||||
cl /MD $(CFLAGS) /O2 /DBOOST_ALL_DYN_LINK -o r7-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
r8-vc8.exe :
|
||||
cl /MDd $(CFLAGS) /DBOOST_ALL_DYN_LINK -o r8-vc8.exe $(SOURCES) $(LFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user