changeset 7:89660a3d35bb

toolwrap: wine wrappers for cl470, asm470 and ar470 created
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 03:11:00 +0000
parents c01d2500a998
children 82ae0ab1ff42
files toolwrap/ar470 toolwrap/asm470 toolwrap/cl470
diffstat 3 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/ar470	Mon Sep 26 03:11:00 2016 +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	Mon Sep 26 03:11:00 2016 +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/cl470	Mon Sep 26 03:11:00 2016 +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' "$@"