~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/Library/build.bat

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@ECHO OFF
 
2
IF NOT EXIST bin MD bin
 
3
IF NOT EXIST bin\Release MD bin\Release
 
4
csc.exe /out:bin\Release\FreeImageNET.dll /target:library /doc:bin\Release\FreeImageNET.XML /debug- /o /nowarn:419 /unsafe+ /filealign:512 /recurse:*.cs
 
5
IF EXIST ..\Bin copy bin\Release\FreeImageNET.dll ..\Bin > NUL
 
6
IF EXIST ..\Bin copy bin\Release\FreeImageNET.XML ..\Bin > NUL
 
7
pause
 
 
b'\\ No newline at end of file'