diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-13 04:29:49 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-13 04:29:49 +0000 |
commit | a505c82302417a6bad5730ceb888b5bd631f02a6 (patch) | |
tree | 4892c58d763e8bcf500785cb91bd55e42db10f5c /apps | |
parent | f726dbd4b5b3153bead4b87c84d046a4001fba43 (diff) | |
download | ATCD-a505c82302417a6bad5730ceb888b5bd631f02a6.tar.gz |
ChangeLogTag:Mon Jun 12 20:45:18 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gperf/src/gperf.dsp | 2 | ||||
-rw-r--r-- | apps/gperf/src/gperf_lib.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/gperf/src/gperf.dsp b/apps/gperf/src/gperf.dsp index de93110510d..b3ee09e8c41 100644 --- a/apps/gperf/src/gperf.dsp +++ b/apps/gperf/src/gperf.dsp @@ -197,7 +197,7 @@ LINK32=link.exe CPP=cl.exe
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "_DEBUG" /D ACE_HAS_DLL=0 /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /D "_CONSOLE" /D "_MBCS" /D "_DEBUG" /D "WIN32" /D ACE_HAS_DLL=0 /D ACE_OS_HAS_DLL=0 /FD /c
# SUBTRACT CPP /YX
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG"
diff --git a/apps/gperf/src/gperf_lib.dsp b/apps/gperf/src/gperf_lib.dsp index 72cd22f6579..fe086f69baa 100644 --- a/apps/gperf/src/gperf_lib.dsp +++ b/apps/gperf/src/gperf_lib.dsp @@ -173,7 +173,7 @@ LIB32=link.exe -lib CPP=cl.exe
# ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\..\\" /D "_WINDOWS" /D "WIN32" /D "_DEBUG" /D ACE_HAS_DLL=0 /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\..\\" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D ACE_HAS_DLL=0 /D ACE_OS_HAS_DLL=0 /FD /c
# SUBTRACT CPP /YX
RSC=rc.exe
# ADD BASE RSC /l 0x409
|