mirror of
https://github.com/libretro/citra.git
synced 2025-03-01 04:35:27 +00:00
define win(nt/ver) for windows
This commit is contained in:
parent
0150cd04da
commit
aaa69bfe3d
1
Makefile
1
Makefile
@ -113,6 +113,7 @@ else ifeq ($(platform), libnx)
|
||||
else
|
||||
CC ?= gcc
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
DEFINES += -D_WIN32_WINNT=0x0600 -DWINVER=0x0600
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/link.T -Wl,--no-undefined
|
||||
LDFLAGS += -lws2_32 -lwinmm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user