(Mingw) Add program files include dir check

This commit is contained in:
twinaphex 2016-03-04 04:06:09 +01:00
parent be95858b16
commit 297abae623

View File

@ -611,6 +611,10 @@ endif
ifneq ($(findstring Win32,$(OS)),)
OBJ += ui/drivers/ui_win32.o
if [ -d "$(ProgramFiles)/Microsoft SDKs/Windows/v7.0A/Include" ]; then
DEFINES += -I"$(ProgramFiles)/Microsoft SDKs/Windows/v7.0A/Include"
fi
endif
# Video