From 160aa9fd15e56628be42908accff3c21c8fa72ba Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 6 Feb 2003 19:36:10 +0000 Subject: Eliminate the last (unnecessary) discrepancy between apr.dsp and libapr.dsp git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64333 13f79535-47bb-0310-9956-ffa450edef68 --- apr.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apr.dsp') diff --git a/apr.dsp b/apr.dsp index e0a4f8377..7c7cc238c 100644 --- a/apr.dsp +++ b/apr.dsp @@ -42,8 +42,8 @@ RSC=rc.exe # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c # ADD CPP /nologo /MD /W3 /O2 /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibR\apr" /FD /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo -- cgit v1.2.1