Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compile.bat « LibraryWithPdb « Dependencies « Symbols « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ffff2143abd96a588c31f4f714b74cc2c98cd64 (plain)
1
2
3
4
5
@ECHO OFF

REM Run this script from a VS command prompt

csc /debug:full /out:%~dp0LibraryWithPdb.dll /target:library %~dp0LibraryWithPdb.cs