I found this msg in the archive with no answer:

Hi
I am busy compiling an exe and it requires a point of entry class (start up object), how do I declare this in the vbc target?

Thanks
Rosemarie Leighton (Financial IQ)
The following works for me

<vbc target="winexe" main="Form1" output="${output}" debug="${debug}" define="${define}" doc="${doc}" rootnamespace="App1" .../>
<arg value="/m:App1.Form1" />

Adding the <arg> tag with the /m option.

brant
...









_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving your online business a competitive advantage. Test-drive a Thawte SSL certificate - our easy online guide will show you how. Click here to get started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Reply via email to