Changeset 98313 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jan 26, 2023 1:25:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r98305 r98313 80 80 $(VBOX_XCURSOR_INCS) 81 81 endif 82 ifneq ($(filter-out winsolaris,$(KBUILD_TARGET)),)82 ifneq ($(filter-out solaris,$(KBUILD_TARGET)),) 83 83 84 84 VBoxSDL_LIBS = \ … … 99 99 VBoxSDL_LDFLAGS.darwin = \ 100 100 -framework Foundation -framework AppKit 101 VBoxSDL_LDFLAGS.win = -SubSystem:Windows 101 102 102 103 VBoxSDL_CLEAN = $(VBoxSDL_0_OUTDIR)/Ico64x01.h … … 137 138 tstSDL_LIBS = \ 138 139 $(LIB_RUNTIME) 139 ifneq ($(filter-out winsolaris,$(KBUILD_TARGET)),)140 ifneq ($(filter-out solaris,$(KBUILD_TARGET)),) 140 141 tstSDL_LIBS += \ 141 142 $(LIB_SDK_LIBSDL_SDLMAIN)
Note:
See TracChangeset
for help on using the changeset viewer.