VirtualBox

Ignore:
Timestamp:
Mar 8, 2022 11:05:30 PM (3 years ago)
Author:
vboxsync
Message:

Main/VBoxOGLTest: Use VBOXR3 as template everywhere (alternatively we should use VBOXR3MAINEXE).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk

    r94140 r94142  
    2121
    2222#
    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.
    2427#
    2528LIBRARIES += VBoxOGLTest
     29VBoxOGLTest_TEMPLATE         := VBOXR3
    2630ifneq ($(KBUILD_TARGET),darwin)
    27 ## @todo r=bird: Why VBOXR3NP?
    28 VBoxOGLTest_TEMPLATE        = VBOXR3NP
    29 VBoxOGLTest_SOURCES         = OpenGLTest.cpp
     31 VBoxOGLTest_SOURCES         := OpenGLTest.cpp
    3032else
    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)
    3435endif
    3536
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette