[Trainsched-commit] csv2pdb Makefile,1.4,1.4.2.1
Brought to you by:
philm
|
From: Steve M. <sma...@us...> - 2009-05-14 19:48:31
|
Update of /cvsroot/trainsched/csv2pdb In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22562 Modified Files: Tag: PDB_VER2 Makefile Log Message: Update version no. to 1.0. Remove "cygwim1.dll" dependency. Index: Makefile =================================================================== RCS file: /cvsroot/trainsched/csv2pdb/Makefile,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** Makefile 3 Apr 2003 13:54:35 -0000 1.4 --- Makefile 14 May 2009 19:48:11 -0000 1.4.2.1 *************** *** 2,6 **** # ! VERS=0.3 CC=gcc --- 2,6 ---- # ! VERS=1.0 CC=gcc *************** *** 34,38 **** rm -rf $(PROGRAM)-win-$(VERS) mkdir $(PROGRAM)-win-$(VERS) ! cp -a $(PROGRAM).exe cygwin1.dll csvformat.txt breteche.csv breteche.pdb LICENSE README $(PROGRAM)-win-$(VERS) zip -r9 ../$(PROGRAM)-win-$(VERS).zip $(PROGRAM)-win-$(VERS) rm -rf $(PROGRAM)-win-$(VERS) --- 34,38 ---- rm -rf $(PROGRAM)-win-$(VERS) mkdir $(PROGRAM)-win-$(VERS) ! cp -a $(PROGRAM).exe csvformat.txt breteche.csv breteche.pdb LICENSE README $(PROGRAM)-win-$(VERS) zip -r9 ../$(PROGRAM)-win-$(VERS).zip $(PROGRAM)-win-$(VERS) rm -rf $(PROGRAM)-win-$(VERS) |