[Csnd-dev] beosc opcodes not present in the windows installer
Date | 2019-04-24 14:44 |
From | Eduardo Moguillansky |
Subject | [Csnd-dev] beosc opcodes not present in the windows installer |
Hi, I just was confirmed that the beosc opcodes (beosc, beadsynt, etc., defined in Opcodes/emugens/beosc.c) are not included in the windows installer and the windows builds done by appveyor. Is there a reason for this? These were released with 6.12. There is not cmake option to not build these alone, either all emugens are built or none, so being that other opcodes there are present (bpf, printarray, etc.) it seems that only this file is not being built. --- |
Date | 2019-04-24 16:24 |
From | Steven Yi |
Subject | Re: [Csnd-dev] beosc opcodes not present in the windows installer |
Looks like it was not in the installer build script. I added a line and pushed the change to github: Let's see what happens in the next appveyor build. On Wed, Apr 24, 2019 at 9:44 AM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote: Hi, |
Date | 2019-04-24 16:51 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd-dev] beosc opcodes not present in the windows installer |
thanks, steven!
On 24.04.19 17:24, Steven Yi wrote:
|