RE: Platform specific targets???

2001-05-02 Thread Les Hughes
? -Original Message- From: Nico Seessle [mailto:[EMAIL PROTECTED]] Sent: 30 April 2001 23:15 To: [EMAIL PROTECTED] Subject: Re: Platform specific targets??? - Original Message - From: Bill Meyer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 11:06 PM

Platform specific targets???

2001-04-30 Thread Bill Meyer
Does anyone have an example of a target that is only executed on a specific platform? For example- I have a module of code that is JNI based and I only want it built on Unix. There are no native binaries available on Windows NT so it wouldn't make sense to execute the target to build the JNI

Re: Platform specific targets???

2001-04-30 Thread Nico Seessle
- Original Message - From: Bill Meyer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 11:06 PM Subject: Platform specific targets??? Does anyone have an example of a target that is only executed on a specific platform? For example- I have a module of code