mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
d9eff62ccf
commit
bc5ec4d07e
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue