Skip to content

Commit

Permalink
Preventing creation of executables with names so-setup.exe and so-ser…
Browse files Browse the repository at this point in the history
…ver.exe

as So Doom is Doom-only sourceport, so-doom-*.exe name is correct
  • Loading branch information
SoDOOManiac committed Aug 3, 2024
1 parent f3a4b30 commit e80fb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SUBDIRS = doom setup # heretic hexen strife
execgamesdir = ${bindir}

execgames_PROGRAMS = @PROGRAM_PREFIX@doom \
@PROGRAM_PREFIX@server
@PROGRAM_PREFIX@doom-server
#EXTRA_PROGRAMS = @PROGRAM_PREFIX@heretic \
# @PROGRAM_PREFIX@hexen \
# @PROGRAM_PREFIX@strife
Expand Down Expand Up @@ -51,8 +51,8 @@ net_server.c net_server.h \
net_structrw.c net_structrw.h \
z_native.c z_zone.h

@PROGRAM_PREFIX@server_SOURCES=$(COMMON_SOURCE_FILES) $(DEDSERV_FILES)
@PROGRAM_PREFIX@server_LDADD = @LDFLAGS@ @SDLNET_LIBS@
@PROGRAM_PREFIX@doom_server_SOURCES=$(COMMON_SOURCE_FILES) $(DEDSERV_FILES)
@PROGRAM_PREFIX@doom_server_LDADD = @LDFLAGS@ @SDLNET_LIBS@

# Source files used by the game binaries (chocolate-doom, etc.)

Expand Down

0 comments on commit e80fb22

Please sign in to comment.