classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuration class and --enable-native-sync


From: Archie Cobbs
Subject: Re: Configuration class and --enable-native-sync
Date: Tue, 6 Apr 2004 10:05:52 -0500 (CDT)

Steven Augart wrote:
> Besides --enable-portable-native-sync, the other config flags whose 
> values I'd want to check are:
>       --enable-jni
>       --enable-load-library
>       
> and possibly
> 
>       --enable-gtk-peer
> 
> Are there any thoughts on the best way to do this?

How about including all the build options in the Configuration class?

    public class Configuration {
      public static final String BUILD_OPTIONS = {
         "--enable-jni", "--enable-load-library", ...
      };
      ...
    }

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]