# New Ticket Created by  Ron Blaschke 
# Please include the string:  [perl #29738]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29738 >


Here's the first step for the PARROT_API stuff.  This patch introduces
PARROT_API with an empty definition, build_tools/h2api.pl that takes

PARROT_API
Parrot_Interp Parrot_new(Parrot_Interp parent);

and turns it into the file libparrot_api (and libnci_api)
---
# Do not edit this file!
# It is generated automatically by C:\myparrot\build_tools\h2api.pl

Parrot_new
---

These files should be used to tell the linker about the exported
symbols (not done yet).


This patch also reverts the recent nci_test changes, which ought to
compile and link nci_test.c directly.  link on win32 can't handle
that, though.

Ron

Attachment: parrot_api_generic.patch
Description: Binary data

Reply via email to