summaryrefslogtreecommitdiff
path: root/examples/QOS
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-07 20:23:26 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-07 20:23:26 +0000
commitd4f5a1b050d2bf21a0efd5b1611501fb650e2eac (patch)
tree557a49780d5f349c9935273bfb5778f320fa524c /examples/QOS
parentd0434f432e7f1676dabdee2e492eb0dbc1a9e77b (diff)
downloadATCD-d4f5a1b050d2bf21a0efd5b1611501fb650e2eac.tar.gz
ChangeLogTag:Mon Oct 07 15:21:44 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'examples/QOS')
-rw-r--r--examples/QOS/Simple/receiver.dsp10
-rw-r--r--examples/QOS/Simple/sender.dsp14
2 files changed, 14 insertions, 10 deletions
diff --git a/examples/QOS/Simple/receiver.dsp b/examples/QOS/Simple/receiver.dsp
index ad894bf2c1d..b56cd1ddb35 100644
--- a/examples/QOS/Simple/receiver.dsp
+++ b/examples/QOS/Simple/receiver.dsp
@@ -42,7 +42,8 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -66,7 +67,8 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /Od /I "..\..\..\" /D "WIN32" /D "_DEBUG" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -99,11 +101,11 @@ SOURCE=.\QoS_Util.cpp
# End Source File
# Begin Source File
-SOURCE=.\Receiver_QoS_Event_Handler.cpp
+SOURCE=.\receiver.cpp
# End Source File
# Begin Source File
-SOURCE=.\receiver.cpp
+SOURCE=.\Receiver_QoS_Event_Handler.cpp
# End Source File
# End Group
# Begin Group "Header Files"
diff --git a/examples/QOS/Simple/sender.dsp b/examples/QOS/Simple/sender.dsp
index 732d1f2692d..7e70596e51a 100644
--- a/examples/QOS/Simple/sender.dsp
+++ b/examples/QOS/Simple/sender.dsp
@@ -42,7 +42,8 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -66,7 +67,8 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /Od /I "..\..\..\" /D "WIN32" /D "_DEBUG" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -87,10 +89,6 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\sender.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\Fill_ACE_QoS.cpp
# End Source File
# Begin Source File
@@ -103,6 +101,10 @@ SOURCE=.\QoS_Util.cpp
# End Source File
# Begin Source File
+SOURCE=.\sender.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Sender_QoS_Event_Handler.cpp
# End Source File
# End Group