summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2000-12-21 23:02:35 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2000-12-21 23:02:35 +0000
commitac0680fcd8f65dfdc85774a536bf459eac474c3e (patch)
treed4c6ec9477819cbfcfda599874975daf68cbe521 /apr.dsp
parent4deecc49b30ee479d48e5610af0b4af4611a612a (diff)
downloadlibapr-ac0680fcd8f65dfdc85774a536bf459eac474c3e.tar.gz
Don't export symbols from static library.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp8
1 files changed, 2 insertions, 6 deletions
diff --git a/apr.dsp b/apr.dsp
index 041665fb8..9e5c04177 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -43,7 +43,7 @@ RSC=rc.exe
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
# 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_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"LibR\apr" /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
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -68,7 +68,7 @@ RSC=rc.exe
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"LibD\apr" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibD\apr" /FD /c
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -519,9 +519,5 @@ SOURCE=.\include\apr_uuid.h
SOURCE=.\include\apr_xlate.h
# End Source File
# End Group
-# Begin Source File
-
-SOURCE=.\libapr.def
-# End Source File
# End Target
# End Project