]> git.sesse.net Git - vlc/commitdiff
* ./msvc/*: MSVC project files and default config files.
authorSam Hocevar <sam@videolan.org>
Sat, 9 Nov 2002 16:39:09 +0000 (16:39 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 9 Nov 2002 16:39:09 +0000 (16:39 +0000)
msvc/.cvsignore [new file with mode: 0644]
msvc/config.h [new file with mode: 0644]
msvc/modules_builtin_msvc.h [new file with mode: 0644]
msvc/vlc.dsp [new file with mode: 0644]
msvc/vlc.dsp.in [new file with mode: 0644]
msvc/vlc.dsp.out [new file with mode: 0644]
msvc/vlc.dsw [new file with mode: 0644]

diff --git a/msvc/.cvsignore b/msvc/.cvsignore
new file mode 100644 (file)
index 0000000..a053ce7
--- /dev/null
@@ -0,0 +1,5 @@
+Debug
+Release
+vlc.ncb
+vlc.opt
+vlc.plg
diff --git a/msvc/config.h b/msvc/config.h
new file mode 100644 (file)
index 0000000..470e9a7
--- /dev/null
@@ -0,0 +1,492 @@
+/* config.h.  Generated by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Maximum supported data alignment */
+#define ATTRIBUTE_ALIGNED_MAX 16
+
+/* Define if $CC groks 3D Now! inline assembly. */
+#define CAN_COMPILE_3DNOW 1
+
+/* Define if $CC groks AltiVec inline assembly. */
+/* #undef CAN_COMPILE_ALTIVEC */
+
+/* Define if your compiler groks C AltiVec extensions. */
+/* #undef CAN_COMPILE_C_ALTIVEC */
+
+/* Define if $CC groks SSE inline assembly. */
+#define CAN_COMPILE_SSE 1
+
+/* The ./configure command line */
+#define CONFIGURE_LINE "./configure --disable-dvd"
+
+/* Copyright string */
+#define COPYRIGHT_MESSAGE "VideoLAN Client - version 0.5.0-cvs-am Natalya - (c) 1996-2002 VideoLAN"
+
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c' support on those systems.
+   */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define to 1 if using `alloca.c'. */
+/* #undef C_ALLOCA */
+
+/* Define if <X11/extensions/dpms.h> defines DPMSInfo. */
+#define DPMSINFO_IN_DPMS_H 1
+
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+/* #define ENABLE_NLS 1 */
+
+/* Define to 1 if you have the <a52dec/a52.h> header file. */
+/* #undef HAVE_A52DEC_A52_H */
+
+/* Define to 1 if you have `alloca', as a function or macro. */
+/* #define HAVE_ALLOCA 1 */
+
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+   */
+/* #define HAVE_ALLOCA_H 1 */
+
+/* Define to 1 if you have the <argz.h> header file. */
+#define HAVE_ARGZ_H 1
+
+/* Define to 1 if you have the <arpa/inet.h> header file. */
+#define HAVE_ARPA_INET_H 1
+
+/* Define to 1 if you have the `atoll' function. */
+/* #undef HAVE_ATOLL */
+
+/* Define to 1 if you have the <Cocoa/Cocoa.h> header file. */
+/* #undef HAVE_COCOA_COCOA_H */
+
+/* Define to 1 if you have the <cthreads.h> header file. */
+/* #undef HAVE_CTHREADS_H */
+
+/* Define to 1 if you have the `dcgettext' function. */
+#define HAVE_DCGETTEXT 1
+
+/* Define to 1 if you have the <ddraw.h> header file. */
+/* #undef HAVE_DDRAW_H */
+
+/* Define if <time.h> defines nanosleep. */
+/* #undef HAVE_DECL_NANOSLEEP */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+/* #define HAVE_DLFCN_H 1 */
+
+/* Define to 1 if you have the <dvbpsi/dr.h> header file. */
+/* #undef HAVE_DVBPSI_DR_H */
+
+/* Define to 1 if you have the <dvdcss/dvdcss.h> header file. */
+/* #undef HAVE_DVDCSS_DVDCSS_H */
+
+/* Define to 1 if you have the <dvdplay/dvdplay.h> header file. */
+/* #undef HAVE_DVDPLAY_DVDPLAY_H */
+
+/* Define to 1 if you have the <dvdread/dvd_reader.h> header file. */
+/* #undef HAVE_DVDREAD_DVD_READER_H */
+
+/* Define to 1 if you have the <faad.h> header file. */
+/* #undef HAVE_FAAD_H */
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have the `feof_unlocked' function. */
+/* #undef HAVE_FEOF_UNLOCKED */
+
+/* Define to 1 if you have the `fgets_unlocked' function. */
+/* #undef HAVE_FGETS_UNLOCKED */
+
+/* Define to 1 if you have the <gdk/gdk.h> header file. */
+/* #undef HAVE_GDK_GDK_H */
+
+/* Define to 1 if you have the `getcwd' function. */
+#define HAVE_GETCWD 1
+
+/* Define to 1 if you have the `getegid' function. */
+#define HAVE_GETEGID 1
+
+/* Define to 1 if you have the `geteuid' function. */
+#define HAVE_GETEUID 1
+
+/* Define to 1 if you have the `getgid' function. */
+#define HAVE_GETGID 1
+
+/* Define to 1 if you have the `gethostbyname2' function. */
+/* #undef HAVE_GETHOSTBYNAME2 */
+
+/* Define to 1 if you have the <getopt.h> header file. */
+/* #define HAVE_GETOPT_H 1 */
+
+/* getopt support */
+/* #define HAVE_GETOPT_LONG 1 */
+
+/* Define to 1 if you have the `getpagesize' function. */
+#define HAVE_GETPAGESIZE 1
+
+/* Define to 1 if you have the `getpwuid' function. */
+/* #define HAVE_GETPWUID 1 */
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#define HAVE_GETTEXT 1
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define to 1 if you have the `getuid' function. */
+#define HAVE_GETUID 1
+
+/* Define to 1 if you have the <glib.h> header file. */
+/* #undef HAVE_GLIB_H */
+
+/* Define to 1 if you have the <gnome.h> header file. */
+/* #undef HAVE_GNOME_H */
+
+/* Define to 1 if you have the <gtk/gtk.h> header file. */
+/* #undef HAVE_GTK_GTK_H */
+
+/* Define if you have the iconv() function. */
+#define HAVE_ICONV 1
+
+/* Define to 1 if you have the <id3tag.h> header file. */
+/* #undef HAVE_ID3TAG_H */
+
+/* Define to 1 if you have the <image.h> header file. */
+/* #undef HAVE_IMAGE_H */
+
+/* Define if we use the local libintl */
+#define HAVE_INCLUDED_GETTEXT
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+/* #undef HAVE_INTTYPES_H */
+
+/* For FreeBSD VCD support */
+/* #undef HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H */
+
+/* Define to 1 if you have the `isatty' function. */
+#define HAVE_ISATTY 1
+
+/* Define to 1 if you have the <kernel/OS.h> header file. */
+/* #undef HAVE_KERNEL_OS_H */
+
+/* Define to 1 if you have the <kernel/scheduler.h> header file. */
+/* #undef HAVE_KERNEL_SCHEDULER_H */
+
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+/* #undef HAVE_LANGINFO_CODESET */
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#define HAVE_LC_MESSAGES 1
+
+/* Define to 1 if you have the <libdv/dv.h> header file. */
+/* #undef HAVE_LIBDV_DV_H */
+
+/* Define to 1 if you have the `pth' library (-lpth). */
+/* #undef HAVE_LIBPTH */
+
+/* Define to 1 if you have the `st' library (-lst). */
+/* #undef HAVE_LIBST */
+
+/* Define to 1 if you have the <libv4l/v4l.h> header file. */
+/* #undef HAVE_LIBV4L_V4L_H */
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define to 1 if you have the <linux/fb.h> header file. */
+/* #undef HAVE_LINUX_FB_H */
+
+/* Define to 1 if you have the <linux/version.h> header file. */
+/* #undef HAVE_LINUX_VERSION_H */
+
+/* Define to 1 if you have the <locale.h> header file. */
+#define HAVE_LOCALE_H 1
+
+/* Define to 1 if you have the <machine/param.h> header file. */
+/* #undef HAVE_MACHINE_PARAM_H */
+
+/* Define to 1 if you have the <machine/soundcard.h> header file. */
+/* #undef HAVE_MACHINE_SOUNDCARD_H */
+
+/* Define to 1 if you have the <mad.h> header file. */
+/* #undef HAVE_MAD_H */
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#define HAVE_MALLOC_H 1
+
+/* Define to 1 if you have the `memalign' function. */
+/* #define HAVE_MEMALIGN 1 */
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the `mempcpy' function. */
+/* #undef HAVE_MEMPCPY */
+
+/* Define to 1 if you have a working `mmap' system call. */
+/* #undef HAVE_MMAP */
+
+/* Define to 1 if you have the `munmap' function. */
+#define HAVE_MUNMAP 1
+
+/* Define if nanosleep is available. */
+/* #undef HAVE_NANOSLEEP */
+
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#define HAVE_NETINET_IN_H 1
+
+/* Define to 1 if you have the <net/if.h> header file. */
+/* #define HAVE_NET_IF_H 1 */
+
+/* Define to 1 if you have the <nl_types.h> header file. */
+/* #undef HAVE_NL_TYPES_H */
+
+/* Define to 1 if you have the <ogg/ogg.h> header file. */
+/* #undef HAVE_OGG_OGG_H */
+
+/* Define if <xosd.h> is pre-1.0.0 */
+/* #undef HAVE_OLD_XOSD_H */
+
+/* Define to 1 if you have the <Ph.h> header file. */
+/* #undef HAVE_PH_H */
+
+/* Define to 1 if you have the `posix_memalign' function. */
+/* #undef HAVE_POSIX_MEMALIGN */
+
+/* Define to 1 if you have the <pthread.h> header file. */
+#define HAVE_PTHREAD_H 1
+
+/* Define to 1 if you have the `putenv' function. */
+#define HAVE_PUTENV 1
+
+/* Define to 1 if you have the <qt.h> header file. */
+/* #undef HAVE_QT_H */
+
+/* Define to 1 if you have the `select' function. */
+#define HAVE_SELECT 1
+
+/* Define to 1 if you have the `setenv' function. */
+#define HAVE_SETENV 1
+
+/* Define to 1 if you have the `setlocale' function. */
+#define HAVE_SETLOCALE 1
+
+/* Define to 1 if you have the `sigrelse' function. */
+/* #undef HAVE_SIGRELSE */
+
+/* Define to 1 if you have the <soundcard.h> header file. */
+/* #undef HAVE_SOUNDCARD_H */
+
+/* Define to 1 if you have the <stddef.h> header file. */
+#define HAVE_STDDEF_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+/* #undef HAVE_STDINT_H */
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the `stpcpy' function. */
+/* #undef HAVE_STPCPY */
+
+/* Define to 1 if you have the `strcasecmp' function. */
+#define HAVE_STRCASECMP 1
+
+/* Define to 1 if you have the `strchr' function. */
+#define HAVE_STRCHR 1
+
+/* Define to 1 if you have the `strdup' function. */
+#define HAVE_STRDUP 1
+
+/* Define to 1 if you have the `strerror' function. */
+#define HAVE_STRERROR 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strndup' function. */
+/* #undef HAVE_STRNDUP */
+
+/* Define to 1 if you have the `strtod' function. */
+#define HAVE_STRTOD 1
+
+/* Define to 1 if you have the `strtol' function. */
+#define HAVE_STRTOL 1
+
+/* Define to 1 if you have the `strtoul' function. */
+#define HAVE_STRTOUL 1
+
+/* Define if <sys/time.h> defines struct timespec. */
+#define HAVE_STRUCT_TIMESPEC 1
+
+/* Define to 1 if you have the `swab' function. */
+#define HAVE_SWAB 1
+
+/* Define to 1 if you have the <sys/int_types.h> header file. */
+/* #undef HAVE_SYS_INT_TYPES_H */
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#define HAVE_SYS_IOCTL_H 1
+
+/* Define to 1 if you have the <sys/param.h> header file. */
+#define HAVE_SYS_PARAM_H 1
+
+/* Define to 1 if you have the <sys/shm.h> header file. */
+/* #undef HAVE_SYS_SHM_H */
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/sockio.h> header file. */
+/* #undef HAVE_SYS_SOCKIO_H */
+
+/* Define to 1 if you have the <sys/soundcard.h> header file. */
+#define HAVE_SYS_SOUNDCARD_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/times.h> header file. */
+/* #define HAVE_SYS_TIMES_H 1 */
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+/* #define HAVE_SYS_TIME_H 1 */
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the `tsearch' function. */
+/* #undef HAVE_TSEARCH */
+
+/* Define to 1 if you have the <unistd.h> header file. */
+/* #define HAVE_UNISTD_H 1 */
+
+/* Support for variadic macros */
+/* #define HAVE_VARIADIC_MACROS 1 */
+
+/* Define to 1 if you have the `vasprintf' function. */
+/* #undef HAVE_VASPRINTF */
+
+/* Define to 1 if you have the <vorbis/codec.h> header file. */
+/* #undef HAVE_VORBIS_CODEC_H */
+
+/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
+#define HAVE_X11_EXTENSIONS_DPMS_H 1
+
+/* Define to 1 if you have the <X11/extensions/Xv.h> header file. */
+#define HAVE_X11_EXTENSIONS_XV_H 1
+
+/* Define to 1 if you have the <X11/Xlib.h> header file. */
+#define HAVE_X11_XLIB_H 1
+
+/* Define to 1 if you have the <xvid.h> header file. */
+/* #undef HAVE_XVID_H */
+
+/* Define to 1 if you have the <zlib.h> header file. */
+#define HAVE_ZLIB_H 1
+
+/* Define to 1 if you have the `__argz_count' function. */
+/* #undef HAVE___ARGZ_COUNT */
+
+/* Define to 1 if you have the `__argz_next' function. */
+/* #undef HAVE___ARGZ_NEXT */
+
+/* Define to 1 if you have the `__argz_stringify' function. */
+/* #undef HAVE___ARGZ_STRINGIFY */
+
+/* Define as const if the declaration of iconv() needs const. */
+#define ICONV_CONST const
+
+/* Dynamic object extension */
+#define LIBEXT ".dll"
+
+/* String suffix for module functions */
+#define MODULE_SUFFIX "__0_5_0_cvs_am"
+
+/* Symbol suffix for module functions */
+#define MODULE_SYMBOL 0_5_0_cvs_am
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Define if <sys/param.h> defines ntohl. */
+/* #undef NTOHL_IN_SYS_PARAM_H */
+
+/* Name of package */
+#define PACKAGE "vlc"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "vlc"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "vlc 0.5.0-cvs-am"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "vlc"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.5.0-cvs-am"
+
+/* Define if <pthread.h> defines pthread_cond_t. */
+#define PTHREAD_COND_T_IN_PTHREAD_H 1
+
+/* Define if <pthread.h> defines pthread_once. */
+#define PTHREAD_ONCE_IN_PTHREAD_H 1
+
+/* Define if <pth.h> defines pth_init */
+/* #undef PTH_INIT_IN_PTH_H */
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
+/* #undef SDL_INCLUDE_FILE */
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at run-time.
+        STACK_DIRECTION > 0 => grows toward higher addresses
+        STACK_DIRECTION < 0 => grows toward lower addresses
+        STACK_DIRECTION = 0 => direction of growth unknown */
+/* #undef STACK_DIRECTION */
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define if <strings.h> defines strncasecmp. */
+#define STRNCASECMP_IN_STRINGS_H 1
+
+/* Define if <st.h> defines st_init */
+/* #undef ST_INIT_IN_ST_H */
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* Version number of package */
+#define VERSION "0.5.0-cvs-am"
+
+/* Simple version string */
+#define VERSION_MESSAGE "0.5.0-cvs-am Natalya"
+
+/* big endian system */
+/* #undef WORDS_BIGENDIAN */
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define as `__inline' if that's what the C compiler calls it, or to nothing
+   if it is not supported. */
+#define inline __inline
+
+/* Define to `long' if <sys/types.h> does not define. */
+/* #undef off_t */
+
+/* Define to `unsigned' if <sys/types.h> does not define. */
+/* #undef size_t */
diff --git a/msvc/modules_builtin_msvc.h b/msvc/modules_builtin_msvc.h
new file mode 100644 (file)
index 0000000..4def160
--- /dev/null
@@ -0,0 +1,34 @@
+/*****************************************************************************
+ * modules_builtin.h: built-in modules list
+ *****************************************************************************
+ * Copyright (C) 2001 VideoLAN
+ *
+ * Authors: Samuel Hocevar <sam@zoy.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+#define ALLOCATE_BUILTIN( NAME ) \
+    AllocateBuiltinModule( p_this, vlc_entry__ ## NAME );
+
+/* We also consider the main program as a module (useful for config stuff) */
+int vlc_entry__main( module_t* );
+
+/* Add stuff here */
+#define ALLOCATE_ALL_BUILTINS() \
+    do \
+    { \
+    } while( 0 );
+
diff --git a/msvc/vlc.dsp b/msvc/vlc.dsp
new file mode 100644 (file)
index 0000000..7d595c6
--- /dev/null
@@ -0,0 +1,674 @@
+# Microsoft Developer Studio Project File - Name="vlc" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=vlc - Win32 Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak" CFG="vlc - Win32 Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "vlc - Win32 Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "vlc - Win32 Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Release"\r
+# PROP BASE Intermediate_Dir "Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Release"\r
+# PROP Intermediate_Dir "Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD -I..\include /c\r
+# ADD BASE RSC /l 0x414 /d "NDEBUG"\r
+# ADD RSC /l 0x414 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "Debug"\r
+# PROP BASE Intermediate_Dir "Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "Debug"\r
+# PROP Intermediate_Dir "Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ -I..\include /c\r
+# ADD BASE RSC /l 0x414 /d "_DEBUG"\r
+# ADD RSC /l 0x809 /i "../" /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# SUBTRACT LINK32 /pdb:none\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "vlc - Win32 Release"\r
+# Name "vlc - Win32 Debug"\r
+\r
+# Begin Group "Source Files"\r
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+# Begin Group "vlc"\r
+# Begin Source File\r
+SOURCE="..\src\vlc.c"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\extras\GNUgetopt\getopt.c"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\extras\GNUgetopt\getopt.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\extras\GNUgetopt\getopt1.c"\r
+# End Source File\r
+# End Group\r
+# Begin Group "libvlc"\r
+# Begin Source File\r
+SOURCE="..\src\libvlc.c"\r
+# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\libvlc.h"\r
+# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"\r
+# End Source File\r
+# Begin Group "audio_output"\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\common.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\dec.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\filters.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\input.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\mixer.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\output.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\audio_output\intf.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\audio_output"\r
+# PROP Output_Dir "Release\src\audio_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\audio_output"\r
+# PROP Output_Dir "Debug\src\audio_output"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "input"\r
+# Begin Source File\r
+SOURCE="..\src\input\input.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_ext-plugins.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_ext-dec.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_ext-intf.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_dec.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_programs.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_clock.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\input\input_info.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\input"\r
+# PROP Output_Dir "Release\src\input"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\input"\r
+# PROP Output_Dir "Debug\src\input"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "interface"\r
+# Begin Source File\r
+SOURCE="..\src\interface\interface.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\interface"\r
+# PROP Output_Dir "Release\src\interface"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\interface"\r
+# PROP Output_Dir "Debug\src\interface"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\interface\intf_eject.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\interface"\r
+# PROP Output_Dir "Release\src\interface"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\interface"\r
+# PROP Output_Dir "Debug\src\interface"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "misc"\r
+# Begin Source File\r
+SOURCE="..\src\misc\mtime.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\modules.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\threads.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\cpu.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\configuration.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\netutils.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\iso_lang.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\iso-639.def"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\messages.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\objects.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\variables.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\error.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\extras.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\misc\win32_specific.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\misc"\r
+# PROP Output_Dir "Release\src\misc"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\misc"\r
+# PROP Output_Dir "Debug\src\misc"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "playlist"\r
+# Begin Source File\r
+SOURCE="..\src\playlist\playlist.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\playlist"\r
+# PROP Output_Dir "Release\src\playlist"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\playlist"\r
+# PROP Output_Dir "Debug\src\playlist"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "stream_output"\r
+# Begin Source File\r
+SOURCE="..\src\stream_output\stream_output.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\stream_output"\r
+# PROP Output_Dir "Release\src\stream_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\stream_output"\r
+# PROP Output_Dir "Debug\src\stream_output"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# Begin Group "video_output"\r
+# Begin Source File\r
+SOURCE="..\src\video_output\video_output.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\video_output\vout_pictures.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\video_output\vout_pictures.h"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\video_output\video_text.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\video_output\video_text.h"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\src\video_output\vout_subpictures.c"\r
+!IF "$(CFG)" == "vlc - Win32 Release"\r
+# PROP Intermediate_Dir "Release\src\video_output"\r
+# PROP Output_Dir "Release\src\video_output"\r
+!ELSEIF "$(CFG)" == "vlc - Win32 Debug"\r
+# PROP Intermediate_Dir "Debug\src\video_output"\r
+# PROP Output_Dir "Debug\src\video_output"\r
+!ENDIF\r
+# End Source File\r
+# End Group\r
+# End Group\r
+# End Group\r
+# Begin Group "Header Files"\r
+# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
+# Begin Source File\r
+SOURCE="..\include\aout_internal.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\audio_output.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\beos_specific.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\configuration.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\darwin_specific.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\codecs.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\error.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\input_ext-dec.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\input_ext-intf.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\input_ext-plugins.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\interface.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\intf_eject.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\iso_lang.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\main.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\mmx.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\modules.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\modules_inner.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\mtime.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\netutils.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\network.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\os_specific.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\stream_control.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\stream_output.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\variables.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\video.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\video_output.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_common.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_config.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_cpu.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_messages.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_objects.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_playlist.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_threads.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_threads_funcs.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\win32_specific.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc_symbols.h"\r
+# End Source File\r
+# Begin Group "vlc"\r
+# Begin Source File\r
+SOURCE="..\include\vlc\vlc.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\aout.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\vout.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\sout.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\decoder.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\input.h"\r
+# End Source File\r
+# Begin Source File\r
+SOURCE="..\include\vlc\intf.h"\r
+# End Source File\r
+# End Group\r
+# End Group\r
+\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# Begin Source File\r
+\r
+SOURCE=..\share\vlc_win32_rc.rc\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# ADD BASE RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share"\r
+# SUBTRACT BASE RSC /i "../"\r
+# ADD RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share" /i "../../"\r
+# SUBTRACT RSC /i "../"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/msvc/vlc.dsp.in b/msvc/vlc.dsp.in
new file mode 100644 (file)
index 0000000..e743814
--- /dev/null
@@ -0,0 +1,86 @@
+# Microsoft Developer Studio Project File - Name="vlc" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=vlc - Win32 Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak" CFG="vlc - Win32 Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "vlc - Win32 Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "vlc - Win32 Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Release"\r
+# PROP BASE Intermediate_Dir "Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Release"\r
+# PROP Intermediate_Dir "Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD -I..\include /c\r
+# ADD BASE RSC /l 0x414 /d "NDEBUG"\r
+# ADD RSC /l 0x414 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "Debug"\r
+# PROP BASE Intermediate_Dir "Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "Debug"\r
+# PROP Intermediate_Dir "Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ -I..\include /c\r
+# ADD BASE RSC /l 0x414 /d "_DEBUG"\r
+# ADD RSC /l 0x809 /i "../" /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# SUBTRACT LINK32 /pdb:none\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "vlc - Win32 Release"\r
+# Name "vlc - Win32 Debug"\r
+\r
diff --git a/msvc/vlc.dsp.out b/msvc/vlc.dsp.out
new file mode 100644 (file)
index 0000000..e98a7d7
--- /dev/null
@@ -0,0 +1,23 @@
+\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# Begin Source File\r
+\r
+SOURCE=..\share\vlc_win32_rc.rc\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# ADD BASE RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share"\r
+# SUBTRACT BASE RSC /i "../"\r
+# ADD RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share" /i "../../"\r
+# SUBTRACT RSC /i "../"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/msvc/vlc.dsw b/msvc/vlc.dsw
new file mode 100644 (file)
index 0000000..8f56352
--- /dev/null
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00\r
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
+\r
+###############################################################################\r
+\r
+Project: "vlc"=.\vlc.dsp - Package Owner=<4>\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<4>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r
+Global:\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<3>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r