]> git.sesse.net Git - vlc/blob - plugins/win32/Makefile
* ./src/interface/main.c: we no longer segfault if argc == 0.
[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
12 ../intfwin.so: Makefile
13         rm -f intfwin.mak
14         $(BCBUILDER)/Bin/bpr2mak intfwin.bpr -s | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DWIN32 -D__PLUGIN__ -DMODULE_NAME_IS_intfwin -DMODULE_NAME=intfwin#' > intfwin.mak
15         $(BCBUILDER)/Bin/make -f intfwin.mak -b
16