Blame vc++/liba52.dsp

Packit 64f477
# Microsoft Developer Studio Project File - Name="liba52" - Package Owner=<4>
Packit 64f477
# Microsoft Developer Studio Generated Build File, Format Version 6.00
Packit 64f477
# ** DO NOT EDIT **
Packit 64f477

Packit 64f477
# TARGTYPE "Win32 (x86) Static Library" 0x0104
Packit 64f477

Packit 64f477
CFG=liba52 - Win32 Debug
Packit 64f477
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
Packit 64f477
!MESSAGE use the Export Makefile command and run
Packit 64f477
!MESSAGE 
Packit 64f477
!MESSAGE NMAKE /f "liba52.mak".
Packit 64f477
!MESSAGE 
Packit 64f477
!MESSAGE You can specify a configuration when running NMAKE
Packit 64f477
!MESSAGE by defining the macro CFG on the command line. For example:
Packit 64f477
!MESSAGE 
Packit 64f477
!MESSAGE NMAKE /f "liba52.mak" CFG="liba52 - Win32 Debug"
Packit 64f477
!MESSAGE 
Packit 64f477
!MESSAGE Possible choices for configuration are:
Packit 64f477
!MESSAGE 
Packit 64f477
!MESSAGE "liba52 - Win32 Release" (based on "Win32 (x86) Static Library")
Packit 64f477
!MESSAGE "liba52 - Win32 Debug" (based on "Win32 (x86) Static Library")
Packit 64f477
!MESSAGE 
Packit 64f477

Packit 64f477
# Begin Project
Packit 64f477
# PROP AllowPerConfigDependencies 0
Packit 64f477
# PROP Scc_ProjName ""
Packit 64f477
# PROP Scc_LocalPath ""
Packit 64f477
CPP=cl.exe
Packit 64f477
RSC=rc.exe
Packit 64f477

Packit 64f477
!IF  "$(CFG)" == "liba52 - Win32 Release"
Packit 64f477

Packit 64f477
# PROP BASE Use_MFC 0
Packit 64f477
# PROP BASE Use_Debug_Libraries 0
Packit 64f477
# PROP BASE Output_Dir "Release"
Packit 64f477
# PROP BASE Intermediate_Dir "Release"
Packit 64f477
# PROP BASE Target_Dir ""
Packit 64f477
# PROP Use_MFC 0
Packit 64f477
# PROP Use_Debug_Libraries 0
Packit 64f477
# PROP Output_Dir "Release"
Packit 64f477
# PROP Intermediate_Dir "Release"
Packit 64f477
# PROP Target_Dir ""
Packit 64f477
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
Packit 64f477
# ADD CPP /nologo /W3 /GX /O2 /I "." /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
Packit 64f477
# ADD BASE RSC /l 0x409 /d "NDEBUG"
Packit 64f477
# ADD RSC /l 0x409 /d "NDEBUG"
Packit 64f477
BSC32=bscmake.exe
Packit 64f477
# ADD BASE BSC32 /nologo
Packit 64f477
# ADD BSC32 /nologo
Packit 64f477
LIB32=link.exe -lib
Packit 64f477
# ADD BASE LIB32 /nologo
Packit 64f477
# ADD LIB32 /nologo
Packit 64f477

Packit 64f477
!ELSEIF  "$(CFG)" == "liba52 - Win32 Debug"
Packit 64f477

Packit 64f477
# PROP BASE Use_MFC 0
Packit 64f477
# PROP BASE Use_Debug_Libraries 1
Packit 64f477
# PROP BASE Output_Dir "Debug"
Packit 64f477
# PROP BASE Intermediate_Dir "Debug"
Packit 64f477
# PROP BASE Target_Dir ""
Packit 64f477
# PROP Use_MFC 0
Packit 64f477
# PROP Use_Debug_Libraries 1
Packit 64f477
# PROP Output_Dir "Debug"
Packit 64f477
# PROP Intermediate_Dir "Debug"
Packit 64f477
# PROP Target_Dir ""
Packit 64f477
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
Packit 64f477
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
Packit 64f477
# ADD BASE RSC /l 0x409 /d "_DEBUG"
Packit 64f477
# ADD RSC /l 0x409 /d "_DEBUG"
Packit 64f477
BSC32=bscmake.exe
Packit 64f477
# ADD BASE BSC32 /nologo
Packit 64f477
# ADD BSC32 /nologo
Packit 64f477
LIB32=link.exe -lib
Packit 64f477
# ADD BASE LIB32 /nologo
Packit 64f477
# ADD LIB32 /nologo
Packit 64f477

Packit 64f477
!ENDIF 
Packit 64f477

Packit 64f477
# Begin Target
Packit 64f477

Packit 64f477
# Name "liba52 - Win32 Release"
Packit 64f477
# Name "liba52 - Win32 Debug"
Packit 64f477
# Begin Group "Source Files"
Packit 64f477

Packit 64f477
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\bit_allocate.c
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\bitstream.c
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\downmix.c
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\imdct.c
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\parse.c
Packit 64f477
# End Source File
Packit 64f477
# End Group
Packit 64f477
# Begin Group "Header Files"
Packit 64f477

Packit 64f477
# PROP Default_Filter "h;hpp;hxx;hm;inl"
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\include\a52.h
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\a52_internal.h
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\bitstream.h
Packit 64f477
# End Source File
Packit 64f477
# Begin Source File
Packit 64f477

Packit 64f477
SOURCE=..\liba52\tables.h
Packit 64f477
# End Source File
Packit 64f477
# End Group
Packit 64f477
# End Target
Packit 64f477
# End Project