Changeset 19429 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- May 6, 2009 1:16:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux
r11551 r19429 18 18 # 19 19 20 PATH_XPCOM = .. /..21 PATH_BIN = ../../.. 20 PATH_XPCOM = .. 21 PATH_BIN = ../../../../ 22 22 23 23 # This setting must be the same as used when building VBoxXPCOM.so. … … 27 27 PATH_XPCOM_IDL = $(PATH_XPCOM)/idl 28 28 INCS_XPCOM = $(PATH_XPCOM)/include \ 29 $(PATH_XPCOM)/include/ xpcom/nsprpub \30 $(PATH_XPCOM)/include/ xpcom/string \31 $(PATH_XPCOM)/include/xpcom /xpcom\32 $(PATH_XPCOM)/include/ xpcom/ipcd29 $(PATH_XPCOM)/include/nsprpub \ 30 $(PATH_XPCOM)/include/string \ 31 $(PATH_XPCOM)/include/xpcom \ 32 $(PATH_XPCOM)/include/ipcd 33 33 34 34 ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.