zxdos / zxuno

All the files for ZX-Uno project repository
112 stars 30 forks source link

various improvements and bugfixes of sdk and build process #111

Open ivan-tat opened 2 years ago

ivan-tat commented 2 years ago

There is a bug in sdk/setenv.bat caused by colon on line 23:

set _path=%_path%:%SDCCHOME%\bin

Replace it with semicolon:

set _path=%_path%;%SDCCHOME%\bin

It was fixed in https://github.com/ivan-tat/zxuno/commit/2824eda2aad3a5c7422ca4a3200c120556416306 So, it's better to use latest revision.