]> git.sesse.net Git - vlc/commit
* ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
authorSam Hocevar <sam@videolan.org>
Wed, 13 Nov 2002 15:28:24 +0000 (15:28 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 13 Nov 2002 15:28:24 +0000 (15:28 +0000)
commit5de3e045e3d5cae53d526d2c6898926a7f1e43c9
treeed51a294a81692f2e8ceee9568c72d15da392e5b
parent4e14e85aea12d943b3982d049c20f5da2fcfdd80
  * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
    directory because the two project files are starting to diverge.
  * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
  * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
    queue outputs to a logfile (until we have a proper interface).
18 files changed:
Makefile.am
bootstrap
evc/config.h [new file with mode: 0644]
evc/modules_builtin_evc.h [new file with mode: 0644]
evc/vlc.c [new file with mode: 0644]
evc/vlc.vcp [moved from msvc/vlc.vcp with 97% similarity]
evc/vlc.vcp.in [moved from msvc/vlc.vcp.in with 100% similarity]
evc/vlc.vcp.out [moved from msvc/vlc.vcp.out with 100% similarity]
evc/vlc.vcw [moved from msvc/vlc.vcw with 85% similarity]
include/vlc_common.h
include/vlc_messages.h
msvc/config.h
share/newres.h [new file with mode: 0644]
share/resource.h [new file with mode: 0644]
share/vlc_wince_rc.rc
src/misc/messages.c
src/misc/modules.c
src/vlc.c