FreeCalypso > hg > fc-magnetite
annotate toolwrap/ccdgen @ 643:6af4147329b3
gtm900mgc2 build target renamed to just gtm900mgc
based on the discovery of MGC1GSMT which is fw-compatible with
the more common and more familiar MGC2GSMT.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Feb 2020 17:57:21 +0000 |
parents | 02269c474131 |
children |
rev | line source |
---|---|
211
02269c474131
ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created,
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #!/bin/sh |
02269c474131
ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created,
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 TZ=GMT |
02269c474131
ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created,
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 export TZ |
02269c474131
ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created,
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 exec nowhine `dirname $0`/../winexe/ccdgen.exe "$@" |