Changeset 2449 in vbox for trunk/src/VBox
- Timestamp:
- May 2, 2007 11:16:56 AM (18 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile
r1 r2449 38 38 samples_SOURCES = tstVBoxAPIWin.cpp 39 39 else 40 samples_SOURCES = tstVBoxAPILinux.cpp makefile.tstVBoxAPILinux 40 samples_SOURCES = tstVBoxAPILinux.cpp makefile.tstVBoxAPILinux=>Makefile 41 41 ifdef VBOX_WITH_TESTCASES 42 42 samples_SYMLINKS = tstVBoxAPILinux=>../../../tstVBoxAPILinux -
trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux
r1 r2449 18 18 # 19 19 20 PATH_XPCOM = .. 20 PATH_XPCOM = ../.. 21 PATH_BIN = ../../.. 21 22 22 23 PATH_XPCOM_IDL = $(PATH_XPCOM)/idl … … 31 32 # 32 33 tstVBoxAPILinux: tstVBoxAPILinux.o 33 g++ -g -o $@ $(addprefix -L, $(LIBPATH_XPCOM)) $^ \ 34 ../lib/VBoxXPCOMGlue.a ../../VBoxXPCOM.so \ 34 g++ -g -o $@ $^ \ 35 $(PATH_XPCOM)/lib/VBoxXPCOMGlue.a \ 36 $(PATH_BIN)/VBoxXPCOM.so \ 35 37 -ldl -lpthread 36 38 37 39 tstVBoxAPILinux.o: tstVBoxAPILinux.cpp 38 g++ -c - g $(addprefix -I, $(INCS_XPCOM)) -o $@ tstVBoxAPILinux.cpp40 g++ -c -D__LINUX__ -g $(addprefix -I, $(INCS_XPCOM)) -o $@ tstVBoxAPILinux.cpp 39 41 40 42 clean:
Note:
See TracChangeset
for help on using the changeset viewer.