diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-24 03:57:42 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-24 03:57:42 +0000 |
commit | 7c86e4cbd3ab3d11723f325fe43859eb7dd1a016 (patch) | |
tree | 764955ee5b0c8e3524a86825795bc2a997206584 /tests/Thread_Mutex_Test.dsp | |
parent | 904a0eedaae6e251abc112e358f5676b98671759 (diff) | |
download | ATCD-7c86e4cbd3ab3d11723f325fe43859eb7dd1a016.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Thread_Mutex_Test.dsp')
-rw-r--r-- | tests/Thread_Mutex_Test.dsp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Thread_Mutex_Test.dsp b/tests/Thread_Mutex_Test.dsp index 1386013eb97..cf6374879dd 100644 --- a/tests/Thread_Mutex_Test.dsp +++ b/tests/Thread_Mutex_Test.dsp @@ -24,6 +24,7 @@ CFG=Thread_Mutex_Test - Win32 Debug # Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
+# PROP WCE_Configuration "H/PC Ver. 2.00"
CPP=cl.exe
RSC=rc.exe
# PROP BASE Use_MFC 0
@@ -38,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /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" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -46,7 +47,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:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace"
# Begin Target
# Name "Thread_Mutex_Test - Win32 Debug"
|