1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
HLMetaModOfficial/sample_mm
Loïc a26a25dc6b
Build against available metamod and all possible sdks
With the current version of the script, it’s not easy for a beginner to compile a sample mm plugin.

In fact, we need to set when we configure the build the SDK and the mm path. It’s not very clear for beginners + the script crash with an exception which cause a confusion

With this version, just make build directory, do a configure in direction then, build => enjoy!
2020-04-24 00:48:03 +02:00
..
msvc8 Added Alien Swarm build configs for sample plugins (bug 4529, r=dvander). 2010-07-22 03:22:28 -05:00
msvc9 Added Alien Swarm build configs for sample plugins (bug 4529, r=dvander). 2010-07-22 03:22:28 -05:00
msvc10 Updated project files for CS:S as new engine (bug 5369) (NPOTB). 2012-08-20 14:25:56 -04:00
AMBuildScript Build against available metamod and all possible sdks 2020-04-24 00:48:03 +02:00
configure.py transition sample_mm to AMBuild 2019-01-22 13:07:37 -08:00
engine_wrappers.h Added Alien Swarm build configs for sample plugins (bug 4529, r=dvander). 2010-07-22 03:22:28 -05:00
product.version transition sample_mm to AMBuild 2019-01-22 13:07:37 -08:00
README.txt added quick readme file that links to wiki 2008-02-17 23:30:07 +00:00
sample_mm.cpp Removed deprecated hook NetworkIDValidated 2016-06-27 13:18:35 +02:00
sample_mm.h Updated stub_mm, sample_mm, and project templates for changes from 1.8 (bug 4107, r=dvander). 2009-11-13 18:25:56 -06:00
sample_mm.vdf added vdf files for sample/stub 2008-02-17 23:06:57 +00:00

For more information on compiling and reading the plugin's source code, see:

	http://wiki.alliedmods.net/Category:Metamod:Source_Development