Changeset 865 for dist

Show
Ignore:
Timestamp:
04/18/08 17:01:24 (5 months ago)
Author:
mankoff
Message:

# Lunar removed from EdGCM folder because it'll be copied into dist folder from source folder
# 4D updated because Lunar, now built w/ RB 2006.2 on Intel, is named "Mach-O PowerPC" rather than just "Mach-O"
# Makefiles update to handle all of this

Location:
dist
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dist/OSX/Makefile

    r861 r865  
    8989        tar -xf PanoplyOSX.tgz \ 
    9090                -C ${DISTFOLDER}/${APP}/EdGCM/Applications/ 
     91 
     92lunar: 
     93        ditto -rsrc \ 
     94                ${DEVROOT}/GCM/lunar/Lunar.app \ 
     95                ${DISTFOLDER}/${APP}/EdGCM/Applications/Model/Lunar.app 
     96 
    9197doc: 
    9298        ditto -rsrc \ 
     
    97103        make EVA 
    98104        make panoply 
    99  
     105        make lunar 
    100106 
    101107icon: 
  • dist/windows/Makefile

    r845 r865  
    1616        cp -R ${DEVROOT}/EdGCMwin ${DISTFOLDER}/${APP} 
    1717        make EVA 
     18        make lunar 
    1819        make panoply 
    1920        make doc 
     
    3031        rm -fR ${DISTFOLDER}/${APP}/Applications/PanoplyWin 
    3132        unzip ./PanoplyWin.zip -d ${DISTFOLDER}/${APP}/Applications 
     33lunar: 
     34        cp -R ${DEVROOT}/GCM/Lunar-Windows.exe \ 
     35                ${DISTFOLDER}/${APP}/Applications/Lunar.EXE 
    3236doc: 
    3337        cp ${DEVROOT}/doc/EdGCM_Manual.pdf ${DISTFOLDER}/${APP}/Documentation/