imgtools/romtools/maksym/maksymrofs
author marvin shi <marvin.shi@nokia.com>
Tue, 30 Nov 2010 17:14:57 +0800
changeset 714 e5a58c351011
parent 701 170c8b305768
permissions -rw-r--r--
feature bsym format symbol rombuild support
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
600
6d08f4a05d93 add deprecated files
jjkang
parents:
diff changeset
     1
#!/bin/sh
701
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     2
PRGDIR=`dirname "$0"`
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     3
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     4
PRGDIR=`cd "$PRGDIR"; pwd`
600
6d08f4a05d93 add deprecated files
jjkang
parents:
diff changeset
     5
701
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     6
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     7
perl "$PRGDIR/maksymrofs.pl" $@
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     8
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     9