- diff -ruN Quakespasm-Rift/Quake/Makefile Quakespasm-Rift-Linux/Quake/Makefile
- --- Quakespasm-Rift/Quake/Makefile 2013-07-13 19:31:09.497799443 -0600
- +++ Quakespasm-Rift-Linux/Quake/Makefile 2013-07-13 19:29:42.915302301 -0600
- @@ -36,7 +36,7 @@
- # ---------------------------
- CC ?= gcc
- -LINKER = $(CC)
- +LINKER = g++
- STRIP ?= strip
- @@ -85,6 +85,8 @@
- CFLAGS += -I$(X11BASE)/include
- endif
- +LDFLAGS+= -L/usr/local/lib
- +CXXFLAGS += -I/path/to/OculusSDK/LibOVR/Include/
- SDL_CONFIG ?= sdl-config
- SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags)
- SDL_LIBS := $(shell $(SDL_CONFIG) --libs)
- @@ -144,7 +146,7 @@
- CODECLIBS+= $(lib_mp3dec)
- endif
- -COMMON_LIBS:= -lm -lGL
- +COMMON_LIBS:= -lm -lGL -lX11 -lXinerama -ludev -lovr
- LIBS := $(COMMON_LIBS) $(NET_LIBS) $(CODECLIBS)
- @@ -238,9 +240,11 @@
- host.o \
- host_cmd.o \
- mathlib.o \
- + oculus_sdk.o \
- pr_cmds.o \
- pr_edict.o \
- pr_exec.o \
- + r_renderhmd.o \
- sv_main.o \
- sv_move.o \
- sv_phys.o \
SHARE
TWEET
Untitled
a guest
Jul 13th, 2013
252
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

