# HG changeset patch # User Mychaela Falconia # Date 1475275794 0 # Node ID 56991493ba66ba3c2cce0efb324602b306cb7ae0 # Parent 967319e955359c0f3cac31b616ffb0f5a7ee8f5f toolwrap: hex470 and vlnk470 wrappers added diff -r 967319e95535 -r 56991493ba66 toolwrap/hex470 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolwrap/hex470 Fri Sep 30 22:49:54 2016 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +TZ=GMT +export TZ +exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/hex470.exe' "$@" diff -r 967319e95535 -r 56991493ba66 toolwrap/vlnk470 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolwrap/vlnk470 Fri Sep 30 22:49:54 2016 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +TZ=GMT +export TZ +exec nowhine 'C:/Dvpt_tools/Codegen/Vislink_1.9902/vlnk470.exe' "$@"