Skip to content

CI-build-101

Pre-release
Pre-release
Compare
Choose a tag to compare
@3F 3F released this 08 Dec 22:08
· 171 commits to master since this release

🎲 Nightly build of 2488b0c ➾ Worker image: Visual Studio 2017; Console: ci.appveyor.com/.../build-101

❕ Only for tests ❕ πŸ—¨ Commit message:

Fixed support of the special symbols in path: ' &!~`@#$^(+)_=%-;. Related Issue #88

Back to the old label-goto logic instead of for (d4b46cd) because of more hard escaping for all special symbols above. This is the moment when you finally start to feel sick from batch scripts -_-

This changes also provides new __p_call flag - To use the call-type logic when invoking DllExport.

And also adds handling of unknown action. Just not to scare users...

Other details in #88