Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106890 | Differences between
and this patch

Collapse All | Expand All

(-)oolite-1.65-src/GNUmakefile.postamble.orig (-2 / +2 lines)
Lines 5-14 Link Here
5
#
5
#
6
ifeq ($(debug),yes)
6
ifeq ($(debug),yes)
7
	EXTENSION=debug
7
	EXTENSION=debug
8
	SHAREDOBJ=shared_debug_obj
8
	SHAREDOBJ=obj
9
else
9
else
10
	EXTENSION=app
10
	EXTENSION=app
11
	SHAREDOBJ=shared_obj
11
	SHAREDOBJ=obj
12
endif
12
endif
13
13
14
ifeq ($(GNUSTEP_HOST_OS),mingw32)
14
ifeq ($(GNUSTEP_HOST_OS),mingw32)

Return to bug 106890