sysmodellibs/sysmodelgen/group/smt.configure.nsh
author terytkon
Fri, 12 Mar 2010 08:30:17 +0200
changeset 2 87cfa131b535
parent 1 b538b70cbe51
permissions -rw-r--r--
Fixed the licence header on two files that the epl:ling script missed for some reason.

push $R1

FileOpen $R1 "$INSTDIR\SysModGen.cmd" w
FileWrite $R1 "@echo off$\r$\n"
FileWrite $R1 "perl -S $INSTDIR\SystemModelGenerator\SysModGen.pl %* $\r$\n"
FileClose $R1


pop $R1