Changeset 16442 in vbox for trunk/src/libs
- Timestamp:
- Jan 31, 2009 3:29:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42309
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r16417 r16442 1300 1300 VBoxXPCOMIPCC_NAME.os2 = VBoxIPCC 1301 1301 VBoxXPCOMIPCC_INST = $(INST_BIN)components/ 1302 VBoxXPCOMIPCC_DEFS = HAVE_DEPENDENT_LIBS 1302 #VBoxXPCOMIPCC_DEFS = HAVE_DEPENDENT_LIBS - dependentLibs.h is linux specific, so this cannot be required. 1303 1303 VBoxXPCOMIPCC_SOURCES = \ 1304 1304 ipc/ipcd/client/src/ipcdclient.cpp \ -
trunk/src/libs/xpcom18a4/dependentLibs.h
r1 r16442 1 #error "This is linux specific and it works elsewhere, so it cannot be required, can it? VBoxXPCOMIPCC was the only one which used this file." 1 2 #define DEPENDENT_LIBS "VBoxXPCOM.so", "libpthread.so", "libdl.so",
Note:
See TracChangeset
for help on using the changeset viewer.