~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to msvc/util/ecl_nsi.bat

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
for /f %%i in (../aux_dirs) do @echo %%i
17
17
for /f %%i in (../aux_dirs) do @echo File /r "${ECLDIR}\%%i" >> %dest%
18
18
for /f %%i in (../aux_files) do @echo File "${ECLDIR}\%%i" >> %dest%
 
19
@echo File "${ECLDIR}\ecl.exe.manifest" >> %dest%
19
20
type %source%2 >> %dest%
 
21
@echo Delete "${ECLDIR}\ecl.exe.manifest" >> %dest%
20
22
for /f %%i in (../aux_files) do @echo Delete "$INSTDIR\%%i" >> %dest%
21
23
for /f %%i in (../aux_dirs) do @echo RMDir /r "$INSTDIR\%%i" >> %dest%
22
24
type %source%3 >> %dest%