source:
GTP/trunk/Lib/Vis/Preprocessing/makefile
@
2526
Revision 2526, 236 bytes checked in by bittner, 17 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | # $Id: makefile.win,v 1.1.1.1 2004/09/20 12:02:17 bittner Exp $ |
2 | |
3 | BACKUP_NAME=preprocessor |
4 | |
5 | TO_RELEASE = scripts/*.sh bin/*.dll bin/release/*.* src/run_demo* src/*.env |
6 | |
7 | zip: |
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.