summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2003-03-28 13:31:53 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2003-03-28 13:31:53 +0000
commit3333af768735446868e7a43eca5ba9f2661e8cb3 (patch)
tree4ec9c06a8bcaf3361b91fcbb66802c02da67d3fd /TAO/tests
parent6f03e3bf9c8611d39ecbcee10f0b110b5170af93 (diff)
downloadATCD-3333af768735446868e7a43eca5ba9f2661e8cb3.tar.gz
ChangeLogTag: Fri Mar 28 12:35:51 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/CodeSets/simple/client.dsp13
-rw-r--r--TAO/tests/CodeSets/simple/server.dsp18
2 files changed, 20 insertions, 11 deletions
diff --git a/TAO/tests/CodeSets/simple/client.dsp b/TAO/tests/CodeSets/simple/client.dsp
index f0361e2a8ff..371ee3f4d1d 100644
--- a/TAO/tests/CodeSets/simple/client.dsp
+++ b/TAO/tests/CodeSets/simple/client.dsp
@@ -65,8 +65,8 @@ LINK32=link.exe
# 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 "../../../" /I "../../../../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# 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 "../../../" /I "../../../../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -112,6 +112,15 @@ SOURCE=.\simple.idl
!IF "$(CFG)" == "Codeset Simple client - Win32 Release"
+# Begin Custom Build
+InputPath=.\simple.idl
+InputName=simple
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+
+# End Custom Build
+
!ELSEIF "$(CFG)" == "Codeset Simple client - Win32 Debug"
USERDEP__SIMPL="..\..\..\..\bin\tao_idl.exe"
diff --git a/TAO/tests/CodeSets/simple/server.dsp b/TAO/tests/CodeSets/simple/server.dsp
index 6ef15f5df52..279e829985d 100644
--- a/TAO/tests/CodeSets/simple/server.dsp
+++ b/TAO/tests/CodeSets/simple/server.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Simple server" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Codeset Simple server" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Simple server - Win32 Release
+CFG=Codeset Simple server - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -65,8 +65,8 @@ LINK32=link.exe
# 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 "../../../" /I "../../../../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# 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 "../../../" /I "../../../../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -118,19 +118,19 @@ SOURCE=.\simpleS.h
SOURCE=.\simple.idl
-!IF "$(CFG)" == "Simple server - Win32 Release"
+!IF "$(CFG)" == "Codeset Simple server - Win32 Release"
-USERDEP__SIMPL="..\..\..\..\release\bin\tao_idl .exe"
-# Begin Custom Build - Invoking TAO IDL Compiler on $(InputPath)
+USERDEP__SIMPL="..\..\..\..\release\bin\tao_idl.exe"
+# Begin Custom Build
InputPath=.\simple.idl
InputName=simple
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- ..\..\..\..\release\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
# End Custom Build
-!ELSEIF "$(CFG)" == "Simple server - Win32 Debug"
+!ELSEIF "$(CFG)" == "Codeset Simple server - Win32 Debug"
USERDEP__SIMPL="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO IDL Compiler on $(InputPath)