Add MSVC2008 target

This commit is contained in:
twinaphex
2018-12-27 19:52:31 +01:00
parent b6c251b7b2
commit 290b1f92ce
2 changed files with 23 additions and 8 deletions

View File

@@ -3,11 +3,7 @@ INCFLAGS := -I$(CORE_DIR)/drivers/libretro -I$(LIBRETRO_COMM_DIR)/include -
COREDEFINES = -D__LIBRETRO__ -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565
INCLUDE_STDINT = 0
ifneq (,$(findstring msvc2003,$(platform)))
INCLUDE_STDINT = 1
endif
ifneq (,$(findstring msvc2005,$(platform)))
ifneq (,$(findstring msvc200,$(platform)))
INCLUDE_STDINT = 1
endif