]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
* ./include/common.h: Fixed vlc_memalign.
[vlc] / INSTALL.win32
index 63bd5db584f3547e46baccc0fa40bf71295b8f88..66552ad34b9263a0dafbbdb0636e0b6e7640f8a2 100644 (file)
@@ -123,15 +123,12 @@ Building Win32 interface with bcc32 (Borland's compiler)
 (This stage is only necessary if you want to use the Win32 native interface.
  If you are happy with the GTK interface, then you can skip this section)
 
-[Steps 2 and 3 are temporary]
-
 1) Compile vlc as usual.
-include\defs.h should be generated.
 
 2) From the plugin\win32 directory, use Borland C++ command-line tools
 as follows:
 bpr2mak intfwin.bpr -s \
-  | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DWIN32 -DPLUGIN -DMODULE_NAME_IS_intfwin -DMODULE_NAME=intfwin#' \
+  | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DWIN32 -D__PLUGIN__ -DMODULE_NAME_IS_intfwin -DMODULE_NAME=intfwin#' \
   > intfwin.mak                // Create a makefile from intfwin.bpr
 make -fintfwin                 // It's Borland's make utility !