Changeset 98317 in vbox
- Timestamp:
- Jan 26, 2023 2:31:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r98314 r98317 52 52 endif 53 53 VBoxSDL_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClientExe) 54 VBoxSDL_SDKS = LIBSDL 54 VBoxSDL_SDKS = LIBSDL2 55 55 VBoxSDL_SOURCES = \ 56 56 VBoxSDL.cpp \ … … 82 82 ifn1of ($(KBUILD_TARGET), solaris) # Probably wrong with SDL2 83 83 VBoxSDL_LIBS = \ 84 $(LIB_SDK_LIBSDL _SDLMAIN)84 $(LIB_SDK_LIBSDL2_SDLMAIN) 85 85 endif 86 86 ifeq ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # X11 … … 122 122 PROGRAMS += tstSDL 123 123 tstSDL_TEMPLATE = VBoxR3TstExe 124 tstSDL_SDKS = LIBSDL 124 tstSDL_SDKS = LIBSDL2 125 125 tstSDL_INST = $(INST_TESTCASE) 126 126 tstSDL_SOURCES = \ … … 139 139 ifn1of ($(KBUILD_TARGET), solaris) 140 140 tstSDL_LIBS += \ 141 $(LIB_SDK_LIBSDL _SDLMAIN)141 $(LIB_SDK_LIBSDL2_SDLMAIN) 142 142 endif 143 143
Note:
See TracChangeset
for help on using the changeset viewer.