- Timestamp:
- Jun 5, 2008 1:50:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r9008 r9427 156 156 VMMR3_SOURCES.linux += \ 157 157 PDMAsyncCompletionSocketPosix.cpp \ 158 PDMAsyncCompletionHostLinux.cpp \159 158 PDMAsyncCompletionHostPosix.cpp 160 159 … … 202 201 VBoxVMM_LDFLAGS.darwin = -install_name @executable_path/VBoxVMM.dylib 203 202 VBoxVMM_LDFLAGS.solaris = -mimpure-text 204 ifdef VBOX_WITH_PDM_ASYNC_COMPLETION205 ifeq ($(KBUILD_HOST), linux)206 VBoxVMM_LIBS += aio207 endif208 endif203 #ifdef VBOX_WITH_PDM_ASYNC_COMPLETION 204 # ifeq ($(KBUILD_HOST), linux) 205 #VBoxVMM_LIBS += aio 206 # endif 207 #endif 209 208 210 209 ifneq ($(filter pe lx,$(VBOX_LDR_FMT32)),)
Note:
See TracChangeset
for help on using the changeset viewer.