mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-09 11:28:33 +00:00
Merged changes from 1.7 branch.
This commit is contained in:
commit
13ad066d93
14
.hgignore
Normal file
14
.hgignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Binaries
|
||||||
|
\.dll$
|
||||||
|
\.exe$
|
||||||
|
\.so$
|
||||||
|
|
||||||
|
# Files generated by Visual Studio
|
||||||
|
\.aps$
|
||||||
|
\.ncb$
|
||||||
|
\.suo$
|
||||||
|
\.user$
|
||||||
|
|
||||||
|
# Build directories
|
||||||
|
/Debug.*
|
||||||
|
/Release.*
|
||||||
@ -102,7 +102,7 @@ all: check
|
|||||||
$(MAKE) -f Makefile metamod
|
$(MAKE) -f Makefile metamod
|
||||||
|
|
||||||
check:
|
check:
|
||||||
if [ "$(ENGSET)" == "false" ]; then \
|
if [ "$(ENGSET)" = "false" ]; then \
|
||||||
echo "You must supply ENGINE=left4dead or ENGINE=orangebox"; \
|
echo "You must supply ENGINE=left4dead or ENGINE=orangebox"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -103,7 +103,7 @@ all: check
|
|||||||
$(MAKE) -f Makefile sample_mm
|
$(MAKE) -f Makefile sample_mm
|
||||||
|
|
||||||
check:
|
check:
|
||||||
if [ "$(ENGSET)" == "false" ]; then \
|
if [ "$(ENGSET)" = "false" ]; then \
|
||||||
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
|
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -103,7 +103,7 @@ all: check
|
|||||||
$(MAKE) -f Makefile stub_mm
|
$(MAKE) -f Makefile stub_mm
|
||||||
|
|
||||||
check:
|
check:
|
||||||
if [ "$(ENGSET)" == "false" ]; then \
|
if [ "$(ENGSET)" = "false" ]; then \
|
||||||
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
|
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user