discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Writing GNUmakefiles for Windows


From: Nicola Pero
Subject: Re: Writing GNUmakefiles for Windows
Date: Fri, 18 Feb 2005 16:03:35 +0000 (GMT)

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?





reply via email to

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