diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-04 18:02:03 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-04 18:02:03 +0000 |
commit | 5d4c8bded2443e924fe7bb84fe219abe78321668 (patch) | |
tree | b965f69c2f7a21f47158b44432146ed142cc3867 /tests/Process_Mutex_Test.dsp | |
parent | e3cd4678b4e68c3f87e4f49bf1e754d101e1369e (diff) | |
download | ATCD-5d4c8bded2443e924fe7bb84fe219abe78321668.tar.gz |
Fixed Alpha configurations
Diffstat (limited to 'tests/Process_Mutex_Test.dsp')
-rw-r--r-- | tests/Process_Mutex_Test.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Process_Mutex_Test.dsp b/tests/Process_Mutex_Test.dsp index a3b97aef63d..d1f2d2ec8cc 100644 --- a/tests/Process_Mutex_Test.dsp +++ b/tests/Process_Mutex_Test.dsp @@ -70,8 +70,8 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir "Process_Mutex_Test"
CPP=cl.exe
-# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\\ /D " WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /MTd /c
-# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\\ /D " WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MDd /c
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I"..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /MTd /c
+# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I"..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MDd /c
# SUBTRACT CPP /YX
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|