sysmodellibs/sysmodelgen/group/smt.configure.nsh
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 1 b538b70cbe51
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace

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