[BACK]Return to makedist.bat CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Diff for /OpenXM_contrib2/windows/Attic/makedist.bat between version 1.1 and 1.2

version 1.1, 2002/07/25 09:17:43 version 1.2, 2002/08/13 10:32:29
Line 9  copy engine2000\release\engine.exe %instdir%\bin
Line 9  copy engine2000\release\engine.exe %instdir%\bin
 copy asir32gui\release\asirgui-%lang%.exe %instdir%\bin\asirgui.exe  copy asir32gui\release\asirgui-%lang%.exe %instdir%\bin\asirgui.exe
 copy cpp\release\cpp.exe %instdir%\bin  copy cpp\release\cpp.exe %instdir%\bin
 copy help\asirhelp-%lang%.chm %instdir%\bin\asirhelp.chm  copy help\asirhelp-%lang%.chm %instdir%\bin\asirhelp.chm
   copy help\cmanhelp-%lang%.chm %instdir%\bin\cmanhelp.chm
 copy asir32gui\UseCurrentDir %instdir%\bin  copy asir32gui\UseCurrentDir %instdir%\bin
 cd %lang%  cd %lang%
 tar czf asirwin-%lang%.tgz asir  tar czf asirwin-%lang%.tgz asir
Line 25  copy engine2000\release\engine.exe %instdir%\bin
Line 26  copy engine2000\release\engine.exe %instdir%\bin
 copy asir32gui\release\asirgui-%lang%.exe %instdir%\bin\asirgui.exe  copy asir32gui\release\asirgui-%lang%.exe %instdir%\bin\asirgui.exe
 copy cpp\release\cpp.exe %instdir%\bin  copy cpp\release\cpp.exe %instdir%\bin
 copy help\asirhelp-%lang%.chm %instdir%\bin\asirhelp.chm  copy help\asirhelp-%lang%.chm %instdir%\bin\asirhelp.chm
   copy help\cmanhelp-%lang%.chm %instdir%\bin\cmanhelp.chm
 copy asir32gui\UseCurrentDir %instdir%\bin  copy asir32gui\UseCurrentDir %instdir%\bin
 cd %lang%  cd %lang%
 tar czf asirwin-%lang%.tgz asir  tar czf asirwin-%lang%.tgz asir

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>