diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-06 14:02:24 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-06 14:02:24 +0000 |
commit | 883cc45e4791c8f796de86e31fe72e5a6deae709 (patch) | |
tree | 6a72b90346d9ce418d140588b78e9674ccc2f321 /win32/xineplug_dmx_mpeg.dsp | |
parent | 476abbd3d2c89c3951d9144f2f483e9d9e551a75 (diff) | |
download | xine-lib-883cc45e4791c8f796de86e31fe72e5a6deae709.tar.gz xine-lib-883cc45e4791c8f796de86e31fe72e5a6deae709.tar.bz2 |
This is some general Win32 cleanup and getting ready for DVD support.
CVS patchset: 4779
CVS date: 2003/05/06 14:02:24
Diffstat (limited to 'win32/xineplug_dmx_mpeg.dsp')
-rw-r--r-- | win32/xineplug_dmx_mpeg.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/xineplug_dmx_mpeg.dsp b/win32/xineplug_dmx_mpeg.dsp index 51f6a36e8..bdfd207a0 100644 --- a/win32/xineplug_dmx_mpeg.dsp +++ b/win32/xineplug_dmx_mpeg.dsp @@ -71,7 +71,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_DMX_MPEG_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DMX_MPEG_EXPORTS" /D "XINE_COMPILE" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DMX_MPEG_EXPORTS" /D "XINE_COMPILE" /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" |