summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorgsmith <gsmith@13f79535-47bb-0310-9956-ffa450edef68>2016-12-03 20:49:29 +0000
committergsmith <gsmith@13f79535-47bb-0310-9956-ffa450edef68>2016-12-03 20:49:29 +0000
commit37f1748dcdb4882a914f19c1ce32ad9b2b4824d1 (patch)
tree873da673cea336723d4fff82d410511ea974c441 /Makefile.win
parent28c784e40b260392fd52e34e29196a0e9f10985c (diff)
downloadlibapr-37f1748dcdb4882a914f19c1ce32ad9b2b4824d1.tar.gz
Catch up legacy Windows builds
poll/unix/wakeup.c fix typo include/apr_cstr.h, strings/apr_cstr.c Backport r1767019 apr.dsp, apr.mak, libapr.dsp, libapr.mak, makefile.win, test/makefile.win, Add strings/apr_cstr.c Remove Win9x targets git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1772487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.win b/Makefile.win
index a3573eae6..b48f9e946 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -18,8 +18,6 @@
#
# ARCH="Win32 Release"
# ARCH="Win32 Debug"
-# ARCH="Win32 Release9x"
-# ARCH="Win32 Debug9x"
# ARCH="x64 Release"
# ARCH="x64 Debug"
#
@@ -66,14 +64,6 @@ LIBSOSPATH=LibR
SLNARCH=Debug|Win32
ARCHOSPATH=Debug
LIBSOSPATH=LibD
-!ELSEIF "$(ARCH)" == "Win32 Release9x"
-SLNARCH=Release9x|Win32
-ARCHOSPATH=9x\Release
-LIBSOSPATH=9x\LibR
-!ELSEIF "$(ARCH)" == "Win32 Debug9x"
-SLNARCH=Debug9x|Win32
-ARCHOSPATH=9x\Debug
-LIBSOSPATH=9x\LibD
!ELSEIF "$(ARCH)" == "x64 Release"
SLNARCH=Release|x64
ARCHOSPATH=x64\Release