summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-17 23:30:08 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-17 23:30:08 +0000
commit0b225d8b6e725f0603d5d6624f15b0d8639012b8 (patch)
treede0a1a247befc577cabe17fe94b5bbaf5317e5ea /apr.dsp
parent59fecf235c8a93ab24785dd5faa8ebdc52010d38 (diff)
downloadlibapr-0b225d8b6e725f0603d5d6624f15b0d8639012b8.tar.gz
This commit will most likely break everybody on Windows. The .dsp
files I am checking in though will build a usable Apache on Windows. This finishes at least the first round of the merge work to get the common code into common files in APR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60062 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp11
1 files changed, 6 insertions, 5 deletions
diff --git a/apr.dsp b/apr.dsp
index 05fac6e52..976e3775b 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -25,6 +25,7 @@ CFG=aprlib - Win32 Debug
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
+RSC=rc.exe
!IF "$(CFG)" == "aprlib - Win32 Release"
@@ -41,6 +42,8 @@ CPP=cl.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "include" /I "dso/win32" /I "file_io/win32" /I "locks/win32" /I "misc/win32" /I "network_io/win32" /I "threadproc/win32" /I "time/win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -62,8 +65,10 @@ LIB32=link.exe -lib
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "include" /I "dso/win32" /I "file_io/win32" /I "locks/win32" /I "misc/win32" /I "network_io/win32" /I "threadproc/win32" /I "time/win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "include" /I "dso/win32" /I "file_io/win32" /I "locks/win32" /I "misc/win32" /I "network_io/win32" /I "threadproc/win32" /I "time/win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -326,10 +331,6 @@ SOURCE=.\locks\win32\locks.h
# End Source File
# Begin Source File
-SOURCE=.\misc\win32\misc.h
-# End Source File
-# Begin Source File
-
SOURCE=.\network_io\win32\networkio.h
# End Source File
# Begin Source File