Changeset 250


Ignore:
Timestamp:
Apr 5, 2005, 2:46:40 PM (20 years ago)
Author:
bird
Message:

fixed some directory dependency trouble.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kBuild/footer.kmk

    r247 r250  
    820820        $(CP) $(exe) $(pubexe)
    821821
    822 _BLDPROGS   += $(pubexe)
     822_BLDPROGS  += $(pubexe)
    823823_OUT_FILES += $(exe) $(pubexe)
     824_DIRS      += $(dir $(pubexe))
    824825else
    825 _BLDPROGS   += $(exe)
     826_BLDPROGS  += $(exe)
    826827_OUT_FILES += $(exe)
    827828endif
     
    891892        $(RM) -f $(publib)
    892893        $(CP) $(lib) $(publib)
    893 
    894 _LIBS += $(publib)
     894       
     895_LIBS      += $(publib)
    895896_OUT_FILES += $(lib) $(publib)
     897_DIRS      += $(dir $(publib))
    896898else
    897899_LIBS += $(lib)
     
    10651067
    10661068$(eval TARGET_PUB_$(target) := $(pubdll))
    1067 _DLLS += $(pubdll)
     1069_DLLS      += $(pubdll)
    10681070_OUT_FILES += $(dll) $(pubdll)
     1071_DIRS      += $(dir $(pubdll))
    10691072else
    1070 _DLLS += $(dll)
     1073_DLLS      += $(dll)
    10711074_OUT_FILES += $(dll)
    10721075endif
     
    12381241_PROGRAMS  += $(pubexe)
    12391242_OUT_FILES += $(exe) $(pubexe)
     1243_DIRS      += $(dir $(pubexe))
    12401244else
    12411245_PROGRAMS  += $(exe)
     
    14091413$(eval _SYSMODS += $(pubsys))
    14101414$(eval _OUT_FILES += $(sys) $(pubsys))
     1415_DIRS      += $(dir $(pubsys))
    14111416else
    14121417$(eval _SYSMODS += $(sys))
  • TabularUnified trunk/kBuild/tools/VCC70.kmk

    r248 r250  
    264264endif
    265265_OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
    266 
    267 endef
    268 
     266_DIRS += $(PATH_LIB)
     267
     268endef
     269
Note: See TracChangeset for help on using the changeset viewer.