Probably something like 

ifeq ($(findstring cygwin, $(GNUSTEP_HOST_OS)), cygwin)
 /* cygwin code */
endif

ifneq ($(findstring mingw, $(GNUSTEP_HOST_OS)), mingw)
 /* mingw code */
endif

Thanks

> Hello all,
> 
> in GNUmakefiles we use
> 
> ifeq ($(FOUNDATION_LIB), apple)
>     GNUSTEP_INSTALLATION_DIR = /
> else
>     GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
> endif
> 
> to get different behaviour under MacOSX and GNUstep/Linux. Is anything 
> defined that could be used to distinguish between GNUstep/Linux and 
> GNUstep/Windows?



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to