Ignore:
Timestamp:
02/23/12 22:39:37 (13 years ago)
Author:
Eric.Larour
Message:

Now handles 32 and 64 bits. Picks up scripts directly, instead of through bin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/installers/win7/aic.sh

    r11483 r11519  
    1313END
    1414
    15 ls $ISSM_TIER_WIN/bin/*.bat $ISSM_TIER_WIN/bin/startup.m $ISSM_TIER_WIN/bin/*.h | awk '{printf("AddFile APPDIR %s\n",$1);}' | sed 's/\//\\/g' >> ISSM.aic
     15ls $ISSM_TIER_WIN/scripts/*.bat $ISSM_TIER_WIN/bin/startup.m $ISSM_TIER_WIN/bin/*.h | awk '{printf("AddFile APPDIR %s\n",$1);}' | sed 's/\//\\/g' >> ISSM.aic
    1616
    1717cat << END >> ISSM.aic
    1818AddFolder PersonalFolder $ISSM_TIER_WIN\test
    1919AddFolder APPDIR $ISSM_TIER_WIN\bin
    20 SetPackageType x64
    2120DelEnvironment ISSM_TESTS
    2221NewEnvironment -name ISSM_TESTS -value [test_Dir]
     
    3433#Get rid of temporary files:
    3534cp ISSM-SetupFiles/ISSM.msi ./
    36 rm -rf ISSM.aip ISSM-SetupFiles
     35rm -rf ISSM.aip ISSM-SetupFiles ISSM.aic
Note: See TracChangeset for help on using the changeset viewer.