Changeset 822
- Timestamp:
- Nov 18, 2010, 2:21:42 AM (15 years ago)
- Location:
- packaging
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/make_packages.cmd
r737 r822 526 526 527 527 if (translate(right(word(aCommand, 1), 4)) == '.CMD') then do 528 aCommand = 'c md.exe /c'aCommand528 aCommand = 'c 'aCommand 529 529 end 530 530 -
packaging/warpin_env.cmd
r544 r822 28 28 SAY "WarpIN found at: "||WARPIN_INSTALL_DIR 29 29 30 if (stream(WARPIN_INSTALL_DIR||'\envwic.cmd', 'C' 'QUERY EXISTS') \== '') then do30 if (stream(WARPIN_INSTALL_DIR||'\envwic.cmd', 'C' 'QUERY EXISTS') \== '') then do 31 31 /* Execute the WIC script that comes with WarpIN */ 32 32 SAY "Calling envwic.cmd from WarpIN install directory..."
Note:
See TracChangeset
for help on using the changeset viewer.