Menu

[r399]: / phprpc_2.1 / dotNET / make.bat  Maximize  Restore  History

Download this file

6 lines (6 with data), 640 Bytes

1
2
3
4
5
6
@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.