summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 04:15:15 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 04:15:15 +0000
commitf1d4b7cd13a4d63364f657ea7e9435cec401de9d (patch)
tree7f6bf75705157ff42e765db3dd63635ce717c28f
parentc85d3e5936a2096a52c2defe5dc3e8aa747da03b (diff)
downloadATCD-f1d4b7cd13a4d63364f657ea7e9435cec401de9d.tar.gz
Updated project source files and renamed debug version dll.
-rw-r--r--performance-tests/Synch-Benchmarks/Synch_Tests.dsp13
-rw-r--r--performance-tests/Synch-Benchmarks/synch_driver.dsp1
2 files changed, 12 insertions, 2 deletions
diff --git a/performance-tests/Synch-Benchmarks/Synch_Tests.dsp b/performance-tests/Synch-Benchmarks/Synch_Tests.dsp
index 40adcb0066f..3ea53f16bdb 100644
--- a/performance-tests/Synch-Benchmarks/Synch_Tests.dsp
+++ b/performance-tests/Synch-Benchmarks/Synch_Tests.dsp
@@ -26,6 +26,7 @@ CFG=Synch_Tests - Win32 Release
# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
+# PROP WCE_Configuration "H/PC Ver. 2.00"
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
@@ -80,7 +81,7 @@ BSC32=bscmake.exe
# 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:windows /dll /debug /machine:I386
-# ADD LINK32 aced.lib /nologo /subsystem:windows /dll /debug /machine:I386 /libpath:"..\..\ace"
+# ADD LINK32 aced.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"./Synch_Testsd.dll" /libpath:"..\..\ace"
!ENDIF
@@ -93,7 +94,11 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
# Begin Source File
-SOURCE=.\Benchmark.cpp
+SOURCE=.\Benchmark_Base.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Benchmark_Performance.cpp
# End Source File
# Begin Source File
@@ -121,6 +126,10 @@ SOURCE=.\Options.cpp
# End Source File
# Begin Source File
+SOURCE=.\Performance_Test.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\pipe_proc_test.cpp
# End Source File
# Begin Source File
diff --git a/performance-tests/Synch-Benchmarks/synch_driver.dsp b/performance-tests/Synch-Benchmarks/synch_driver.dsp
index 555602fa88b..42ec38bb8f4 100644
--- a/performance-tests/Synch-Benchmarks/synch_driver.dsp
+++ b/performance-tests/Synch-Benchmarks/synch_driver.dsp
@@ -26,6 +26,7 @@ CFG=synch_driver - Win32 Release
# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
+# PROP WCE_Configuration "H/PC Ver. 2.00"
CPP=cl.exe
RSC=rc.exe