mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
1
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
/* ------------------------------------------------------------
|
||||
* perl.swg
|
||||
*
|
||||
* Perl configuration module.
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Inner macros
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perlmacros.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* The runtime part
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perlruntime.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Special user directives
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perluserdir.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Typemap specializations
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perltypemaps.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Overloaded operator support
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perlopers.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Warnings for Perl keywords
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perlkw.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* The Perl initialization function
|
||||
* ------------------------------------------------------------ */
|
||||
%include <perlinit.swg>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user