mirror of
https://github.com/RyuKojiro/apple1.git
synced 2025-01-14 01:29:54 +00:00
Declare _XOPEN_SOURCE=700
git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@97 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
parent
aa137f0381
commit
97f9f9909c
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ AS= $(LIBAS6502_DIR)/as6502
|
||||
ROM= apple1.rom
|
||||
ROMSRC= src/wozmon.s
|
||||
|
||||
CFLAGS+= -I$(V6502_PREFIX) -std=c99
|
||||
CFLAGS+= -I$(V6502_PREFIX) -std=c99 -D_XOPEN_SOURCE=700
|
||||
LDFLAGS+= -ledit -lcurses -ldis6502 -las6502 -lv6502 -L$(LIBV6502_DIR) -L$(LIBAS6502_DIR) -L $(LIBDIS6502_DIR)
|
||||
OBJS= $(SRCS:.c=.o)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user