Download this file
6 lines (6 with data), 640 Bytes
| @echo off
if defined LIB (
csc /out:PHPRPC.dll /target:library /optimize+ /checked- /unsafe+ /debug- /warn:1 Client.cs KeyPair.cs PHPSerializer.cs Server.cs XXTEA.cs AssemblyInfo.cs Mono.Math\BigInteger.cs Mono.Math.Prime\ConfidenceFactor.cs Mono.Math.Prime\PrimalityTests.cs Mono.Math.Prime.Generator\NextPrimeFinder.cs Mono.Math.Prime.Generator\PrimeGeneratorBase.cs Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs
) else (
call mcs -out:PHPRPC.dll -target:library -optimize+ -checked- -unsafe+ -debug- -reference:System.Web;Mono.Security Client.cs KeyPair.cs PHPSerializer.cs Server.cs XXTEA.cs AssemblyInfo.cs
)
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.