Minor tidy for mingw

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-02-28 17:49:06 +00:00
parent d9eff62ccf
commit bc5ec4d07e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-02-28 17:45 Richard Frith-Macdonald <rfm@gnu.org>
* NSCharacterSets/GNUmakefile: Use GNUSTEP_OBJ_DIR_NAME to run
data conversion tool, since Tom Koelman points out that the 'obj'
subdirectory does not work on windoze due to lack of symlinks.
2005-02-28 17:10 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSAutoreleasePool.m:

View file

@ -49,5 +49,5 @@ include $(GNUSTEP_MAKEFILES)/ctool.make
after-all:: NSCharacterSetData.h
NSCharacterSetData.h: $(CHARSET_FILES)
obj/dataToHeader $(CHARSET_FILES)
$(GNUSTEP_OBJ_DIR_NAME)/dataToHeader $(CHARSET_FILES)