Changeset 94142 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Mar 8, 2022 11:05:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.