mirror of
https://github.com/libretro/snes9x2010.git
synced 2024-12-02 21:36:58 +00:00
Builds now for MSVC 2005
This commit is contained in:
parent
a96d21f47f
commit
e3b7fa5544
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user