Changeset 22904 in vbox
- Timestamp:
- Sep 10, 2009 11:13:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r22823 r22904 233 233 VirtualBox_LDFLAGS.darwin += -framework InstantMessage -framework QuartzCore 234 234 endif 235 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 235 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 236 236 VirtualBox_LDFLAGS.darwin += -framework OpenGL 237 237 endif … … 245 245 endif 246 246 247 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 247 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 248 248 VirtualBox_LIBS.win += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib 249 249 VirtualBox_LIBS.solaris += GL … … 465 465 ifdef VBOX_WITH_COCOA_QT 466 466 VirtualBox_SOURCES.darwin += \ 467 src/darwin/VBoxCocoaApplication.m \468 src/darwin/VBoxUtils-darwin-cocoa.m \469 src/darwin/VBoxDockIconPreview-cocoa.m467 src/darwin/VBoxCocoaApplication.m \ 468 src/darwin/VBoxUtils-darwin-cocoa.m \ 469 src/darwin/VBoxDockIconPreview-cocoa.m 470 470 else 471 471 VirtualBox_SOURCES.darwin += \ 472 src/darwin/VBoxUtils-darwin-carbon.cpp472 src/darwin/VBoxUtils-darwin-carbon.cpp 473 473 endif 474 474 475 475 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 476 476 VirtualBox_SOURCES += \ 477 src/VBoxFBQGL.cpp \478 477 src/VBoxFBQGL.cpp \ 478 src/VBoxFBOverlay.cpp 479 479 endif 480 480 # The Qt modules we're using. … … 500 500 VirtualBoxShaders.qrc_RCCFLAGS = -name SHADERS 501 501 endif 502 502 503 503 # Import the translation source from VBoxUI.pro and add the qt_xx_YY counterparts 504 504 VirtualBox_QT_TRANSLATIONS := $(TRANSLATIONS) \
Note:
See TracChangeset
for help on using the changeset viewer.