From d1e80dc431815df3ac6eeed654eeccaf8d6beea7 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Fri, 18 Jul 2008 14:57:36 +0000 Subject: libmpeg2-0.5.1 --- vc++/libmpeg2.dsp | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 vc++/libmpeg2.dsp (limited to 'vc++/libmpeg2.dsp') diff --git a/vc++/libmpeg2.dsp b/vc++/libmpeg2.dsp new file mode 100644 index 0000000..169d357 --- /dev/null +++ b/vc++/libmpeg2.dsp @@ -0,0 +1,144 @@ +# Microsoft Developer Studio Project File - Name="libmpeg2" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libmpeg2 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libmpeg2.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libmpeg2.mak" CFG="libmpeg2 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libmpeg2 - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libmpeg2 - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libmpeg2 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "." /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "libmpeg2 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "libmpeg2 - Win32 Release" +# Name "libmpeg2 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\libmpeg2\alloc.c +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\decode.c +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\header.c +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\idct.c +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\motion_comp.c +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\slice.c +# End Source File +# Begin Source File + +SOURCE=.\cpu_accel.obj +# End Source File +# Begin Source File + +SOURCE=.\cpu_state.obj +# End Source File +# Begin Source File + +SOURCE=.\idct_mmx.obj +# End Source File +# Begin Source File + +SOURCE=.\motion_comp_mmx.obj +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\include\mpeg2.h +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\mpeg2_internal.h +# End Source File +# Begin Source File + +SOURCE=..\libmpeg2\vlc.h +# End Source File +# End Group +# End Target +# End Project -- cgit v1.2.1