Changeset 10182 in vbox
- Timestamp:
- Jul 4, 2008 1:16:43 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r10180 r10182 945 945 946 946 # bin2c (convert binary files into C arrays) 947 VBOX_BIN2C ?= $(PATH_OBJ)/ src/bldprogs/bin2c/bin2c$(HOSTSUFF_EXE)947 VBOX_BIN2C ?= $(PATH_OBJ)/bin2c/bin2c$(HOSTSUFF_EXE) 948 948 949 949 # mkisofs -
trunk/src/bldprogs/Makefile.kmk
r8760 r10182 1 1 # $Id$ 2 2 ## @file 3 # Makefile for various generic build tools (there is currently only one of them).3 # Sub-Makefile for various generic build tools (there is currently only one of them). 4 4 # 5 5 … … 20 20 # 21 21 22 DEPTH = ../..23 include $(KBUILD_PATH)/ header.kmk22 SUB_DEPTH = ../.. 23 include $(KBUILD_PATH)/subheader.kmk 24 24 25 BLDPROGS 26 TEMPLATE 27 bin2c_SOURCES 25 BLDPROGS += bin2c 26 TEMPLATE = VBOXBLDPROG 27 bin2c_SOURCES = bin2c.c 28 28 29 include $(KBUILD_PATH)/ footer.kmk29 include $(KBUILD_PATH)/subfooter.kmk 30 30
Note:
See TracChangeset
for help on using the changeset viewer.