makefile_base.mak: Remove some already-addressed OS X TODO comments

This commit is contained in:
John Schoenick 2018-08-28 15:12:07 -07:00
parent accb799a68
commit dde5b89ecc

View File

@ -237,7 +237,6 @@ OPENAL_OBJ64 := ./obj-openal64
FFMPEG := $(SRCDIR)/ffmpeg
FFMPEG_OBJ32 := ./obj-ffmpeg32
FFMPEG_OBJ64 := ./obj-ffmpeg64
# TODO if perserving OS X support
FFMPEG_CROSS_CFLAGS :=
FFMPEG_CROSS_LDFLAGS :=
@ -1319,9 +1318,6 @@ dxvk32: $(DXVK_CONFIGURE_FILES32)
endif # NO_DXVK
# TODO OS X
# build_moltenvk
# TODO Tests
# build_vrclient64_tests
# build_vrclient32_tests
@ -1337,8 +1333,6 @@ endif # NO_DXVK
default: all dist
.DEFAULT_GOAL := default
# TODO ffmpeg is optional, disabled
# For suffixes 64/32/_configure64/_configure32 automatically check if they exist compared to ALL_TARGETS and make
# all_configure32/etc aliases
GOAL_TARGETS64 := $(filter $(addsuffix 64,$(GOAL_TARGETS)),$(ALL_TARGETS))