Changeset 23747 in vbox
- Timestamp:
- Oct 14, 2009 8:45:37 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r23746 r23747 484 484 if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 485 485 VirtualBox_SOURCES += \ 486 487 488 486 src/VBoxFBQGL.cpp \ 487 src/VBoxFBOverlay.cpp \ 488 src/VBoxGLSupportInfo.cpp 489 489 endif 490 490 # The Qt modules we're using. … … 691 691 VBoxOGL2D_QT_MODULES += OpenGL 692 692 VBoxOGL2D_SOURCES = \ 693 693 src/VBoxGLSupportInfo.cpp 694 694 VBoxOGL2D_INCS = include 695 endif 695 endif 696 696 endif 697 697
Note:
See TracChangeset
for help on using the changeset viewer.