Re: [NAnt-users] Setting startup object for an exe

2005-12-16 Thread Gert Driesen
Simon, You should use the "main" attribute on the task for this purpose. Gert - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 1:29 PM Subject: [NAnt-users] Setting startup object for an exe Hi I need to build an exe with a for

[NAnt-users] Setting startup object for an exe

2005-12-16 Thread Simon.Burgess
Title: Setting startup object for an exe Hi I need to build an exe with a form as the startup object, when I build currently it is trying to find sub main which doesn't exist and so the build fails. I cant find any examples or information on this so any pointers would be appreciated. Here