Skip to content

Commit

Permalink
Add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 5, 2016
1 parent 1eb3661 commit 98cf3a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,20 @@ endif

TARGET_NAME := prboom

LIBM :=
LIBM :=
LDFLAGS :=

ifeq ($(STATIC_LINKING),1)
EXT=a

ifeq ($(platform), unix)
PLAT=_unix
endif
endif

ifeq ($(platform), unix)
EXT ?= so
TARGET := $(TARGET_NAME)_libretro.$(EXT)
TARGET := $(TARGET_NAME)_libretro$(PLAT).$(EXT)
fpic := -fPIC
SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,-no-undefined
else ifeq ($(platform), linux-portable)
Expand Down
Binary file removed prboom.wad
Binary file not shown.

0 comments on commit 98cf3a0

Please sign in to comment.