summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-02-06 19:31:26 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-02-06 19:31:26 +0000
commit87e503d486b002fdc6f3761cc06d75b06a143029 (patch)
tree19a75cdbd1ce01811e04e2b139f364d22f56c657 /apr.dsp
parentcb355487e766348192634488d0bcd1058a9e59d0 (diff)
downloadapr-87e503d486b002fdc6f3761cc06d75b06a143029.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: https://svn.apache.org/repos/asf/apr/apr/trunk@64332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp20
1 files changed, 10 insertions, 10 deletions
diff --git a/apr.dsp b/apr.dsp
index 4a67779a4..e0a4f8377 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -254,11 +254,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
@@ -387,10 +387,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
@@ -429,6 +425,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"
@@ -449,22 +449,22 @@ SOURCE=.\include\apr.hw
!IF "$(CFG)" == "apr - 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)" == "apr - 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