Changeset 18422 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Mar 28, 2009 12:04:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r16012 r18422 46 46 # VBoxBFE 47 47 # 48 VBoxBFE_TEMPLATE = 49 VBoxBFE_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXR3NP,VBOXR3NPEXE) 48 VBoxBFE_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXR3NP,VBOXR3NPEXE) 50 49 #ifdef VBOX_WITH_SECURELABEL 51 50 #VBoxBFE_DEFS += VBOX_SECURELABEL … … 153 152 VBoxBFE_LDFLAGS.darwin = -framework Foundation -framework AppKit 154 153 155 VBoxBFE_CXXFLAGS.win = \ 156 -EHsc 154 VBoxBFE_CXXFLAGS.l4 += -fno-rtti -nostdinc -Wno-non-virtual-dtor \ 155 $(addprefix -I,$(VBOX_L4_GCC3_INCS) $(L4_INCDIR)) 156 ## @todo why is it all this cool stuff here only for linux? If it's important, -fshort-wchar would apply to all GCC platforms. 157 157 VBoxBFE_DEFS.linux = \ 158 158 NDEBUG TRIMMED 159 159 VBoxBFE_CXXFLAGS.linux = \ 160 160 -fno-rtti -fno-exceptions -fshort-wchar -pthread 161 VBoxBFE_CXXFLAGS.l4 += -fno-rtti -nostdinc -Wno-non-virtual-dtor \162 $(addprefix -I,$(VBOX_L4_GCC3_INCS) $(L4_INCDIR))163 161 164 162 VBoxBFE_CLEAN = $(PATH_VBoxBFE)/Ico64x01.h
Note:
See TracChangeset
for help on using the changeset viewer.