summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/context_switch_time.dsp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-14 19:15:41 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-14 19:15:41 +0000
commit306e166059573cd1eb8fd57def14a08f93998631 (patch)
tree51709ea0a4396862fe714776cf73f598a6e29e2c /performance-tests/Misc/context_switch_time.dsp
parent89bc31faf2cd0d86d1d6a5adb41fc581143650cd (diff)
downloadATCD-306e166059573cd1eb8fd57def14a08f93998631.tar.gz
Need advapi32.lib for static builds
Diffstat (limited to 'performance-tests/Misc/context_switch_time.dsp')
-rw-r--r--performance-tests/Misc/context_switch_time.dsp34
1 files changed, 15 insertions, 19 deletions
diff --git a/performance-tests/Misc/context_switch_time.dsp b/performance-tests/Misc/context_switch_time.dsp
index 4d9549416de..58e70092d5b 100644
--- a/performance-tests/Misc/context_switch_time.dsp
+++ b/performance-tests/Misc/context_switch_time.dsp
@@ -7,28 +7,24 @@
CFG=context_switch_time - Win32 static Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "context_switch_time.mak".
-!MESSAGE
+!MESSAGE
!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 "context_switch_time.mak"\
- CFG="context_switch_time - Win32 static Debug"
-!MESSAGE
+!MESSAGE
+!MESSAGE NMAKE /f "context_switch_time.mak" CFG="context_switch_time - Win32 static Debug"
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "context_switch_time - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "context_switch_time - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "context_switch_time - Win32 static Debug" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "context_switch_time - Win32 static Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE
+!MESSAGE
+!MESSAGE "context_switch_time - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "context_switch_time - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "context_switch_time - Win32 static Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "context_switch_time - Win32 static Release" (based on "Win32 (x86) Console Application")
+!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -105,7 +101,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
-# ADD LINK32 acesd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
+# ADD LINK32 acesd.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\ace"
!ELSEIF "$(CFG)" == "context_switch_time - Win32 static Release"
@@ -130,9 +126,9 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\ace"
-# ADD LINK32 aces.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\ace"
+# ADD LINK32 aces.lib advapi32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\ace"
-!ENDIF
+!ENDIF
# Begin Target