Posted: Mon May 05, 2008 8:40 pm
NOTE: If you have gnustep-make >= v2.0.0 then you should edit the GNUmakefile.postamble to the following:
and to finally build OOlite execute:
(for further information read the GNUstep Make Release Notes)
Code: Select all
ifeq ($(debug),yes)
EXTENSION=debug
SHAREDOBJ=obj
else
EXTENSION=app
SHAREDOBJ=obj
endif
Code: Select all
make debug=no