Builds now for MSVC 2005

This commit is contained in:
twinaphex 2017-08-06 01:14:22 +02:00
parent a96d21f47f
commit e3b7fa5544

View File

@ -40,7 +40,7 @@ LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS80COMNTOOLS)../../VC/lib")
WindowsSdkDir := $(INETSDK)
export INCLUDE := $(INCLUDE);$(WindowsSdkDir)/Include;libretro/msvc/msvc-2005
export LIB := $(LIB);$(WindowsSdkDir)
export LIB := $(LIB);$(WindowsSdkDir);$(INETSDK)/Lib
############
# Extensions