mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
Try different way
This commit is contained in:
parent
a45cab3b42
commit
88237be90b
1 changed files with 2 additions and 1 deletions
|
@ -1767,7 +1767,8 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
|
||||||
copyfiles: build_release
|
copyfiles: build_release
|
||||||
@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi
|
@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi
|
||||||
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(COPYDIR)/quake3
|
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(COPYDIR)/quake3
|
||||||
ifneq ($(PLATFORM),mingw32)
|
@if [ -f $(BR)/$(PLATFORM)q3ded$(BINEXT) ]
|
||||||
|
then
|
||||||
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT)
|
$(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT)
|
||||||
fi
|
fi
|
||||||
-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
|
-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
|
||||||
|
|
Loading…
Reference in a new issue