Changeset 12446 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Sep 14, 2008 11:32:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r12170 r12446 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 29 24 30 ifeq ($(KBUILD_HOST),os2) 31 ifdef VBOX_WITH_OS2_ADDITIONS 32 PROGRAMS += VBoxService 33 endif 34 else 25 if "$(KBUILD_HOST)" != "os2" || defined(VBOX_WITH_OS2_ADDITIONS) 35 26 PROGRAMS += VBoxService 36 27 endif … … 56 47 VBoxService_LIBPATH.freebsd = \ 57 48 /usr/local/lib 49 58 50 include $(KBUILD_PATH)/subfooter.kmk 59 51
Note:
See TracChangeset
for help on using the changeset viewer.