mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-09-19 04:06:09 +08:00
Update to version 1.1.0.0
Some fixes, code optimizations and changes to the `maxplayers` variable increment method
This commit is contained in:
23
AMBuilder
Normal file
23
AMBuilder
Normal file
@ -0,0 +1,23 @@
|
||||
# vim: set sts=2 ts=8 sw=2 tw=99 et ft=python:
|
||||
projectName = 'l4dtoolz'
|
||||
|
||||
# smsdk_ext.cpp will be automatically added later
|
||||
sourceFiles = [
|
||||
'l4dtoolz_mm.cpp',
|
||||
'signature.cpp',
|
||||
]
|
||||
|
||||
###############
|
||||
# Make sure to edit PackageScript, which copies your files to their appropriate locations
|
||||
# Simple extensions do not need to modify past this point.
|
||||
|
||||
project = Extension.HL2Project(builder, projectName)
|
||||
|
||||
project.sources += sourceFiles
|
||||
|
||||
for sdk_name in Extension.sdks:
|
||||
sdk = Extension.sdks[sdk_name]
|
||||
|
||||
binary = Extension.HL2Config(project, projectName + sdk.ext, sdk)
|
||||
|
||||
Extension.extensions = builder.Add(project)
|
Reference in New Issue
Block a user