Mercurial > hg > Members > kono > nitros9-code
changeset 2761:e88aef1ccaec
Found 3 makefiles that hadn't been updated with the code needed to check to see if the NITROS9DIR variable was set or not. Correct those files.
author | drencor-xeen |
---|---|
date | Wed, 16 Jan 2013 10:56:17 -0600 |
parents | a711c2eecbbd |
children | 9b29d654db13 |
files | 3rdparty/packages/arcadepak/shanghai/makefile 3rdparty/packages/arcadepak/smash/makefile 3rdparty/packages/arcadepak/thexder/makefile ChangeLog |
diffstat | 4 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/arcadepak/shanghai/makefile Tue Jan 15 01:27:49 2013 -0600 +++ b/3rdparty/packages/arcadepak/shanghai/makefile Wed Jan 16 10:56:17 2013 -0600 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak DEPENDS = ./makefile
--- a/3rdparty/packages/arcadepak/smash/makefile Tue Jan 15 01:27:49 2013 -0600 +++ b/3rdparty/packages/arcadepak/smash/makefile Wed Jan 16 10:56:17 2013 -0600 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak DEPENDS = ./makefile
--- a/3rdparty/packages/arcadepak/thexder/makefile Tue Jan 15 01:27:49 2013 -0600 +++ b/3rdparty/packages/arcadepak/thexder/makefile Wed Jan 16 10:56:17 2013 -0600 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak DEPENDS = ./makefile
--- a/ChangeLog Tue Jan 15 01:27:49 2013 -0600 +++ b/ChangeLog Wed Jan 16 10:56:17 2013 -0600 @@ -1,6 +1,16 @@ NitrOS-9 V3.2.9: ---------------------------------------------------------- +2013/01/16 David Ladd +M ChangeLog +M 3rdparty/packages/arcadepak/shanghai/makefile +M 3rdparty/packages/arcadepak/smash/makefile +M 3rdparty/packages/arcadepak/thexder/makefile + +Found 3 more makefile(s) that needed the code added for the +checking to see if NITROS9DIR was set or not. Corrected. + +---------------------------------------------------------- 2013/01/15 David Ladd M ChangeLog M 3rdparty/utils/aaw/mkdskindex