source: GTP/trunk/Lib/Vis/Preprocessing/makefile @ 2526

Revision 2526, 236 bytes checked in by bittner, 17 years ago (diff)
  • Property svn:executable set to *
Line 
1# $Id: makefile.win,v 1.1.1.1 2004/09/20 12:02:17 bittner Exp $
2
3BACKUP_NAME=preprocessor
4
5TO_RELEASE = scripts/*.sh bin/*.dll bin/release/*.* src/run_demo* src/*.env
6
7zip:
8        zip -9 $(BACKUP_NAME)`date +%d.%b-%H.%M`.zip $(TO_RELEASE)
9
10
11
Note: See TracBrowser for help on using the repository browser.