# HG changeset patch # User Mychaela Falconia # Date 1476481087 0 # Node ID 02269c4741311831cb4a793b892fdcabd7f5abc4 # Parent 5dab5306bac5fc111bbab82b4b9f49ed81192d24 ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created, cdg3/makecdg.sh changed to use the new tool wrapper diff -r 5dab5306bac5 -r 02269c474131 cdg3/ccdgen.exe Binary file cdg3/ccdgen.exe has changed diff -r 5dab5306bac5 -r 02269c474131 cdg3/makecdg.sh --- a/cdg3/makecdg.sh Fri Oct 14 19:53:30 2016 +0000 +++ b/cdg3/makecdg.sh Fri Oct 14 21:38:07 2016 +0000 @@ -17,11 +17,9 @@ rm -rf tempout mkdir tempout -# nowhine is a wrapper around wine that suppresses some obnoxious whine, -# see leo2moko. TZ=GMT avoids some pesky time zone issues. # The arguments to ccdgen have been taken from TCS211 pdt_*.mak makefiles. -TZ=GMT nowhine ccdgen.exe -h -m512 -a2 -ifflags-$1.h -otempout -Rpdf-mdf-list +../toolwrap/ccdgen -h -m512 -a2 -ifflags-$1.h -otempout -Rpdf-mdf-list echo "Converting from CRLF to UNIX line endings" diff -r 5dab5306bac5 -r 02269c474131 toolwrap/ccdgen --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolwrap/ccdgen Fri Oct 14 21:38:07 2016 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +TZ=GMT +export TZ +exec nowhine `dirname $0`/../winexe/ccdgen.exe "$@" diff -r 5dab5306bac5 -r 02269c474131 winexe/ccdgen.exe Binary file winexe/ccdgen.exe has changed