This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Platform-Specific Sourcefiles?


Hi People,

I've asked this question before, but never got a
response: Is it possible / desirable to put multipurpose,
platform-specific helper classes in their own
sourcefiles in order to avoid win32.* and
posix.* becoming too monolithic? How would this
work from a configure.in / Makefile.am standpoint?
There must be a more elegant way to do this than
to unconditionally compile such files and surround
them by #ifdef WIN32...#endif guards.

If this is not desirable, why not?

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]