diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-08 08:28:45 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-08 08:28:45 +0000 |
commit | 5283d84ed976d66a4eae440b8c32cb82441948f0 (patch) | |
tree | 252e8f8a55b5253eaf53bea321d1e8a1310a2469 /performance-tests | |
parent | e70668fd7a3c9272e96c7a424c412b82ca4df11f (diff) | |
download | ATCD-5283d84ed976d66a4eae440b8c32cb82441948f0.tar.gz |
Replaced __ACE_INLINE__=0 with ACE_NO_INLINE
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/basic_perf.dsp | 2 | ||||
-rw-r--r-- | performance-tests/Misc/context_switch_time.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/Misc/basic_perf.dsp b/performance-tests/Misc/basic_perf.dsp index 71f17253cde..2d5c55f56c5 100644 --- a/performance-tests/Misc/basic_perf.dsp +++ b/performance-tests/Misc/basic_perf.dsp @@ -93,7 +93,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir "basic_perf"
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D __ACE_INLINE__=0 /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D ACE_NO_INLINE /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/performance-tests/Misc/context_switch_time.dsp b/performance-tests/Misc/context_switch_time.dsp index 58e70092d5b..4f98a04c458 100644 --- a/performance-tests/Misc/context_switch_time.dsp +++ b/performance-tests/Misc/context_switch_time.dsp @@ -93,7 +93,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir "context_switch_time"
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D __ACE_INLINE__=0 /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D ACE_NO_INLINE /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
|