Re: using ant to create lnk/exe

2005-10-28 Thread Dominik Pich
linkers? for lnk? -> lnks are shorcuts And for exes I dont want to create os's own executable but ALWAYS an win32 exe file. On Oct 28, 2005, at 1:14 AM, Antoine Levy-Lambert wrote: Hello Dominik, since linkers have different names on different operating systems, if you want to be truly cros

Re: using ant to create lnk/exe

2005-10-27 Thread Antoine Levy-Lambert
Hello Dominik, since linkers have different names on different operating systems, if you want to be truly crossplatform, you need to use an ant task, third party or written by you, which will mask the heterogeneity of the operating systems, and invoke the appropriate linker, depending on the OS yo

using ant to create lnk/exe

2005-10-27 Thread Dominik Pich
Hi, I'd like to use ant to create lnk/exe. I know about the ROXES ant taskes but wonder... is there a way to use any OS BUT Windows ... I'd like to stay cross-platform :) Thanks, Dominik - To unsubscribe, e-mail: [EMAIL PR