- Timestamp:
- 02/18/08 16:02:57 (7 months ago)
- Location:
- dist/windows
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dist/windows/Makefile
r702 r843 1 1 2 2 APP=EdGCM 3 DEVROOT= ~/GISS3 DEVROOT=/Users/mankoff/GISS 4 4 DISTFOLDER=${DEVROOT}/dist/WinTmp 5 5 SVNREV = $(shell svn info | grep Revision | cut -d" " -f2) … … 24 24 25 25 EVA: 26 #(cd ${DEVROOT}/EVA/trunk; make release-win)27 #cp -R ${DEVROOT}/EVA/releases/latest-win/EVA ${DISTFOLDER}/${APP}/Applications/EVA26 (cd ${DEVROOT}/EVA/trunk; make release-win) 27 cp -R ${DEVROOT}/EVA/releases/latest-win/EVA ${DISTFOLDER}/${APP}/Applications/EVA 28 28 panoply: 29 29 curl -R -z PanoplyWin.zip -O http://www.giss.nasa.gov/tools/panoply/PanoplyWin.zip
