Changeset 29782 in vbox
- Timestamp:
- May 25, 2010 12:52:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61986
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/tests/Makefile.kmk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/VBox-3.0/src/libs/xpcom18a4/java/tests/Makefile 58652 /trunk/src/VBox/Devices/PC/src/libs/xpcom18a4/java/tests/Makefile 58165-58219 /trunk/src/VBox/src/libs/xpcom18a4/java/tests/Makefile 58164
r29780 r29782 10 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 # 12 OS=$(shell uname -s)13 ARCH=$(shell uname -p)14 12 15 ifeq ($(OS), Darwin) 13 14 KBUILD_TARGET=linux 15 16 ifeq ($(KBUILD_TARGET),darwin) 16 17 VBOX_BIN=/Applications/VirtualBox.app/Contents/MacOS 17 18 VBOX_SDK=$(VBOX_BIN)/sdk 18 JAVA_OPT= -d3219 # JAVA_OPT= -d32 19 20 endif 20 21 21 ifeq ($( OS), Linux)22 ifeq ($(KBUILD_TARGET),linux) 22 23 VBOX_SDK=/home/nike/work/ws/out/linux.amd64/debug/bin/sdk 23 24 VBOX_BIN=/home/nike/work/ws/out/linux.amd64/debug/bin 24 25 endif 25 26 26 VBOX_JAR=$(VBOX_SDK)/bindings/xpcom/java/vboxjxpcom.jar 27 ifeq ($(KBUILD_TARGET),win) 28 VBOX_SDK=e:/ws/out/win.amd64/debug/bin/sdk 29 VBOX_BIN=e:/ws/out/win.amd64/debug/bin 30 endif 31 32 ifeq ($(KBUILD_TARGET),win) 33 VBOX_JAR=$(VBOX_SDK)/bindings/mscom/java/vboxjmscom.jar 34 else 35 VBOX_JAR=$(VBOX_SDK)/bindings/xpcom/java/vboxjxpcom.jar 36 endif 27 37 28 38 all: testvb … … 31 41 javac -cp $(VBOX_JAR) TestVBox.java 32 42 java $(JAVA_OPT) -cp $(VBOX_JAR):. -Dvbox.home=$(VBOX_BIN) TestVBox 43 -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.