analog/CUPL/build.bat

7 lines
171 B
Batchfile
Raw Normal View History

2023-01-07 07:15:21 +00:00
@set OLDPATH=%PATH%
@set PATH=c:\wincupl\WinCupl\Fitters;c:\Wincupl\Shared\;%PATH%
cupl.exe -jxfu c:\wincupl\shared\cupl.dl g16v8 picopal.pld
@set PATH=%OLDPATH%