VirtualBox

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


Ignore:
Timestamp:
Jan 26, 2023 1:25:40 PM (2 years ago)
Author:
vboxsync
Message:

FE/SDL: Make non-hardened version build on windows. bugref:9449

File:
1 edited

Legend:

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

    r98305 r98313  
    8080        $(VBOX_XCURSOR_INCS)
    8181endif
    82 ifneq ($(filter-out win solaris,$(KBUILD_TARGET)),)
     82ifneq ($(filter-out solaris,$(KBUILD_TARGET)),)
    8383
    8484VBoxSDL_LIBS = \
     
    9999VBoxSDL_LDFLAGS.darwin = \
    100100        -framework Foundation -framework AppKit
     101VBoxSDL_LDFLAGS.win = -SubSystem:Windows
    101102
    102103VBoxSDL_CLEAN = $(VBoxSDL_0_OUTDIR)/Ico64x01.h
     
    137138tstSDL_LIBS = \
    138139        $(LIB_RUNTIME)
    139 ifneq ($(filter-out win solaris,$(KBUILD_TARGET)),)
     140ifneq ($(filter-out solaris,$(KBUILD_TARGET)),)
    140141tstSDL_LIBS += \
    141142        $(LIB_SDK_LIBSDL_SDLMAIN)
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