libFLAC_dynamic.dsp
资源名称:tcpmp.rar [点击查看]
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:10k
源码类别:
Windows CE
开发平台:
C/C++
- # Microsoft Developer Studio Project File - Name="libFLAC_dynamic" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 6.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
- CFG=libFLAC_dynamic - 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 "libFLAC_dynamic.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 "libFLAC_dynamic.mak" CFG="libFLAC_dynamic - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "libFLAC_dynamic - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "libFLAC_dynamic - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName "libFLAC"
- # PROP Scc_LocalPath "...."
- CPP=cl.exe
- MTL=midl.exe
- RSC=rc.exe
- !IF "$(CFG)" == "libFLAC_dynamic - 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 "....objreleaselib"
- # PROP Intermediate_Dir "Release_dynamic"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I ".include" /I "....include" /D "NDEBUG" /D "FLAC_API_EXPORTS" /D VERSION="1.1.2" /D "FLAC__CPU_IA32" /D "FLAC__HAS_NASM" /D "FLAC__USE_3DNOW" /D "_WINDOWS" /D "_WINDLL" /D "WIN32" /D "_USRDLL" /FR /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_USRDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # 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 /nologo /subsystem:windows /dll /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"....objreleasebin/libFLAC.dll"
- !ELSEIF "$(CFG)" == "libFLAC_dynamic - 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 "....objdebuglib"
- # PROP Intermediate_Dir "Debug_dynamic"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
- # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I ".include" /I "....include" /D "_DEBUG" /D "FLAC_API_EXPORTS" /D VERSION="1.1.2" /D "FLAC__CPU_IA32" /D "FLAC__HAS_NASM" /D "FLAC__USE_3DNOW" /D "_WINDOWS" /D "_WINDLL" /D "WIN32" /D "_USRDLL" /FR /FD /c
- # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
- # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_USRDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
- # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /out:"....objdebugbin/libFLAC.dll" /pdbtype:sept
- !ENDIF
- # Begin Target
- # Name "libFLAC_dynamic - Win32 Release"
- # Name "libFLAC_dynamic - Win32 Debug"
- # Begin Group "Source Files"
- # PROP Default_Filter "c"
- # Begin Group "Assembly Files (ia32)"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.ia32cpu_asm.nasm
- !IF "$(CFG)" == "libFLAC_dynamic - Win32 Release"
- USERDEP__CPU_A="ia32/cpu_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32cpu_asm.nasm
- "ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
- # End Custom Build
- !ELSEIF "$(CFG)" == "libFLAC_dynamic - Win32 Debug"
- USERDEP__CPU_A="ia32/cpu_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32cpu_asm.nasm
- "ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=.ia32fixed_asm.nasm
- !IF "$(CFG)" == "libFLAC_dynamic - Win32 Release"
- USERDEP__FIXED="ia32/fixed_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32fixed_asm.nasm
- "ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
- # End Custom Build
- !ELSEIF "$(CFG)" == "libFLAC_dynamic - Win32 Debug"
- USERDEP__FIXED="ia32/fixed_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32fixed_asm.nasm
- "ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=.ia32lpc_asm.nasm
- !IF "$(CFG)" == "libFLAC_dynamic - Win32 Release"
- USERDEP__LPC_A="ia32/lpc_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32lpc_asm.nasm
- "ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
- # End Custom Build
- !ELSEIF "$(CFG)" == "libFLAC_dynamic - Win32 Debug"
- USERDEP__LPC_A="ia32/lpc_asm.nasm"
- # Begin Custom Build
- InputPath=.ia32lpc_asm.nasm
- "ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=.ia32nasm.h
- # End Source File
- # End Group
- # Begin Source File
- SOURCE=.bitbuffer.c
- # End Source File
- # Begin Source File
- SOURCE=.bitmath.c
- # End Source File
- # Begin Source File
- SOURCE=.cpu.c
- # End Source File
- # Begin Source File
- SOURCE=.crc.c
- # End Source File
- # Begin Source File
- SOURCE=.file_decoder.c
- # End Source File
- # Begin Source File
- SOURCE=.file_encoder.c
- # End Source File
- # Begin Source File
- SOURCE=.fixed.c
- # End Source File
- # Begin Source File
- SOURCE=.float.c
- # End Source File
- # Begin Source File
- SOURCE=.format.c
- # End Source File
- # Begin Source File
- SOURCE=.lpc.c
- # End Source File
- # Begin Source File
- SOURCE=.md5.c
- # End Source File
- # Begin Source File
- SOURCE=.memory.c
- # End Source File
- # Begin Source File
- SOURCE=.metadata_iterators.c
- # End Source File
- # Begin Source File
- SOURCE=.metadata_object.c
- # End Source File
- # Begin Source File
- SOURCE=.seekable_stream_decoder.c
- # End Source File
- # Begin Source File
- SOURCE=.seekable_stream_encoder.c
- # End Source File
- # Begin Source File
- SOURCE=.stream_decoder.c
- # End Source File
- # Begin Source File
- SOURCE=.stream_encoder.c
- # End Source File
- # Begin Source File
- SOURCE=.stream_encoder_framing.c
- # End Source File
- # End Group
- # Begin Group "Private Header Files"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.includeprivateall.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatebitbuffer.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatebitmath.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatecpu.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatecrc.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatefixed.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatefloat.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivateformat.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatelpc.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatemd5.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatememory.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatemetadata.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprivatestream_encoder_framing.h
- # End Source File
- # End Group
- # Begin Group "Protected Header Files"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.includeprotectedall.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedfile_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedfile_encoder.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedseekable_stream_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedseekable_stream_encoder.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedstream_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=.includeprotectedstream_encoder.h
- # End Source File
- # End Group
- # Begin Group "Public Header Files"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=....includeFLACall.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACassert.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACexport.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACfile_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACfile_encoder.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACformat.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACmetadata.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACordinals.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACseekable_stream_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACseekable_stream_encoder.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACstream_decoder.h
- # End Source File
- # Begin Source File
- SOURCE=....includeFLACstream_encoder.h
- # End Source File
- # End Group
- # End Target
- # End Project