Changeset 4153 for trunk/misc/install/install-win.bat
- Timestamp:
- Mar 4, 2011, 8:12:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/misc/install/install-win.bat
r4085 r4153 393 393 echo msInspect feature detection config file msinspect.properties exists - OK. 394 394 :msinspect_properties_file_end 395 cd %here% 396 397 rem 398 rem Create proteios openms.properties file if not existing. 399 rem 400 cd %build_dir% 401 if exist openms.properties goto openms_properties_file_ok 402 echo Creating OpenMS feature detection config file openms.properties... 403 copy openms.properties.in openms.properties 404 goto openms_properties_file_end 405 :openms_properties_file_ok 406 echo OpenMS feature detection config file openms.properties exists - OK. 407 :openms_properties_file_end 395 408 cd %here% 396 409
Note: See TracChangeset
for help on using the changeset viewer.