Changeset 12258 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Sep 9, 2008 3:01:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r12170 r12258 20 20 # 21 21 22 ifdef VBOX_SINGLE_MAKEFILE23 22 SUB_DEPTH = ../../../.. 24 else25 DEPTH ?= ../../../..26 SUB_DEPTH = ..27 endif28 23 include $(KBUILD_PATH)/subheader.kmk 24 if !defined(VBOX_WITH_HARDENING) || "$(KBUILD_TARGET)" != "darwin" # No hardened VBoxBFE on darwin (.m). 29 25 30 26 # … … 32 28 # 33 29 ifdef VBOX_WITH_HARDENING 34 ifneq ($(KBUILD_TARGET),darwin) # No hardened VBoxBFE on darwin (.m). 35 PROGRAMS += VBoxBFEHardened 36 DLLS += VBoxBFE 37 endif 30 PROGRAMS += VBoxBFEHardened 31 DLLS += VBoxBFE 38 32 else 39 33 PROGRAMS += VBoxBFE 40 34 endif 35 41 36 42 37 # … … 173 168 VBoxBFE_SDLConsole.cpp_DEPS = $(PATH_VBoxBFE)/Ico64x01.h 174 169 170 # Convert the pnm-file to a byte array. 171 $$(PATH_VBoxBFE)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxBFE/ico64x01.pnm $(VBOX_BIN2C) | $$(dir $$@) 172 $(call MSG_TOOL,bin2c,VBoxBFE,$<,$@) 173 $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@ 175 174 175 176 endif # !VBOX_WITH_HARDENING || !darwin 176 177 include $(KBUILD_PATH)/subfooter.kmk 177 178 178 ifdef PATH_VBoxBFE179 # Convert the pnm-file to a byte array.180 $(PATH_VBoxBFE)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxBFE/ico64x01.pnm $(VBOX_BIN2C) | $(call DIRDEP,$(PATH_VBoxBFE))181 $(call MSG_TOOL,bin2c,VBoxBFE,$<,$@)182 $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@183 endif184 179
Note:
See TracChangeset
for help on using the changeset viewer.