Changeset 17065 in vbox for trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
- Timestamp:
- Feb 24, 2009 1:40:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r17050 r17065 401 401 endif 402 402 403 VirtualBox_SOURCES.darwin.amd64 += \ 403 ifdef VBOX_WITH_COCOA_QT 404 VirtualBox_SOURCES.darwin += \ 404 405 src/darwin/VBoxCocoaApplication.m 406 endif 405 407 406 408 # The Qt modules we're using. … … 562 564 src/darwin/tstDarwinKeyboard.cpp \ 563 565 src/darwin/DarwinKeyboard.cpp 564 tstDarwinKeyboard_SOURCES.amd64 = \ 566 ifdef VBOX_WITH_COCOA_QT 567 tstDarwinKeyboard_SOURCES = \ 565 568 src/darwin/VBoxCocoaApplication.m 569 endif 566 570 tstDarwinKeyboard_LDFLAGS = -framework IOKit -framework Carbon -framework AppKit 567 571 tstDarwinKeyboard_LIBS = \
Note:
See TracChangeset
for help on using the changeset viewer.