]> git.sesse.net Git - vlc/blobdiff - plugins/win32/Makefile
* ./src/misc/netutils.c: factored code common to the interfaces into the
[vlc] / plugins / win32 / Makefile
index f0726b0a60d83a9c7103057efdc3ec5cbc6b2eaa..7ff9cd13c4c13aadbb373fb8752da49d7ee6dcfd 100644 (file)
@@ -1 +1,16 @@
-win32_SRC = win32.cpp
+#
+# Waveout module - the classic way to do things
+#
+waveout_SOURCES = waveout.c
+
+#
+# Borland C++ project
+# we override everything by setting intfwin_CUSTOM
+#
+intfwin_CUSTOM = yes
+
+../intfwin.so: Makefile
+       rm -f intfwin.mak
+       $(BCBUILDER)/Bin/bpr2mak intfwin.bpr -s | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DWIN32 -D__PLUGIN__ -D__VLC__ -DMODULE_NAME_IS_intfwin -DMODULE_NAME=intfwin#' > intfwin.mak
+       $(BCBUILDER)/Bin/make -f intfwin.mak -b
+