summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.dsp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 16:42:38 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 16:42:38 +0000
commit915a2d0f1788483a2dfa347a96e52c5162bf2362 (patch)
treeb5ef44101300acf5037e2d2219ce28d3a2cdbb84 /TAO/orbsvcs/orbsvcs/CosProperty.dsp
parent9acc9aaaf3d38601f193a939b7aa998aba1b0821 (diff)
downloadATCD-915a2d0f1788483a2dfa347a96e52c5162bf2362.tar.gz
ChangeLogTag:Fri Jul 14 11:38:30 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosProperty.dsp')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosProperty.dsp259
1 files changed, 249 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosProperty.dsp b/TAO/orbsvcs/orbsvcs/CosProperty.dsp
index 8e1d8f861ac..0ba9d132229 100644
--- a/TAO/orbsvcs/orbsvcs/CosProperty.dsp
+++ b/TAO/orbsvcs/orbsvcs/CosProperty.dsp
@@ -1,24 +1,26 @@
# Microsoft Developer Studio Project File - Name="CosProperty" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
+# ** NICHT BEARBEITEN **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-CFG=CosProperty - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
+CFG=CosProperty - Win32 MFC Debug
+!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
+!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
!MESSAGE
!MESSAGE NMAKE /f "CosProperty.mak".
!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
+!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
!MESSAGE
-!MESSAGE NMAKE /f "CosProperty.mak" CFG="CosProperty - Win32 Debug"
+!MESSAGE NMAKE /f "CosProperty.mak" CFG="CosProperty - Win32 MFC Debug"
!MESSAGE
-!MESSAGE Possible choices for configuration are:
+!MESSAGE Für die Konfiguration stehen zur Auswahl:
!MESSAGE
-!MESSAGE "CosProperty - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "CosProperty - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "CosProperty - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "CosProperty - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "CosProperty - Win32 MFC Debug" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "CosProperty - Win32 MFC Release" (basierend auf "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
@@ -84,12 +86,74 @@ LINK32=link.exe
# ADD LINK32 TAOd.lib aced.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_CosPropertyd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
# SUBTRACT LINK32 /profile
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "CosProperty___Win32_MFC_Debug"
+# PROP BASE Intermediate_Dir "CosProperty___Win32_MFC_Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "DLL\Debug\CosPropertyMFC"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_DEBUG" /D "_MBCS" /D "_USRDLL" /D "TAO_ORBSVCS_HAS_NAMING" /D "WIN32" /D "_WINDOWS" /D "TAO_PROPERTY_BUILD_DLL" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_DEBUG" /D "_MBCS" /D "_USRDLL" /D "TAO_ORBSVCS_HAS_NAMING" /D "WIN32" /D "_WINDOWS" /D "TAO_PROPERTY_BUILD_DLL" /D ACE_HAS_MFC=1 /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# 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 TAOd.lib aced.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_CosPropertyd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# SUBTRACT BASE LINK32 /profile
+# ADD LINK32 TAOmfcd.lib acemfcd.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_CosPropertymfcd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# SUBTRACT LINK32 /profile
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "CosProperty___Win32_MFC_Release"
+# PROP BASE Intermediate_Dir "CosProperty___Win32_MFC_Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "DLL\Release\CosPropertyMFC"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "TAO_PROPERTY_BUILD_DLL" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "TAO_PROPERTY_BUILD_DLL" /D ACE_HAS_MFC=1 /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# 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 ace.lib TAO.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_CosProperty.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 acemfc.lib TAOmfc.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_CosPropertymfc.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+
!ENDIF
# Begin Target
# Name "CosProperty - Win32 Release"
# Name "CosProperty - Win32 Debug"
+# Name "CosProperty - Win32 MFC Debug"
+# Name "CosProperty - Win32 MFC Release"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -112,22 +176,97 @@ SOURCE=.\CosPropertyServiceS.cpp
# Begin Source File
SOURCE=.\Property\CosPropertyService_i.h
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP Ignore_Default_Tool 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP Ignore_Default_Tool 1
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\CosPropertyServiceC.h
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP Ignore_Default_Tool 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP Ignore_Default_Tool 1
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\CosPropertyServiceS.h
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP Ignore_Default_Tool 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP Ignore_Default_Tool 1
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\CosPropertyServiceS_T.h
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP Ignore_Default_Tool 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP Ignore_Default_Tool 1
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=.\Property\property_export.h
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP Ignore_Default_Tool 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP Ignore_Default_Tool 1
+
+!ENDIF
+
# End Source File
# End Group
# Begin Group "IDL Files"
@@ -215,6 +354,86 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP BASE Ignore_Default_Tool 1
+# PROP Ignore_Default_Tool 1
+USERDEP__COSPR="..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
+InputPath=.\CosPropertyService.idl
+InputName=CosPropertyService
+
+BuildCmds= \
+ ..\..\..\bin\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Property_Export -Wb,export_include=Property\property_export.h $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP BASE Ignore_Default_Tool 1
+# PROP Ignore_Default_Tool 1
+USERDEP__COSPR="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
+InputPath=.\CosPropertyService.idl
+InputName=CosPropertyService
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Property_Export -Wb,export_include=Property\property_export.h $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ENDIF
# End Source File
@@ -241,7 +460,27 @@ SOURCE=.\CosPropertyServiceS_T.i
# Begin Source File
SOURCE=.\CosPropertyServiceS_T.cpp
+
+!IF "$(CFG)" == "CosProperty - Win32 Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 Debug"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Debug"
+
+# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
+
+!ELSEIF "$(CFG)" == "CosProperty - Win32 MFC Release"
+
+# PROP BASE Exclude_From_Build 1
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
# End Source File
# End Group
# End Target