ham-radio-software / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
44 stars 13 forks source link

fix config for windows build #17

Closed maurizioandreotti closed 4 years ago

maurizioandreotti commented 4 years ago

in particular compare it with distXP.bat to remove xcopy lines

yo2loj commented 4 years ago

Add xcopy libexec\LZHUF_1.EXE .\dist\libexec /s /d /y /f /i after xcopy ui .\dist\ui /s /d /y /f /i

The LZHUF executable is still missing in the windows build.

yo2loj commented 4 years ago

Modified the config.py to skip unneeded DLLs for the windows build Everything in #19

yo2loj commented 4 years ago

Works fine on Win7

maurizioandreotti commented 4 years ago

works also on XP

yo2loj commented 4 years ago

I also updated the libexe content... #21