diff options
-rw-r--r-- | ChangeLog | 81 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 81 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 81 | ||||
-rw-r--r-- | tests/ARGV_Test.dsp | 162 | ||||
-rw-r--r-- | tests/tests.dsw | 12 |
5 files changed, 306 insertions, 111 deletions
diff --git a/ChangeLog b/ChangeLog index f11233bd4da..f863720c54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu> + + * tests/tests.dsw: + * tests/ARGV_Test.dsp: + Add project file for ARGV_Test, thanks to Cristian Ferretti + <cristian_ferretti@yahoo.com> for pointing this out. + Thu May 10 06:36:08 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * tests/CDR_File_Test.cpp: Fixed a compile error with g++. + * tests/CDR_File_Test.cpp: Fixed a compile error with g++. Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> @@ -14,47 +21,47 @@ Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> * tests/Synch/Makefile.bor Added or updated the above BCB makefiles so that the tests are - build with BCB + build with BCB Wed May 9 23:19:30 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> - * ace/CDR_Streams.h: - * ace/CDR_Streams.cpp: - * ace/CDR_Streams.i: - * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP - 1.2. + * ace/CDR_Streams.h: + * ace/CDR_Streams.cpp: + * ace/CDR_Streams.i: + * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP + 1.2. - * tests/CDR_Test.cpp:Added test for wchar. - - Thanks to Bala (bala@cs.wustl.edu) for helping me out. + * tests/CDR_Test.cpp:Added test for wchar. + + Thanks to Bala (bala@cs.wustl.edu) for helping me out. Wed May 9 16:06:34 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/TTY_IO.cpp (control): - * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". The problem was with the definition of the - macro ACE_VTIME. Looks more like a cut and paste error. + * ace/TTY_IO.cpp (control): + * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". The problem was with the definition of the + macro ACE_VTIME. Looks more like a cut and paste error. Wed May 9 16:00:22 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/OS.h: - * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". + * ace/OS.h: + * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". Wed May 9 14:03:01 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for - suggesting this. + * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for + suggesting this. - * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> - for suggesting this. + * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> + for suggesting this. Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> - to the hall of fame. + * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> + to the hall of fame. Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu> @@ -122,14 +129,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> <ACE_HANDLE> so this will work properly on Win32 platforms. Thanks to Johnny Willemsen for reporting the problem. ======= - * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows - users to control whether wide character strings use the "L" - prefix via their config.h files. Thanks to Albert Wijnja for - this fix. - - * examples/Misc/test_read_buffer.cpp (main): Changed <int> to - <ACE_HANDLE> so this will work properly on Win32 platforms. - Thanks to Johnny Willemsen for reporting the problem. + * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows + users to control whether wide character strings use the "L" + prefix via their config.h files. Thanks to Albert Wijnja for + this fix. + + * examples/Misc/test_read_buffer.cpp (main): Changed <int> to + <ACE_HANDLE> so this will work properly on Win32 platforms. + Thanks to Johnny Willemsen for reporting the problem. >>>>>>> 4.1974 * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'. @@ -1862,10 +1869,10 @@ Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com> * include/makeinclude/make_flags.bor: Prevent PASCAL build by default with BCB5 since it is not - required. Since both VCL and non-VCL applications share a common - run-time library you can simply link your VCL code with a - non-PASCAL build of the ACE+TAO libraries. This behaviour can be - overridden by defining the FORCE_PASCAL flag. + required. Since both VCL and non-VCL applications share a common + run-time library you can simply link your VCL code with a + non-PASCAL build of the ACE+TAO libraries. This behaviour can be + overridden by defining the FORCE_PASCAL flag. * include/makeinclude/build_core_exe.bor: * include/makeinclude/build_core_library.bor: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index f11233bd4da..f863720c54d 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,6 +1,13 @@ +Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu> + + * tests/tests.dsw: + * tests/ARGV_Test.dsp: + Add project file for ARGV_Test, thanks to Cristian Ferretti + <cristian_ferretti@yahoo.com> for pointing this out. + Thu May 10 06:36:08 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * tests/CDR_File_Test.cpp: Fixed a compile error with g++. + * tests/CDR_File_Test.cpp: Fixed a compile error with g++. Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> @@ -14,47 +21,47 @@ Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> * tests/Synch/Makefile.bor Added or updated the above BCB makefiles so that the tests are - build with BCB + build with BCB Wed May 9 23:19:30 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> - * ace/CDR_Streams.h: - * ace/CDR_Streams.cpp: - * ace/CDR_Streams.i: - * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP - 1.2. + * ace/CDR_Streams.h: + * ace/CDR_Streams.cpp: + * ace/CDR_Streams.i: + * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP + 1.2. - * tests/CDR_Test.cpp:Added test for wchar. - - Thanks to Bala (bala@cs.wustl.edu) for helping me out. + * tests/CDR_Test.cpp:Added test for wchar. + + Thanks to Bala (bala@cs.wustl.edu) for helping me out. Wed May 9 16:06:34 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/TTY_IO.cpp (control): - * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". The problem was with the definition of the - macro ACE_VTIME. Looks more like a cut and paste error. + * ace/TTY_IO.cpp (control): + * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". The problem was with the definition of the + macro ACE_VTIME. Looks more like a cut and paste error. Wed May 9 16:00:22 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/OS.h: - * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". + * ace/OS.h: + * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". Wed May 9 14:03:01 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for - suggesting this. + * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for + suggesting this. - * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> - for suggesting this. + * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> + for suggesting this. Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> - to the hall of fame. + * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> + to the hall of fame. Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu> @@ -122,14 +129,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> <ACE_HANDLE> so this will work properly on Win32 platforms. Thanks to Johnny Willemsen for reporting the problem. ======= - * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows - users to control whether wide character strings use the "L" - prefix via their config.h files. Thanks to Albert Wijnja for - this fix. - - * examples/Misc/test_read_buffer.cpp (main): Changed <int> to - <ACE_HANDLE> so this will work properly on Win32 platforms. - Thanks to Johnny Willemsen for reporting the problem. + * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows + users to control whether wide character strings use the "L" + prefix via their config.h files. Thanks to Albert Wijnja for + this fix. + + * examples/Misc/test_read_buffer.cpp (main): Changed <int> to + <ACE_HANDLE> so this will work properly on Win32 platforms. + Thanks to Johnny Willemsen for reporting the problem. >>>>>>> 4.1974 * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'. @@ -1862,10 +1869,10 @@ Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com> * include/makeinclude/make_flags.bor: Prevent PASCAL build by default with BCB5 since it is not - required. Since both VCL and non-VCL applications share a common - run-time library you can simply link your VCL code with a - non-PASCAL build of the ACE+TAO libraries. This behaviour can be - overridden by defining the FORCE_PASCAL flag. + required. Since both VCL and non-VCL applications share a common + run-time library you can simply link your VCL code with a + non-PASCAL build of the ACE+TAO libraries. This behaviour can be + overridden by defining the FORCE_PASCAL flag. * include/makeinclude/build_core_exe.bor: * include/makeinclude/build_core_library.bor: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index f11233bd4da..f863720c54d 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,6 +1,13 @@ +Thu May 10 10:06:57 2001 Carlos O'Ryan <coryan@uci.edu> + + * tests/tests.dsw: + * tests/ARGV_Test.dsp: + Add project file for ARGV_Test, thanks to Cristian Ferretti + <cristian_ferretti@yahoo.com> for pointing this out. + Thu May 10 06:36:08 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * tests/CDR_File_Test.cpp: Fixed a compile error with g++. + * tests/CDR_File_Test.cpp: Fixed a compile error with g++. Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> @@ -14,47 +21,47 @@ Thu May 10 08:13:12 2001 Johnny Willemsen <jwillemsen@remedy.nl> * tests/Synch/Makefile.bor Added or updated the above BCB makefiles so that the tests are - build with BCB + build with BCB Wed May 9 23:19:30 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> - * ace/CDR_Streams.h: - * ace/CDR_Streams.cpp: - * ace/CDR_Streams.i: - * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP - 1.2. + * ace/CDR_Streams.h: + * ace/CDR_Streams.cpp: + * ace/CDR_Streams.i: + * ace/CDR_Base.h: Changed the WChar implementation to suit GIOP + 1.2. - * tests/CDR_Test.cpp:Added test for wchar. - - Thanks to Bala (bala@cs.wustl.edu) for helping me out. + * tests/CDR_Test.cpp:Added test for wchar. + + Thanks to Bala (bala@cs.wustl.edu) for helping me out. Wed May 9 16:06:34 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/TTY_IO.cpp (control): - * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". The problem was with the definition of the - macro ACE_VTIME. Looks more like a cut and paste error. + * ace/TTY_IO.cpp (control): + * ace/OS.h: Corrected this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". The problem was with the definition of the + macro ACE_VTIME. Looks more like a cut and paste error. Wed May 9 16:00:22 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * ace/OS.h: - * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 - Douglas C. Schmidt". + * ace/OS.h: + * ace/TTY_IO.cpp: Reverted this change "Wed May 9 14:03:01 2001 + Douglas C. Schmidt". Wed May 9 14:03:01 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for - suggesting this. + * ace/TTY_IO.cpp (control): Use the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> for + suggesting this. - * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME - macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> - for suggesting this. + * ace/OS.h: Added support for the new ACE_VMIN and ACE_VTIME + macros. Thanks to Hans Utz <hans.utz@informatik.uni-ulm.de> + for suggesting this. Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu> - * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> - to the hall of fame. + * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com> + to the hall of fame. Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu> @@ -122,14 +129,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> <ACE_HANDLE> so this will work properly on Win32 platforms. Thanks to Johnny Willemsen for reporting the problem. ======= - * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows - users to control whether wide character strings use the "L" - prefix via their config.h files. Thanks to Albert Wijnja for - this fix. - - * examples/Misc/test_read_buffer.cpp (main): Changed <int> to - <ACE_HANDLE> so this will work properly on Win32 platforms. - Thanks to Johnny Willemsen for reporting the problem. + * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows + users to control whether wide character strings use the "L" + prefix via their config.h files. Thanks to Albert Wijnja for + this fix. + + * examples/Misc/test_read_buffer.cpp (main): Changed <int> to + <ACE_HANDLE> so this will work properly on Win32 platforms. + Thanks to Johnny Willemsen for reporting the problem. >>>>>>> 4.1974 * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'. @@ -1862,10 +1869,10 @@ Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com> * include/makeinclude/make_flags.bor: Prevent PASCAL build by default with BCB5 since it is not - required. Since both VCL and non-VCL applications share a common - run-time library you can simply link your VCL code with a - non-PASCAL build of the ACE+TAO libraries. This behaviour can be - overridden by defining the FORCE_PASCAL flag. + required. Since both VCL and non-VCL applications share a common + run-time library you can simply link your VCL code with a + non-PASCAL build of the ACE+TAO libraries. This behaviour can be + overridden by defining the FORCE_PASCAL flag. * include/makeinclude/build_core_exe.bor: * include/makeinclude/build_core_library.bor: diff --git a/tests/ARGV_Test.dsp b/tests/ARGV_Test.dsp new file mode 100644 index 00000000000..4670d896a6e --- /dev/null +++ b/tests/ARGV_Test.dsp @@ -0,0 +1,162 @@ +# Microsoft Developer Studio Project File - Name="ARGV_Test" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=ARGV_Test - Win32 Release
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "ARGV_Test.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "ARGV_Test.mak" CFG="ARGV_Test - Win32 Release"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "ARGV_Test - Win32 Static Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "ARGV_Test - Win32 Static Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "ARGV_Test - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "ARGV_Test - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "ARGV_Test - Win32 Static Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Static_Debug"
+# PROP BASE Intermediate_Dir "Static_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Static_Debug"
+# PROP Intermediate_Dir "Static_Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "_DEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 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 /subsystem:console /debug /machine:I386
+# ADD LINK32 acesd.lib advapi32.lib user32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\ace"
+
+!ELSEIF "$(CFG)" == "ARGV_Test - Win32 Static Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Static_Release"
+# PROP BASE Intermediate_Dir "Static_Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Static_Release"
+# PROP Intermediate_Dir "Static_Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 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 /subsystem:console /machine:I386
+# ADD LINK32 aces.lib advapi32.lib user32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
+
+!ELSEIF "$(CFG)" == "ARGV_Test - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 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 /subsystem:console /machine:I386
+# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
+
+!ELSEIF "$(CFG)" == "ARGV_Test - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace"
+
+!ENDIF
+
+# Begin Target
+
+# Name "ARGV_Test - Win32 Static Debug"
+# Name "ARGV_Test - Win32 Static Release"
+# Name "ARGV_Test - Win32 Release"
+# Name "ARGV_Test - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\ARGV_Test.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\test_config.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/tests/tests.dsw b/tests/tests.dsw index 20f9594e2dc..34deb46855d 100644 --- a/tests/tests.dsw +++ b/tests/tests.dsw @@ -15,6 +15,18 @@ Package=<4> ###############################################################################
+Project: "ARGV_Test"=.\ARGV_Test.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "Atomic_Op_Test"=.\Atomic_Op_Test.dsp - Package Owner=<4>
Package=<5>
|