- Timestamp:
- May 25, 2010 1:16:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/tests/Makefile.kmk
r29782 r29784 11 11 # 12 12 13 14 KBUILD_TARGET=linux 15 16 ifeq ($(KBUILD_TARGET),darwin) 13 ifeq ($(KBUILD_HOST),darwin) 17 14 VBOX_BIN=/Applications/VirtualBox.app/Contents/MacOS 18 15 VBOX_SDK=$(VBOX_BIN)/sdk … … 20 17 endif 21 18 22 ifeq ($(KBUILD_ TARGET),linux)19 ifeq ($(KBUILD_HOST),linux) 23 20 VBOX_SDK=/home/nike/work/ws/out/linux.amd64/debug/bin/sdk 24 21 VBOX_BIN=/home/nike/work/ws/out/linux.amd64/debug/bin 25 22 endif 26 23 27 ifeq ($(KBUILD_ TARGET),win)24 ifeq ($(KBUILD_HOST),win) 28 25 VBOX_SDK=e:/ws/out/win.amd64/debug/bin/sdk 29 26 VBOX_BIN=e:/ws/out/win.amd64/debug/bin 30 27 endif 31 28 32 ifeq ($(KBUILD_ TARGET),win)29 ifeq ($(KBUILD_HOST),win) 33 30 VBOX_JAR=$(VBOX_SDK)/bindings/mscom/java/vboxjmscom.jar 34 31 else
Note:
See TracChangeset
for help on using the changeset viewer.