(0000402)
redj (administrator)
2010-12-02 17:24
|
implemented fix to problems with clean (and maybe others?) when issuing long commands for windows
OBJECTS = $(OBJECTS1) $(OBJECTS2) // do all the list vars like this
OBJECTS1 = ... // use $(OBJECTS) or $(OBJECTS1) as needed
OBJECTS2 = ...
$(call rmq,$(OBJECTS1))
$(call rmq,$(OBJECTS2)) // COBJECTS, IMPORTS, SYMBOLS, etc
and if the number of chars does not go over the limit, none of that nonsense
Added revision 167 to sdk/ide/src/project/Project.ec
Added revision 71 to sdk/ide/src/project/ProjectNode.ec
Added revision 18 to sdk/include.mk |