comparison 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
comparison
equal deleted inserted replaced
210:5dab5306bac5 211:02269c474131
15 fi 15 fi
16 16
17 rm -rf tempout 17 rm -rf tempout
18 mkdir tempout 18 mkdir tempout
19 19
20 # nowhine is a wrapper around wine that suppresses some obnoxious whine,
21 # see leo2moko. TZ=GMT avoids some pesky time zone issues.
22 # The arguments to ccdgen have been taken from TCS211 pdt_*.mak makefiles. 20 # The arguments to ccdgen have been taken from TCS211 pdt_*.mak makefiles.
23 21
24 TZ=GMT nowhine ccdgen.exe -h -m512 -a2 -ifflags-$1.h -otempout -Rpdf-mdf-list 22 ../toolwrap/ccdgen -h -m512 -a2 -ifflags-$1.h -otempout -Rpdf-mdf-list
25 23
26 echo "Converting from CRLF to UNIX line endings" 24 echo "Converting from CRLF to UNIX line endings"
27 25
28 rm -rf cdginc-$1 26 rm -rf cdginc-$1
29 mkdir cdginc-$1 27 mkdir cdginc-$1