diff cdg3/makecdg.sh @ 211:02269c474131

ccdgen.exe moved from cdg3 to winexe, toolwrap/ccdgen created, cdg3/makecdg.sh changed to use the new tool wrapper
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:38:07 +0000
parents c15047b3d00d
children
line wrap: on
line diff
--- 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"