diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
commit | a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f (patch) | |
tree | 110bd7e2e50be8b977bc8ba2f6cd9164b431a982 /win32/xineplug_inp_dvd.dsp | |
parent | df2a3a3ab0a017b0ab97974fadbbf3430a771325 (diff) | |
download | xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.gz xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.bz2 |
Win32 cleanup (a couple things would not build correctly). Also added a README file for building instructions.
CVS patchset: 4946
CVS date: 2003/05/26 13:57:51
Diffstat (limited to 'win32/xineplug_inp_dvd.dsp')
-rw-r--r-- | win32/xineplug_inp_dvd.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/xineplug_inp_dvd.dsp b/win32/xineplug_inp_dvd.dsp index a245cc2e3..027ad8924 100644 --- a/win32/xineplug_inp_dvd.dsp +++ b/win32/xineplug_inp_dvd.dsp @@ -70,7 +70,7 @@ LINK32=link.exe # PROP Target_Dir "" LIB32=link.exe # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_INP_DVD_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "contrib/dirent" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /I "../src/input/libdvdread" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_INP_DVD_EXPORTS" /D "XINE_COMPILE" /D "HAVE_CONFIG_H" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "contrib/dirent" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /I "../src/input/libdvdnav" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_INP_DVD_EXPORTS" /D "XINE_COMPILE" /D "HAVE_CONFIG_H" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" |