root/bindings/cil/src/Makefile.am

Revision 460fa6b707ad479e96ad00e0631bcbf768b82572, 259 bytes (checked in by Rémi Denis-Courmont <rem@videolan.org>, 1 year ago)

Actually build targets

  • Property mode set to 100644
Line 
1 EXTRA_DIST = $(SOURCES_dll)
2 MOSTLYCLEANFILES = $(pkglib_SCRIPTS)
3
4 pkglib_SCRIPTS = VideoLAN.LibVLC.dll
5
6 SOURCES_dll = \
7         ustring.cs \
8         exception.cs \
9         marshal.cs \
10         libvlc.cs
11
12 VideoLAN.LibVLC.dll: $(SOURCES_dll)
13         $(CSC) -target:library -out:$@ $(CSFLAGS) $^
14
Note: See TracBrowser for help on using the browser.