Remove references to files that have been removed from the kit.
robs [Mon, 27 Aug 2001 19:52:49 +0000 (19:52 +0000)]
Makefile.in
build.bat
build_no_shell.bat
cgi-fcgi/cgi-fcgi.mak
cgi-fcgi/cgi-fcgi.mak.in
libfcgi/libfcgi.mak
libfcgi/libfcgi.mak.in
perl/Makefile.PL

index d62a423..6640fdc 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #  Open Market, Inc.
 #
-#  $Id: Makefile.in,v 1.1 1997/09/16 15:36:24 stanleyg Exp $
+#  $Id: Makefile.in,v 1.2 2001/08/27 19:52:49 robs Exp $
 #
 SHELL = @SHELL@
 O =     @O@
@@ -53,7 +53,6 @@ export:
        $(INSTALL_DATA)    include/fastcgi.h $(INC_DIR)
        $(INSTALL_DATA)    include/fcgi_stdio.h $(INC_DIR)
        $(INSTALL_DATA)    include/fcgiapp.h $(INC_DIR)
-       $(INSTALL_DATA)    include/fcgiappmisc.h $(INC_DIR)
        $(INSTALL_DATA)    include/fcgimisc.h $(INC_DIR)
        $(INSTALL_DATA)    include/fcgi_config.h $(LINC_DIR)
        $(INSTALL_DATA)    libfcgi/libfcgi.${L} $(LIB_DIR)
index 47bacdc..a242ca8 100755 (executable)
--- a/build.bat
+++ b/build.bat
@@ -3,7 +3,7 @@ rem This build script is intended to be run from the root dir that
 rem the FastCGI kit was unpacked in.  It is intended to be used for
 rem those that want to run the configure script.
 rem
-rem $Id: build.bat,v 1.1 1997/09/16 15:36:24 stanleyg Exp $
+rem $Id: build.bat,v 1.2 2001/08/27 19:52:49 robs Exp $
 rem
 rem
 
@@ -32,8 +32,6 @@ rem
 cd ..\examples
 nmake -f echo.mak
 nmake -f echo2.mak
-nmake -f tiny-fcgi.mak
-nmake -f tiny-fcgi2.mak
 
 cd ..
 goto :DONE
index c741285..02aa102 100755 (executable)
@@ -3,7 +3,7 @@ rem This build script is intended to be run from the root dir that
 rem the FastCGI kit was unpacked in.  It should work on an X86
 rem machine but it's only been tested in limited form.
 rem
-rem $Id: build_no_shell.bat,v 1.1 1997/09/16 15:36:24 stanleyg Exp $
+rem $Id: build_no_shell.bat,v 1.2 2001/08/27 19:52:49 robs Exp $
 rem
 rem
 
@@ -32,8 +32,6 @@ rem
 cd ..\examples
 nmake -f echo.mak
 nmake -f echo2.mak
-nmake -f tiny-fcgi.mak
-nmake -f tiny-fcgi2.mak
 
 cd ..
 
index 526d556..e5b3f53 100644 (file)
@@ -190,7 +190,6 @@ DEP_CPP_CGI_F=\
        "..\include\fastcgi.h"\
        "..\include\fcgi_config.h"\
        "..\include\fcgiapp.h"\
-       "..\include\fcgiappmisc.h"\
        "..\include\fcgimisc.h"\
        "..\include\fcgios.h"\
        {$(INCLUDE)}"\sys\TYPES.H"\
@@ -205,7 +204,6 @@ DEP_CPP_CGI_F=\
        "..\include\fastcgi.h"\
        "..\include\fcgi_config.h"\
        "..\include\fcgiapp.h"\
-       "..\include\fcgiappmisc.h"\
        "..\include\fcgimisc.h"\
        "..\include\fcgios.h"\
        {$(INCLUDE)}"\sys\TYPES.H"\
index fe2a93a..60661c4 100644 (file)
@@ -276,7 +276,6 @@ SOURCE=cgi-fcgi.c
 DEF_CPP_CGI_F=\
        "..\include\fcgimisc.h"\
        "..\include\fcgiapp.h"\
-       "..\include\fcgiappmisc.h"\
        "..\include\fastcgi.h"\
        "..\include\fcgi_config.h"\
        "..\include\fcgios.h"
index d4d41f2..e076eb2 100644 (file)
@@ -224,7 +224,6 @@ DEP_CPP_FCGIA=\
        "..\include\fastcgi.h"\
        "..\include\fcgi_config.h"\
        "..\include\fcgiapp.h"\
-       "..\include\fcgiappmisc.h"\
        "..\include\fcgimisc.h"\
        "..\include\fcgios.h"\
        {$(INCLUDE)}"\sys\types.h"\
index 4832293..2352d7e 100644 (file)
@@ -338,7 +338,6 @@ DEF_CPP_FCGIA=\
        "..\include\fcgi_config.h"\
        "..\include\fcgimisc.h"\
        "..\include\fcgiapp.h"\
-       "..\include\fcgiappmisc.h"\
        "..\include\fastcgi.h"\
        "..\include\fcgios.h"
 
index 0b5650c..7783a42 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.11 2001/06/08 15:09:47 skimo Exp $
+# $Id: Makefile.PL,v 1.12 2001/08/27 19:53:58 robs Exp $
 
 use ExtUtils::MakeMaker;
 use IO::File;
@@ -6,7 +6,7 @@ use Config;
 use Cwd 'cwd';
 use Getopt::Long;
 
-@h1 = qw(fastcgi.h fcgiapp.h fcgiappmisc.h fcgimisc.h fcgios.h);
+@h1 = qw(fastcgi.h fcgiapp.h fcgimisc.h fcgios.h);
 @h = (@h1, 'fcgi_config.h');
 @o = qw(FCGI.o);
 @dist1 = qw(LICENSE.TERMS acconfig.h);