summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-12-07 06:58:59 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-12-07 06:58:59 +0000
commit546fc279369de2c8607838c7c4d78eb312cb3345 (patch)
tree11098bb1fb6e42534b40e0c616f00ca69e06b882 /apr.dsp
parentaf71460fad496a8568255fedb6d657394b926745 (diff)
downloadlibapr-546fc279369de2c8607838c7c4d78eb312cb3345.tar.gz
Implement Win32 MMAP support.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp15
1 files changed, 13 insertions, 2 deletions
diff --git a/apr.dsp b/apr.dsp
index b55b4a6ac..156dfdd91 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -68,9 +68,8 @@ LIB32=link.exe -lib
RSC=rc.exe
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
-# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE CPP /nologo /MTd /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /ZI /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 /c
-# SUBTRACT CPP /YX
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -371,6 +370,18 @@ SOURCE=.\shmem\win32\shmem.c
# PROP Exclude_From_Build 1
# End Source File
# End Group
+# Begin Group "mmap"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\mmap\unix\common.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\mmap\win32\mmap.c
+# End Source File
+# End Group
# End Group
# Begin Group "Generated Header Files"