mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
SDL built won't get copied anymore because it gets built by default even if SMP doesn't work.
This commit is contained in:
parent
e8a5e4c1ad
commit
75eb99b716
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
@ -1678,9 +1678,10 @@ ifneq ($(BUILD_CLIENT),0)
|
||||||
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
|
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BUILD_CLIENT_SMP),0)
|
# Don't copy the SMP until it's working together with SDL.
|
||||||
$(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT)
|
#ifneq ($(BUILD_CLIENT_SMP),0)
|
||||||
endif
|
# $(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT)
|
||||||
|
#endif
|
||||||
|
|
||||||
ifneq ($(BUILD_SERVER),0)
|
ifneq ($(BUILD_SERVER),0)
|
||||||
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
|
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
|
||||||
|
|
Loading…
Reference in a new issue