Do not set GNUSTEP_INSTALLATION_DIR in examples

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-11-15 17:28:07 +00:00
parent dbfa8e281f
commit d72994d445
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
* Documentation/Examples/Controller/GNUmakefile: Do not set
GNUSTEP_INSTALLATION_DIR.
* Documentation/Examples/SimpleApp/GNUmakefile: Same change.
2006-11-11 00:04-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/2Controls/GormNSSliderInspector.gorm: Added switch

View file

@ -15,7 +15,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME=Controller
APP_NAME=Controller
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
Controller_MAIN_MODEL_FILE=MainMenu.gorm
#

View file

@ -15,7 +15,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME=SimpleApp
APP_NAME=SimpleApp
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
SimpleApp_MAIN_MODEL_FILE=MainMenu.gorm
#