mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-27 01:20:28 +03:00
HLL libraries are compiled into the executable rather than dynamically loaded as in early versions of System 4. These days AliceSoft does the same thing.
13 lines
125 B
SourcePawn
Executable File
13 lines
125 B
SourcePawn
Executable File
|
|
SystemSource = {
|
|
"HLL\Math.hll", "Math",
|
|
}
|
|
|
|
CopyToRun = {
|
|
"SACT_DLL.inc",
|
|
}
|
|
|
|
CopyToDLL = {
|
|
"DLL\Math.dll",
|
|
}
|