From 4d5aaeb1744faf2b2369fb4f3501b722e30791ab Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Wed, 23 Aug 2017 10:34:08 +0900 Subject: [PATCH] include system libs for desktop compilation --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 3d5c6f4..b7673a1 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -301,6 +301,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) ifneq (,$(findstring desktop,$(PlatformSuffix))) WinPartition = desktop CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP + LIBS += kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib else ifneq (,$(findstring uwp,$(PlatformSuffix))) WinPartition = uwp CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_APP -DWINDLL -D_UNICODE -DUNICODE -DWRL_NO_DEFAULT_LIB