]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
* ./src/interface/main.c: we no longer segfault if argc == 0.
[vlc] / INSTALL.win32
index 117952b8fcafd7fd41898113bf90b3c425f75e16..66552ad34b9263a0dafbbdb0636e0b6e7640f8a2 100644 (file)
@@ -128,7 +128,7 @@ Building Win32 interface with bcc32 (Borland's compiler)
 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 !