Commit Graph

6 Commits

Author SHA1 Message Date
Gildas Bazin
847ed5c3cd * msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
Here is a patch to have the same file names and locations as the mingw32 build.
  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
2005-02-11 10:03:50 +00:00
Gildas Bazin
171d858e99 * ALL: another bunch of fixes for the MSVC build. 2003-03-03 16:49:14 +00:00
Gildas Bazin
7211d64eb0 * ALL: Finally fixed the MSVC project files.
Don't include io.h on win32 when not necessary.
       A few build fixes for MSVC.

* src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
   present.
2003-03-03 14:21:08 +00:00
Sam Hocevar
4a8ce8ac45 * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
8 bit string under WinCE.
  * ./extras/Win32_msvc: scrapped this directory.
  * ./bootstrap: we now parse plugin makefiles to guess what to put in
    the MSVC project files. Only the dummy plugin has been tested yet.
2002-11-19 17:38:07 +00:00
Sam Hocevar
d1296b32da * ./bootstrap: bootstrap now requires the --config flag. With no arguments
it simply outputs a usage message.
  * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
  * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
    and plugins -- plugins doesn't build anything yet).
2002-11-13 20:51:05 +00:00
Sam Hocevar
9a0cbfceca * ./msvc/*: MSVC project files and default config files. 2002-11-09 16:39:09 +00:00