Ignore:
Timestamp:
Nov 26, 2010, 6:12:22 PM (14 years ago)
Author:
habili
Message:

anuga_core directory no longer included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/installation_files/windows/installer.nsi

    r7528 r8091  
    122122  SetOutPath "$PackagesDir"
    123123  RMDir /r "$PackagesDir\anuga"
    124   RMDir /r "$PackagesDir\anuga_core"
    125124  RMDir /r "$PackagesDir\anuga_validation"
    126125 
    127126  # copy anuga files
    128127  File /r "${FileSource}\${AnugaFolder}\anuga"
    129   File /r "${FileSource}\${AnugaFolder}\anuga_core"
    130128  File /r "${FileSource}\${AnugaFolder}\anuga_validation"
    131129
     
    445443  SetOutPath "$INSTDIR"
    446444  RMDir /r "$INSTDIR\Lib\site-packages\anuga"
    447   RMDir /r "$INSTDIR\Lib\site-packages\anuga_core"
    448445  RMDir /r "$INSTDIR\Lib\site-packages\anuga_validation"
    449446 
Note: See TracChangeset for help on using the changeset viewer.