You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/02/14 15:25:51 UTC

cvs commit: apache-1.3/src/os/win32/installer/installdll/test resource.h test.c test.def test.dsp test.h test.ico test.mak test.rc

wrowe       01/02/14 06:25:51

  Modified:    src      makefile.win
  Removed:     src/os/win32/installer README.TXT apache.iwz
               src/os/win32/installer/installdll install.c install.def
                        install.dsp install.mak
               src/os/win32/installer/installdll/test resource.h test.c
                        test.def test.dsp test.h test.ico test.mak test.rc
  Log:
    Eliminate InstallSheild files that have sat unused for ages, even in the
    more recent InstallShield packages.
  
  Revision  Changes    Path
  1.22      +0 -8      apache-1.3/src/makefile.win
  
  Index: makefile.win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/makefile.win,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- makefile.win	2001/01/13 01:54:37	1.21
  +++ makefile.win	2001/02/14 14:25:49	1.22
  @@ -58,10 +58,7 @@
   clean:	_cleanr _cleand
   	$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=R LONG=Release CTARGET=CLEAN _installdll
   
  -installdll:
  -	$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=R LONG=Release _installdll
   
  -
   _build:
   #	echo LONG $(LONG) SHORT $(SHORT) x
   	cd os\win32
  @@ -215,8 +212,3 @@
         print $$0;
       }
   <<
  -
  -_installdll:
  - 	cd os\win32\installer\installdll
  -	 $(MAKE) $(MAKEOPT) -f install.mak CFG="install - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  -	cd ..\..\..