changeset 13:83146a4ae927

toolwrap & winexe: import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 07:14:13 +0000
parents 183b65004077
children 35f7a1dc9f7d
files toolwrap/ar470 toolwrap/asm470 toolwrap/ccdgen toolwrap/cl470 toolwrap/hex470 toolwrap/str2ind toolwrap/vlnk470 winexe/ccdgen.exe winexe/str2ind.exe
diffstat 9 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/ar470	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+C_DIR='c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT'
+TZ=GMT
+export C_DIR TZ
+exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/ar470.exe' "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/asm470	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+C_DIR='c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT'
+TZ=GMT
+export C_DIR TZ
+exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/asm470.exe' "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/ccdgen	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+TZ=GMT
+export TZ
+exec nowhine `dirname $0`/../winexe/ccdgen.exe "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/cl470	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+C_DIR='c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT'
+TZ=GMT
+export C_DIR TZ
+exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/cl470.exe' "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/hex470	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+TZ=GMT
+export TZ
+exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/hex470.exe' "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/str2ind	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+TZ=GMT
+export TZ
+exec nowhine `dirname $0`/../winexe/str2ind.exe "$@"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/vlnk470	Fri Oct 16 07:14:13 2020 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+TZ=GMT
+export TZ
+exec nowhine 'C:/Dvpt_tools/Codegen/Vislink_1.9902/vlnk470.exe' "$@"
Binary file winexe/ccdgen.exe has changed
Binary file winexe/str2ind.exe has changed