[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Minor Build Issue in Examples
From: |
Brent Fulgham |
Subject: |
Minor Build Issue in Examples |
Date: |
Wed, 3 Mar 2004 16:48:47 -0800 (PST) |
I found a small gotcha in the Makefiles:
bfulgham@BFULGHAM
gnustep\usr-apps\examples\gui\Classes\NSPanelTest
$ diff -wcb3 GNUmakefile GNUmakefile.new
*** GNUmakefile Wed Mar 3 16:32:35 2004
--- GNUmakefile.new Wed Mar 3 16:43:08 2004
***************
*** 5,13 ****
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
! GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
! include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
-include Makefile.preamble
APP_NAME=NSPanelTest
--- 5,13 ----
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
! GNUSTEP_MAKEFILES =
$(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles
! include $(GNUSTEP_MAKEFILES)/common.make
-include Makefile.preamble
- Minor Build Issue in Examples,
Brent Fulgham <=