Ignore:
Timestamp:
Mar 4, 2011, 8:12:24 AM (13 years ago)
Author:
olle
Message:

Refs #744. Proteios SE installation and update bat-files for MS Windows updated to support OpenMS properties file openms.properties:

  1. Proteios SE installation bat-file install-win.bat in misc/install/ updated to create openms.properties file if not existing.
  1. Proteios SE update bat-file update_proteios-win.bat in misc/install/ updated to support OpenMS properties file openms.properties.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/misc/install/install-win.bat

    r4085 r4153  
    393393echo msInspect feature detection config file msinspect.properties exists - OK.
    394394:msinspect_properties_file_end
     395cd %here%
     396
     397rem
     398rem Create proteios openms.properties file if not existing.
     399rem
     400cd %build_dir%
     401if exist openms.properties goto openms_properties_file_ok
     402echo Creating OpenMS feature detection config file openms.properties...
     403copy openms.properties.in openms.properties
     404goto openms_properties_file_end
     405:openms_properties_file_ok
     406echo OpenMS feature detection config file openms.properties exists - OK.
     407:openms_properties_file_end
    395408cd %here%
    396409
Note: See TracChangeset for help on using the changeset viewer.