]> git.sesse.net Git - vlc/blob - plugins/win32/Makefile
* ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
[vlc] / plugins / win32 / Makefile
1 #
2 # Waveout module - the classic way to do things
3 #
4 waveout_SOURCES = waveout.c
5
6 #
7 # Borland C++ project
8 # we override everything by setting intfwin_CUSTOM
9 #
10 intfwin_CUSTOM = yes
11 BCBUILDER = "D:/Program Files/CBuilder5"
12
13 ../intfwin.so: Makefile
14         rm -f intfwin.mak
15         $(BCBUILDER)/Bin/bpr2mak intfwin.bpr -s | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DWIN32 -DPLUGIN -DMODULE_NAME_IS_intfwin -DMODULE_NAME=intfwin#' > intfwin.mak
16         $(BCBUILDER)/Bin/make -f intfwin.mak -b
17