VirtualBox

Ignore:
Timestamp:
Aug 27, 2008 10:21:47 PM (16 years ago)
Author:
vboxsync
Message:

#3076: Merged in the branch with the alternate driver authentication method. (34468:HEAD)

File:
1 edited

Legend:

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

    r11673 r11725  
    2828include $(KBUILD_PATH)/subheader.kmk
    2929
    30 PROGRAMS += VBoxSDL tstSDL
     30
     31#
     32# Targets.
     33#
     34ifdef VBOX_WITH_HARDENING
     35 ifneq ($(KBUILD_TARGET),darwin) # No hardened VBoxSDL on darwin.
     36  PROGRAMS += VBoxSDLHardened
     37  DLLS += VBoxSDL
     38 endif
     39else
     40 PROGRAMS += VBoxSDL
     41endif
     42PROGRAMS += tstSDL
     43
     44
     45#
     46# Hardened VBoxSDL
     47#
     48VBoxSDLHardened_TEMPLATE = VBOXR3HARDENEDEXE
     49VBoxSDLHardened_SOURCES = VBoxSDLHardened.cpp
     50VBoxSDLHardened_NAME = VBoxSDL
    3151
    3252
     
    3454# VBoxSDL
    3555#
    36 
    37 VBoxSDL_TEMPLATE   = VBOXMAINCLIENTEXE
     56VBoxSDL_TEMPLATE  := $(if $(VBOX_WITH_HARDENING),VBOXMAINCLIENTDLL,VBOXMAINCLIENTEXE)
    3857VBoxSDL_SDKS       = LIBSDL
    3958VBoxSDL_SOURCES    = \
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