diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-21 01:28:55 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-21 01:28:55 +0000 |
commit | 9965dfcb8b0d648aaae2a3b8f361dae94f4ec88a (patch) | |
tree | ecf9baae0eead61d81b81a288577824b400c23e3 /performance-tests/Synch-Benchmarks | |
parent | ca5501fa82b04b201a99228ca7dcf203e8f9335e (diff) | |
download | ATCD-9965dfcb8b0d648aaae2a3b8f361dae94f4ec88a.tar.gz |
ChangeLogTag:Thu Apr 20 18:11:48 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'performance-tests/Synch-Benchmarks')
-rw-r--r-- | performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Lib.dsp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Lib.dsp b/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Lib.dsp index 6cdde69f338..cb7e8df9237 100644 --- a/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Lib.dsp +++ b/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Lib.dsp @@ -1,10 +1,10 @@ -# Microsoft Developer Studio Project File - Name="Synch_Lib" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Synch DLL" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-CFG=Synch_Lib - Win32 Debug
+CFG=Synch DLL - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,12 +13,12 @@ CFG=Synch_Lib - Win32 Debug !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 "Synch_Lib.mak" CFG="Synch_Lib - Win32 Debug"
+!MESSAGE NMAKE /f "Synch_Lib.mak" CFG="Synch DLL - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Synch_Lib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Synch_Lib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "Synch DLL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "Synch DLL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
@@ -29,7 +29,7 @@ CPP=cl.exe MTL=midl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Synch_Lib - Win32 Release"
+!IF "$(CFG)" == "Synch DLL - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,9 +53,9 @@ 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 /machine:I386
-# ADD LINK32 ace.lib /nologo /subsystem:windows /dll /machine:I386 /out:"..\..\..\bin\Synch_Lib.dll" /libpath:"..\..\..\ace"
+# ADD LINK32 ace.lib /nologo /subsystem:windows /dll /machine:I386 /out:"..\..\..\bin\Synch_lib.dll" /libpath:"..\..\..\ace"
-!ELSEIF "$(CFG)" == "Synch_Lib - Win32 Debug"
+!ELSEIF "$(CFG)" == "Synch DLL - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -85,8 +85,8 @@ LINK32=link.exe # Begin Target
-# Name "Synch_Lib - Win32 Release"
-# Name "Synch_Lib - Win32 Debug"
+# Name "Synch DLL - Win32 Release"
+# Name "Synch DLL - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter ".cpp"
|