Changeset 57580 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Aug 29, 2015 12:05:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r57572 r57580 946 946 darwin/RTErrConvertFromDarwinKern.cpp \ 947 947 generic/cdrom-generic.cpp \ 948 generic/RTCrStoreCreateSnapshotById-generic.cpp \949 948 generic/RTDirQueryInfo-generic.cpp \ 950 949 generic/RTDirSetTimes-generic.cpp \ … … 971 970 generic/RTProcIsRunningByName-generic.cpp \ 972 971 generic/RTThreadGetNativeState-generic.cpp \ 972 r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp \ 973 973 r3/darwin/filelock-darwin.cpp \ 974 974 r3/darwin/mp-darwin.cpp \ … … 1418 1418 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/wbemuuid.lib \ 1419 1419 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/delayimp.lib 1420 VBoxRT_LDFLAGS.darwin = -framework IOKit -framework CoreFoundation -framework CoreServices -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxRT.dylib 1420 VBoxRT_LDFLAGS.darwin = \ 1421 -framework IOKit \ 1422 -framework CoreFoundation \ 1423 -framework CoreServices \ 1424 -framework Security \ 1425 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxRT.dylib 1421 1426 VBoxRT_LDFLAGS.win = /MANIFEST \ 1422 1427 /delayload:gdi32.dll \
Note:
See TracChangeset
for help on using the changeset viewer.