mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-17 01:19:59 +00:00
Update for win32 build.
This commit is contained in:
parent
016401af53
commit
5713d7b476
6
Makefile
6
Makefile
@ -3,7 +3,9 @@ snes := snes
|
||||
gameboy := gameboy
|
||||
profile := performance
|
||||
|
||||
fpic = -fPIC
|
||||
ifneq ($(platform),win)
|
||||
fpic = -fPIC
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
extraflags = -O0 -g -I. -I$(snes) $(fpic)
|
||||
@ -34,7 +36,9 @@ include gameboy/Makefile
|
||||
|
||||
|
||||
set-static:
|
||||
ifneq ($(platform),win)
|
||||
$(eval fpic := )
|
||||
endif
|
||||
|
||||
static: set-static static-library;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user