summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-06 19:31:26 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-06 19:31:26 +0000
commitc5305c34585f6985bf335a31b2a3e61df54319dc (patch)
tree19a75cdbd1ce01811e04e2b139f364d22f56c657 /libapr.dsp
parentcb9909fde5557109e07b9caa560237ee19a94990 (diff)
downloadlibapr-c5305c34585f6985bf335a31b2a3e61df54319dc.tar.gz
Clean up these project to be consistent with .dsp files saved from the
IDE (correcting file name order and some whitespace issues.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp20
1 files changed, 10 insertions, 10 deletions
diff --git a/libapr.dsp b/libapr.dsp
index 6384a5640..d12d9e93e 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -260,11 +260,11 @@ SOURCE=.\network_io\unix\inet_pton.c
# End Source File
# Begin Source File
-SOURCE=.\poll\unix\pollacc.c
+SOURCE=.\poll\unix\poll.c
# End Source File
# Begin Source File
-SOURCE=.\poll\unix\poll.c
+SOURCE=.\poll\unix\pollacc.c
# End Source File
# Begin Source File
@@ -393,10 +393,6 @@ SOURCE=.\user\win32\userinfo.c
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\include\arch\win32\apr_private.h
-# End Source File
-# Begin Source File
-
SOURCE=.\include\arch\win32\apr_arch_atime.h
# End Source File
# Begin Source File
@@ -435,6 +431,10 @@ SOURCE=.\include\arch\win32\apr_arch_threadproc.h
SOURCE=.\include\arch\win32\apr_arch_utf8.h
# End Source File
+# Begin Source File
+
+SOURCE=.\include\arch\win32\apr_private.h
+# End Source File
# End Group
# Begin Group "Public Header Files"
@@ -455,22 +455,22 @@ SOURCE=.\include\apr.hw
!IF "$(CFG)" == "libapr - Win32 Release"
-# Begin Custom Build - Creating apr.h from apr.hw
+# Begin Custom Build - Creating apr.h from apr.hw
InputPath=.\include\apr.hw
".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
type .\include\apr.hw > .\include\apr.h
-
+
# End Custom Build
!ELSEIF "$(CFG)" == "libapr - Win32 Debug"
-# Begin Custom Build - Creating apr.h from apr.hw
+# Begin Custom Build - Creating apr.h from apr.hw
InputPath=.\include\apr.hw
".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
type .\include\apr.hw > .\include\apr.h
-
+
# End Custom Build
!ENDIF