summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-31 22:44:31 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-31 22:44:31 +0000
commit0bb622508f8b71d770613c2b0d676b193c8768ff (patch)
tree1d81058087493d46f48757aae68c87517b3370cc
parent3c548a463b782e04f0267920312720688e1a6b54 (diff)
downloadATCD-0bb622508f8b71d770613c2b0d676b193c8768ff.tar.gz
ChangeLogTag:Sun Oct 31 16:39:53 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-rw-r--r--ace/Capabilities.cpp2
-rw-r--r--ace/ace_dll.dsp41
-rw-r--r--ace/ace_lib.dsp41
-rw-r--r--tests/Capabilities_Test.cpp2
-rw-r--r--tests/Capabilities_Test.dsp154
-rw-r--r--tests/run_tests.bat1
-rw-r--r--tests/tests.dsw12
-rw-r--r--tests/version_tests/Capabilities_Test.dsp274
8 files changed, 520 insertions, 7 deletions
diff --git a/ace/Capabilities.cpp b/ace/Capabilities.cpp
index 70f381e6e44..ab8215f0fd3 100644
--- a/ace/Capabilities.cpp
+++ b/ace/Capabilities.cpp
@@ -1,5 +1,7 @@
// $Id$
+#define ACE_BUILD_DLL
+
#include "ace/Map_Manager.h"
#include "ace/Capabilities.h"
diff --git a/ace/ace_dll.dsp b/ace/ace_dll.dsp
index 3db6d193ef6..e48e84bcdee 100644
--- a/ace/ace_dll.dsp
+++ b/ace/ace_dll.dsp
@@ -371,7 +371,7 @@ LINK32=link.exe
# Name "ACE DLL - Win32 MFC Release"
# Begin Group "Source Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\ACE.cpp
@@ -806,6 +806,33 @@ SOURCE=.\Basic_Types.cpp
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.cpp
+
+!IF "$(CFG)" == "ACE DLL - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Alpha Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Alpha Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 MFC Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 MFC Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.cpp
!IF "$(CFG)" == "ACE DLL - Win32 Debug"
@@ -4911,7 +4938,7 @@ SOURCE=.\XtReactor.cpp
# End Group
# Begin Group "Header Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\Acceptor.h
@@ -5014,6 +5041,10 @@ SOURCE=.\Caching_Strategy_Utility_T.h
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.h
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.h
# End Source File
# Begin Source File
@@ -5815,7 +5846,7 @@ SOURCE=.\XtReactor.h
# End Group
# Begin Group "Inline Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "i"
# Begin Source File
SOURCE=.\Acceptor.i
@@ -5910,6 +5941,10 @@ SOURCE=.\Caching_Strategy_Utility_T.i
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.i
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.i
# End Source File
# Begin Source File
diff --git a/ace/ace_lib.dsp b/ace/ace_lib.dsp
index 7649c79938d..de3cd16ef30 100644
--- a/ace/ace_lib.dsp
+++ b/ace/ace_lib.dsp
@@ -297,7 +297,7 @@ LIB32=link.exe -lib
# Name "ACE LIB - Win32 PharLap ETS Release"
# Begin Group "Source Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=.\ACE.cpp
@@ -732,6 +732,33 @@ SOURCE=.\Basic_Types.cpp
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.cpp
+
+!IF "$(CFG)" == "ACE LIB - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Alpha Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Alpha Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 PharLap ETS Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 PharLap ETS Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.cpp
!IF "$(CFG)" == "ACE LIB - Win32 Debug"
@@ -4837,7 +4864,7 @@ SOURCE=.\XtReactor.cpp
# End Group
# Begin Group "Header Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "h"
# Begin Source File
SOURCE=.\Acceptor.h
@@ -4940,6 +4967,10 @@ SOURCE=.\Caching_Strategy_Utility_T.h
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.h
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.h
# End Source File
# Begin Source File
@@ -5741,7 +5772,7 @@ SOURCE=.\XtReactor.h
# End Group
# Begin Group "Inline Files"
-# PROP Default_Filter ""
+# PROP Default_Filter "i"
# Begin Source File
SOURCE=.\Acceptor.i
@@ -5836,6 +5867,10 @@ SOURCE=.\Caching_Strategy_Utility_T.i
# End Source File
# Begin Source File
+SOURCE=.\Capabilities.i
+# End Source File
+# Begin Source File
+
SOURCE=.\CDR_Stream.i
# End Source File
# Begin Source File
diff --git a/tests/Capabilities_Test.cpp b/tests/Capabilities_Test.cpp
index 7cfd614de7d..e962cb91b29 100644
--- a/tests/Capabilities_Test.cpp
+++ b/tests/Capabilities_Test.cpp
@@ -30,7 +30,7 @@ USELIB("..\ace\aced.lib");
static int
load_config (void)
{
- const char *config = "captest.cfg";
+ const char *config = "Capabilities_Test.cfg";
ACE_Capabilities caps;
if (caps.getent (config,
diff --git a/tests/Capabilities_Test.dsp b/tests/Capabilities_Test.dsp
new file mode 100644
index 00000000000..529a24a3366
--- /dev/null
+++ b/tests/Capabilities_Test.dsp
@@ -0,0 +1,154 @@
+# Microsoft Developer Studio Project File - Name="Capabilities_Test" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
+
+CFG=Capabilities_Test - Win32 Debug
+!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 "Capabilities_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 "Capabilities_Test.mak" CFG="Capabilities_Test - Win32 PharLap ETS Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Capabilities_Test - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "Capabilities_Test - Win32 PharLap ETS Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF "$(CFG)" == "Capabilities_Test - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\Capabilities_Test\Debug"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\Debug"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\DLL\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+CPP=cl.exe
+# 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 "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# 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 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 Alpha Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Capabilities_Test\Alpha Debug"
+# PROP BASE Intermediate_Dir "Capabilities_Test\Alpha Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "Capabilities_Test"
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I"../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /MTd /c
+# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I"../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MDd /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# 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 aced.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\ace"
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 PharLap ETS Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Capabilities_Test\PharLap ETS Debug"
+# PROP BASE Intermediate_Dir "Capabilities_Test\PharLap ETS Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\ETS_LIB\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "Capabilities_Test"
+CPP=cl.exe
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# 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 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\ace"
+# ADD LINK32 acesd.lib /nologo /subsystem:console /debug /machine:I386 /out:"./Capabilities_Test_ETS.exe" /libpath:"..\ace" /ETS:tests_pharlap_msvc.lnk
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "Capabilities_Test - Win32 Debug"
+# Name "Capabilities_Test - Win32 Alpha Debug"
+# Name "Capabilities_Test - Win32 PharLap ETS Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\Capabilities_Test.cpp
+
+!IF "$(CFG)" == "Capabilities_Test - Win32 Debug"
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 Alpha Debug"
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 PharLap ETS Debug"
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Capabilities_Test.h
+# End Source File
+# 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/run_tests.bat b/tests/run_tests.bat
index e654c2a9bb5..7d2dc479ee4 100644
--- a/tests/run_tests.bat
+++ b/tests/run_tests.bat
@@ -70,6 +70,7 @@ call %run_cmd% %dopure% %platform% Buffer_Stream_Test
call %run_cmd% %dopure% %platform% Cache_Map_Manager_Test
call %run_cmd% %dopure% %platform% Cached_Conn_Test
call %run_cmd% %dopure% %platform% Cached_Accept_Conn_Test
+call %run_cmd% %dopure% %platform% Capabilities_Test
call %run_cmd% %dopure% %platform% CDR_Test
call %run_cmd% %dopure% %platform% Collection_Test
call %run_cmd% %dopure% %platform% Conn_Test
diff --git a/tests/tests.dsw b/tests/tests.dsw
index 33c116870c7..003ca5c9793 100644
--- a/tests/tests.dsw
+++ b/tests/tests.dsw
@@ -123,6 +123,18 @@ Package=<4>
###############################################################################
+Project: "Capabilities_Test"=.\Capabilities_Test.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "Collection_Test"=.\Collection_Test.dsp - Package Owner=<4>
Package=<5>
diff --git a/tests/version_tests/Capabilities_Test.dsp b/tests/version_tests/Capabilities_Test.dsp
new file mode 100644
index 00000000000..ccddc5c60ce
--- /dev/null
+++ b/tests/version_tests/Capabilities_Test.dsp
@@ -0,0 +1,274 @@
+# Microsoft Developer Studio Project File - Name="Capabilities_Test" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=Capabilities_Test - Win32 DLL Unicode 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 "Capabilities_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 "Capabilities_Test.mak" CFG="Capabilities_Test - Win32 DLL Unicode Release"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Capabilities_Test - Win32 DLL Unicode Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 static Unicode Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 static Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 DLL Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 static Unicode Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Capabilities_Test - Win32 static 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)" == "Capabilities_Test - Win32 DLL Unicode Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\Capabilities_Test\DLL Unicode Release"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\DLL Unicode Release"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir ".\DLL Unicode Release"
+# PROP Intermediate_Dir ".\DLL Unicode Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=1 /D "UNICODE" /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 aceu.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 static Unicode Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\Capabilities_Test\static Unicode Release"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\static Unicode Release"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir ".\static Unicode Release"
+# PROP Intermediate_Dir ".\static Unicode Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=0 /D ACE_NO_INLINE /D "UNICODE" /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 acesu.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 static Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\Capabilities_Test\static Release"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\static Release"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# 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 ".\Capabilities_Test"
+# 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_HAS_DLL=0 /D ACE_NO_INLINE /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)" == "Capabilities_Test - Win32 DLL Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\Capabilities_Test\DLL Release"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\DLL Release"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir ".\DLL Release"
+# PROP Intermediate_Dir ".\DLL Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=1 /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)" == "Capabilities_Test - Win32 DLL Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\Capabilities_Test\DLL Debug"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\DLL Debug"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ".\DLL Debug"
+# PROP Intermediate_Dir ".\DLL Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=1 /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 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 DLL Unicode Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\Capabilities_Test\DLL Unicode Debug"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\DLL Unicode Debug"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ".\DLL Unicode Debug"
+# PROP Intermediate_Dir ".\DLL Unicode Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=1 /D "UNICODE" /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 aceud.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 static Unicode Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\Capabilities_Test\static Unicode Debug"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\static Unicode Debug"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ".\static Unicode Debug"
+# PROP Intermediate_Dir ".\static Unicode Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\Capabilities_Test"
+# 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_HAS_DLL=0 /D ACE_NO_INLINE /D "UNICODE" /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 acesud.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
+
+!ELSEIF "$(CFG)" == "Capabilities_Test - Win32 static Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\Capabilities_Test\static Debug"
+# PROP BASE Intermediate_Dir ".\Capabilities_Test\static Debug"
+# PROP BASE Target_Dir ".\Capabilities_Test"
+# 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 ".\Capabilities_Test"
+# 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_HAS_DLL=0 /D ACE_NO_INLINE /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"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Capabilities_Test - Win32 DLL Unicode Release"
+# Name "Capabilities_Test - Win32 static Unicode Release"
+# Name "Capabilities_Test - Win32 static Release"
+# Name "Capabilities_Test - Win32 DLL Release"
+# Name "Capabilities_Test - Win32 DLL Debug"
+# Name "Capabilities_Test - Win32 DLL Unicode Debug"
+# Name "Capabilities_Test - Win32 static Unicode Debug"
+# Name "Capabilities_Test - Win32 static Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=..\Capabilities_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=..\Capabilities_Test.h
+# End Source File
+# 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