remove keeper compile

This commit is contained in:
Mark 2004-09-22 22:55:12 +00:00
parent 92d9a509ce
commit 88ed7b92a1
3 changed files with 3 additions and 11 deletions

View file

@ -10,6 +10,6 @@ else
CURLDIR =
endif
SUBDIRS = adns keeper $(CURLDIR) $(PCREDIR) rta gdbm
SUBDIRS = adns rta gdbm $(CURLDIR) $(PCREDIR)
include $(top_srcdir)/autotools/rules.mk

View file

@ -159,7 +159,7 @@ target_alias = @target_alias@
@BUILD_CURL_TRUE@CURLDIR = curl
SUBDIRS = adns keeper $(CURLDIR) $(PCREDIR) rta gdbm
SUBDIRS = adns rta gdbm $(CURLDIR) $(PCREDIR)
LINK = @echo "Linking $@"; $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
@ -177,7 +177,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
check-recursive installcheck-recursive
DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/autotools/rules.mk \
Makefile.am
DIST_SUBDIRS = adns keeper curl pcre rta gdbm
DIST_SUBDIRS = adns rta gdbm curl pcre
all: all-recursive
.SUFFIXES:

View file

@ -7,10 +7,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "lib\curl\curl.vcpro
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keeper", "lib\keeper\keeper.vcproj", "{32EDB50C-1E48-42A6-863C-2D0E5DADD427}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcre", "lib\pcre\pcre.vcproj", "{934FCDE5-D077-4619-B79C-A62580EA1E4A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
@ -37,10 +33,6 @@ Global
{F9973FED-1759-4B07-ACD0-B949A9F73F29}.Debug.Build.0 = Debug|Win32
{F9973FED-1759-4B07-ACD0-B949A9F73F29}.Release.ActiveCfg = Release|Win32
{F9973FED-1759-4B07-ACD0-B949A9F73F29}.Release.Build.0 = Release|Win32
{32EDB50C-1E48-42A6-863C-2D0E5DADD427}.Debug.ActiveCfg = Debug|Win32
{32EDB50C-1E48-42A6-863C-2D0E5DADD427}.Debug.Build.0 = Debug|Win32
{32EDB50C-1E48-42A6-863C-2D0E5DADD427}.Release.ActiveCfg = Release|Win32
{32EDB50C-1E48-42A6-863C-2D0E5DADD427}.Release.Build.0 = Release|Win32
{934FCDE5-D077-4619-B79C-A62580EA1E4A}.Debug.ActiveCfg = Debug|Win32
{934FCDE5-D077-4619-B79C-A62580EA1E4A}.Debug.Build.0 = Debug|Win32
{934FCDE5-D077-4619-B79C-A62580EA1E4A}.Release.ActiveCfg = Release|Win32