VirtualBox

Changeset 98317 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Jan 26, 2023 2:31:13 PM (2 years ago)
Author:
vboxsync
Message:

FE/SDL: LIBSDL -> LIBSDL2. bugref:9449

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk

    r98314 r98317  
    5252endif
    5353VBoxSDL_TEMPLATE  := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClientExe)
    54 VBoxSDL_SDKS       = LIBSDL
     54VBoxSDL_SDKS       = LIBSDL2
    5555VBoxSDL_SOURCES    = \
    5656        VBoxSDL.cpp \
     
    8282ifn1of ($(KBUILD_TARGET), solaris) # Probably wrong with SDL2
    8383VBoxSDL_LIBS = \
    84         $(LIB_SDK_LIBSDL_SDLMAIN)
     84        $(LIB_SDK_LIBSDL2_SDLMAIN)
    8585endif
    8686ifeq ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # X11
     
    122122PROGRAMS += tstSDL
    123123tstSDL_TEMPLATE = VBoxR3TstExe
    124 tstSDL_SDKS = LIBSDL
     124tstSDL_SDKS = LIBSDL2
    125125tstSDL_INST = $(INST_TESTCASE)
    126126tstSDL_SOURCES = \
     
    139139ifn1of ($(KBUILD_TARGET), solaris)
    140140tstSDL_LIBS += \
    141         $(LIB_SDK_LIBSDL_SDLMAIN)
     141        $(LIB_SDK_LIBSDL2_SDLMAIN)
    142142endif
    143143
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