Changeset 94142 in vbox for trunk/src/VBox
- Timestamp:
- Mar 8, 2022 11:05:30 PM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r93449 r94142 1045 1045 endif 1046 1046 1047 ifdef VBOX_WITH_3D_ACCELERATION1048 VBoxC_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)1049 VBoxC_LDFLAGS.darwin += -framework OpenGL1050 endif1051 1052 1047 ifdef VBOX_WITH_DRAG_AND_DROP 1053 1048 VBoxC_LIBS += $(PATH_STAGE_LIB)/VBoxDnDHostR3Lib$(VBOX_SUFF_LIB) -
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r94140 r94142 21 21 22 22 # 23 # Target lists. 23 # VBoxOGLTest - Library that VBoxSVC is linked with. 24 # 25 # On darwin this does the whole job, while on the other platforms it just 26 # starts VBoxTestOGL. 24 27 # 25 28 LIBRARIES += VBoxOGLTest 29 VBoxOGLTest_TEMPLATE := VBOXR3 26 30 ifneq ($(KBUILD_TARGET),darwin) 27 ## @todo r=bird: Why VBOXR3NP? 28 VBoxOGLTest_TEMPLATE = VBOXR3NP 29 VBoxOGLTest_SOURCES = OpenGLTest.cpp 31 VBoxOGLTest_SOURCES := OpenGLTest.cpp 30 32 else 31 VBoxOGLTest_TEMPLATE = VBoxR3Dll 32 VBoxOGLTest_SOURCES.darwin = OpenGLTestDarwin.cpp 33 VBoxOGLTest_CXXFLAGS.darwin = $(VBOX_GCC_Wno-deprecated-declarations) 33 VBoxOGLTest_SOURCES.darwin := OpenGLTestDarwin.cpp 34 VBoxOGLTest_CXXFLAGS.darwin = $(VBOX_GCC_Wno-deprecated-declarations) 34 35 endif 35 36
Note:
See TracChangeset
for help on using the changeset viewer.