Changeset 2487 in vbox for trunk/src/VBox/Additions/WINNT/VBoxService
- Timestamp:
- May 4, 2007 3:19:31 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk
r2478 r2487 1 1 # $Id$ 2 2 ## @file 3 # Makefile for VBoxService.3 # Sub-Makefile for VBoxService. 4 4 # 5 5 … … 20 20 # 21 21 22 DEPTH = ../../../../.. 23 include $(PATH_KBUILD)/header.kmk 22 DEPTH ?= ../../../../.. 23 SUB_DEPTH = ../.. 24 include $(PATH_KBUILD)/subheader.kmk 24 25 25 PROGRAMS = VBoxService 26 26 PROGRAMS += VBoxService 27 27 VBoxService_TEMPLATE = VBOXW32GUESTR3 28 28 VBoxService_DEFS = VBOX_HGCM … … 34 34 $(PATH_LIB)/additions/RuntimeW32GuestR3.lib 35 35 36 include $(PATH_KBUILD)/ footer.kmk36 include $(PATH_KBUILD)/subfooter.kmk 37 37
Note:
See TracChangeset
for help on using the changeset viewer.