Desenvolver e Download de Software Open Source

Browse Subversion Repository

Contents of /trunk/Boare.Lib.Media/makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Thu Jun 25 14:16:22 2009 UTC (14 years, 10 months ago) by kbinani
File size: 521 byte(s)


1 CP=cp
2 RM=rm
3 SRC=AviReader.cs AviWriter.cs RawAvi2Writer.cs AviWriterEx.cs VCM.cs Util.cs VFW.cs MediaPlayer.cs Wave.cs
4 OPT=
5
6 Boare.Lib.Media.dll: *.cs bocoree.dll
7 gmcs $(OPT) -recurse:*.cs -unsafe+ -target:library -out:Boare.Lib.Media.dll -r:bocoree.dll,System,System.Drawing,System.Windows.Forms -define:MONO
8
9 bocoree.dll: ../bocoree/bocoree.dll
10 cp ../bocoree/bocoree.dll bocoree.dll
11
12 ../bocoree/bocoree.dll:
13 cd ../bocoree/ && $(MAKE) OPT=$(OPT)
14
15 clean:
16 $(RM) Boare.Lib.Media.dll
17 $(RM) bocoree.dll

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26