build inline program with pp
[email protected] (Xiao Yafeng)
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <CABPUXgB6t5-X8VSNtTH94ErB=J1KUWXKjR9Vres20dQ=u7CweA@mail.gmail.com> |
Hi all, I have a Inline program which have to be built in visual studio environment. how can I wrap it in pp? I mean, I don't want the exe which pp create rebuild C function on other machines.(coz it would fail), just use what I build. Please enlighten me. Thanks.