usim

Check-in [3c3c94e444]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Makefile (CFLAGS): Add -I/opt/local/include for OS X users.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3c3c94e4442ead4805514e372e322692a04fd2fdda842a12b5c3c6f2091a5187
User & Date: ams 2024-06-26 15:42:50
Context
2024-06-26
15:51
uexec.c: Fix brain-typos. check-in: 27abad6136 user: ams tags: trunk
15:42
Makefile (CFLAGS): Add -I/opt/local/include for OS X users. check-in: 3c3c94e444 user: ams tags: trunk
10:36
Clean up indentation slightly. check-in: 569f1e1a5a user: ams tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Makefile.

43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

# SDL (version 2) as TV backend.
CFLAGS += $(shell sdl2-config --cflags) -DWITH_SDL2=1  -I/usr/X11R6/include
LDFLAGS += $(shell sdl2-config --libs) -lm
USIM_TV_BACKEND = sdl2.o

# Bullshit hack.
CFLAGS += -I/opt/homebrew/include -Wno-nonportable-include-path

# Headless TV backend.
#CFLAGS +=
#LDFLAGS +=
#USIM_TV_BACKEND =

ucfg.o: ucfg.h ucfg.defs lmch.defs knight.defs







|







43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

# SDL (version 2) as TV backend.
CFLAGS += $(shell sdl2-config --cflags) -DWITH_SDL2=1  -I/usr/X11R6/include
LDFLAGS += $(shell sdl2-config --libs) -lm
USIM_TV_BACKEND = sdl2.o

# Bullshit hack.
CFLAGS += -I/opt/homebrew/include -I/opt/local/include

# Headless TV backend.
#CFLAGS +=
#LDFLAGS +=
#USIM_TV_BACKEND =

ucfg.o: ucfg.h ucfg.defs lmch.defs knight.defs