mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
Windows: export a static lib that can be used outside of mingw (#699)
* Windows: export a static lib that can be used outside of mingw * Add comments to windows_export.bat
This commit is contained in:
parent
8a9a5432c3
commit
bf2cd79a4d
5 changed files with 36 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ AR_EXT = a
|
|||
else ifneq ($(filter MINGW%,$(UNAME_S)),)
|
||||
CFLAGS := $(CFLAGS:-fPIC=)
|
||||
BIN_EXT = .exe
|
||||
AR_EXT = lib
|
||||
AR_EXT = a
|
||||
endif
|
||||
|
||||
ifeq ($(UNICORN_STATIC),yes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue