Ignore:
Timestamp:
Feb 13, 2007, 9:10:33 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osc_snovis/trunk/obuild/DOS/build_release.bat

    r194 r195  
    555555IF NOT EXIST "%Motif_home%\lib"  ECHO WARNNING : Directory %Motif_home%\lib not found.  && GOTO end_if_release_71
    556556IF NOT EXIST "%obuild_dir_project%\lib/." MKDIR "%obuild_dir_project%\lib/."
    557 XCOPY /E /Q "%Motif_home%\lib"\libXm.* "%obuild_dir_project%\lib/." 1> xcopy_exe_error
     557XCOPY /E /Q "%Motif_home%\lib"\libXm.so* "%obuild_dir_project%\lib/." 1> xcopy_exe_error
    558558@IF ERRORLEVEL 1 @TYPE xcopy_exe_error && @GOTO obuild_return
    559559@IF NOT ERRORLEVEL 1 @DEL xcopy_exe_error
Note: See TracChangeset for help on using the changeset viewer.