Ignore:
Timestamp:
Dec 29, 2004, 8:42:46 PM (21 years ago)
Author:
bird
Message:

.o aliases for compilation from the editor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r190 r205  
    343343# Object processing.
    344344#
     345
    345346
    346347## Generic macro for processing C, C++ and Assembly sources.
     
    630631$(eval $(TOOL_$(tool)_COMPILE_$(type)))
    631632
     633$$(notdir $$(obj))::
     634        $$(MAKE) -B -f $$(MAKEFILE) $(obj)
     635
    632636$(eval _OBJS_$(target) += $(obj))
    633637$(eval _DEPFILES       += $(dep))
     
    14011405objects:   $(_OBJS)
    14021406libraries: $(_LIBS) $(_IMPORT_LIBS) $(_OTHER_LIBRARIES)
    1403 dlls:      $(_DLLS) 
    1404 programs:  $(_EXES) 
    1405 sysmods:   $(_SYSMODS) 
     1407dlls:      $(_DLLS)
     1408programs:  $(_EXES)
     1409sysmods:   $(_SYSMODS)
    14061410
    14071411
Note: See TracChangeset for help on using the changeset viewer.