Commit 691e4704 authored by Sam Hocevar's avatar Sam Hocevar

* ./src/misc/messages.c: added ^Ms to the WinCE logfile.

  * ./bootstrap: fixed a typo that prevented per-object target directories
    to work.
  * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
    (more than 1MB) and I don't want to spoil the CVS with them.
parent 58b0fe00
#! /bin/sh
## bootstrap file for vlc, the VideoLAN Client
## $Id: bootstrap,v 1.31 2002/11/20 16:43:32 sam Exp $
## $Id: bootstrap,v 1.32 2002/11/20 19:07:26 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -116,36 +116,36 @@ EOF
# Begin Source File${M}
SOURCE="..\\`echo $file | sed -e 's%/%\\\\%g'`"${M}
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\\"plugins\\" /D DATA_PATH=\\"share\\"${M}
!IF "\$(CFG)" == "vlc - Win32 (WCE MIPS) Release"${M}
# PROP Intermediate_Dir "MIPSRel\\${subdir}"${M}
!IF "\$(CFG)" == "libvlc - Win32 (WCE MIPS) Release"${M}
# PROP Output_Dir "MIPSRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"${M}
# PROP Intermediate_Dir "MIPSDbg\\${subdir}"${M}
# PROP Intermediate_Dir "MIPSRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE MIPS) Debug"${M}
# PROP Output_Dir "MIPSDbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE SH4) Release"${M}
# PROP Intermediate_Dir "SH4Rel\\${subdir}"${M}
# PROP Intermediate_Dir "MIPSDbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE SH4) Release"${M}
# PROP Output_Dir "SH4Rel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE SH4) Debug"${M}
# PROP Intermediate_Dir "SH4Dbg\\${subdir}"${M}
# PROP Intermediate_Dir "SH4Rel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE SH4) Debug"${M}
# PROP Output_Dir "SH4Dbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE SH3) Release"${M}
# PROP Intermediate_Dir "SH3Rel\\${subdir}"${M}
# PROP Intermediate_Dir "SH4Dbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE SH3) Release"${M}
# PROP Output_Dir "SH3Rel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE SH3) Debug"${M}
# PROP Intermediate_Dir "SH3Dbg\\${subdir}"${M}
# PROP Intermediate_Dir "SH3Rel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE SH3) Debug"${M}
# PROP Output_Dir "SH3Dbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE ARM) Release"${M}
# PROP Intermediate_Dir "ARMRel\\${subdir}"${M}
# PROP Intermediate_Dir "SH3Dbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE ARM) Release"${M}
# PROP Output_Dir "ARMRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE ARM) Debug"${M}
# PROP Intermediate_Dir "ARMDbg\\${subdir}"${M}
# PROP Intermediate_Dir "ARMRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE ARM) Debug"${M}
# PROP Output_Dir "ARMDbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE x86em) Release"${M}
# PROP Intermediate_Dir "X86EMRel\\${subdir}"${M}
# PROP Intermediate_Dir "ARMDbg\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE x86em) Release"${M}
# PROP Output_Dir "X86EMRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 (WCE x86em) Debug"${M}
# PROP Intermediate_Dir "X86EMDbg\\${subdir}"${M}
# PROP Intermediate_Dir "X86EMRel\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 (WCE x86em) Debug"${M}
# PROP Output_Dir "X86EMDbg\\${subdir}"${M}
# PROP Intermediate_Dir "X86EMDbg\\${subdir}"${M}
!ENDIF${M}
# End Source File${M}
EOF
......@@ -154,12 +154,12 @@ EOF
# Begin Source File${M}
SOURCE="..\\`echo $file | sed -e 's%/%\\\\%g'`"${M}
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\\"plugins\\" /D DATA_PATH=\\"share\\"${M}
!IF "\$(CFG)" == "vlc - Win32 Release"${M}
# PROP Intermediate_Dir "Release\\${subdir}"${M}
!IF "\$(CFG)" == "libvlc - Win32 Release"${M}
# PROP Output_Dir "Release\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "vlc - Win32 Debug"${M}
# PROP Intermediate_Dir "Debug\\${subdir}"${M}
# PROP Intermediate_Dir "Release\\${subdir}"${M}
!ELSEIF "\$(CFG)" == "libvlc - Win32 Debug"${M}
# PROP Output_Dir "Debug\\${subdir}"${M}
# PROP Intermediate_Dir "Debug\\${subdir}"${M}
!ENDIF${M}
# End Source File${M}
EOF
......
......@@ -7,3 +7,8 @@ SH3Rel
SH4Dbg
SH4Rel
X86EMDbg
X86EMRel
*.vcp
*.vcl
*.vcb
*.vco
# Microsoft eMbedded Visual Tools Project File - Name="libvlc" - Package Owner=<4>
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32 (WCE SH4) Static Library" 0x8604
# TARGTYPE "Win32 (WCE MIPS) Static Library" 0x8204
# TARGTYPE "Win32 (WCE x86em) Static Library" 0x7f04
# TARGTYPE "Win32 (WCE ARM) Static Library" 0x8504
# TARGTYPE "Win32 (WCE SH3) Static Library" 0x8104
CFG=libvlc - Win32 (WCE MIPS) 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 "libvlc.vcn".
!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 "libvlc.vcn" CFG="libvlc - Win32 (WCE MIPS) Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "libvlc - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Static Library")
!MESSAGE "libvlc - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Static Library")
!MESSAGE "libvlc - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Static Library")
!MESSAGE "libvlc - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Static Library")
!MESSAGE "libvlc - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Static Library")
!MESSAGE "libvlc - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Static Library")
!MESSAGE "libvlc - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Static Library")
!MESSAGE "libvlc - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Static Library")
!MESSAGE "libvlc - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Static Library")
!MESSAGE "libvlc - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
# PROP ATL_Project 2
!IF "$(CFG)" == "libvlc - Win32 (WCE MIPS) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MIPSRel"
# PROP BASE Intermediate_Dir "MIPSRel"
# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "MIPSRel"
# PROP Intermediate_Dir "MIPSRel"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=clmips.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE MIPS) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "MIPSDbg"
# PROP BASE Intermediate_Dir "MIPSDbg"
# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "MIPSDbg"
# PROP Intermediate_Dir "MIPSDbg"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=clmips.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE SH4) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "SH4Rel"
# PROP BASE Intermediate_Dir "SH4Rel"
# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "SH4Rel"
# PROP Intermediate_Dir "SH4Rel"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE SH4) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "SH4Dbg"
# PROP BASE Intermediate_Dir "SH4Dbg"
# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "SH4Dbg"
# PROP Intermediate_Dir "SH4Dbg"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE SH3) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "SH3Rel"
# PROP BASE Intermediate_Dir "SH3Rel"
# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "SH3Rel"
# PROP Intermediate_Dir "SH3Rel"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE SH3) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "SH3Dbg"
# PROP BASE Intermediate_Dir "SH3Dbg"
# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "SH3Dbg"
# PROP Intermediate_Dir "SH3Dbg"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE ARM) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "ARMRel"
# PROP BASE Intermediate_Dir "ARMRel"
# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "ARMRel"
# PROP Intermediate_Dir "ARMRel"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=clarm.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE ARM) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "ARMDbg"
# PROP BASE Intermediate_Dir "ARMDbg"
# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "ARMDbg"
# PROP Intermediate_Dir "ARMDbg"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=clarm.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE x86em) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "X86EMRel"
# PROP BASE Intermediate_Dir "X86EMRel"
# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "X86EMRel"
# PROP Intermediate_Dir "X86EMRel"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Oxs /Gz /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Oxs /Gz /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ELSEIF "$(CFG)" == "libvlc - Win32 (WCE x86em) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "X86EMDbg"
# PROP BASE Intermediate_Dir "X86EMDbg"
# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "X86EMDbg"
# PROP Intermediate_Dir "X86EMDbg"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gz /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gz /c
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
!ENDIF
# Begin Target
# Name "libvlc - Win32 (WCE MIPS) Release"
# Name "libvlc - Win32 (WCE MIPS) Debug"
# Name "libvlc - Win32 (WCE SH4) Release"
# Name "libvlc - Win32 (WCE SH4) Debug"
# Name "libvlc - Win32 (WCE SH3) Release"
# Name "libvlc - Win32 (WCE SH3) Debug"
# Name "libvlc - Win32 (WCE ARM) Release"
# Name "libvlc - Win32 (WCE ARM) Debug"
# Name "libvlc - Win32 (WCE x86em) Release"
# Name "libvlc - Win32 (WCE x86em) Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE="..\src\libvlc.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
# End Source File
# Begin Source File
SOURCE="..\src\libvlc.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
# End Source File
# Begin Group "audio_output"
# Begin Source File
SOURCE="..\src\audio_output\common.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\filters.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\input.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\mixer.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\intf.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\audio_output"
# PROP Output_Dir "MIPSRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\audio_output"
# PROP Output_Dir "MIPSDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\audio_output"
# PROP Output_Dir "SH4Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\audio_output"
# PROP Output_Dir "SH4Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\audio_output"
# PROP Output_Dir "SH3Rel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\audio_output"
# PROP Output_Dir "SH3Dbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\audio_output"
# PROP Output_Dir "ARMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\audio_output"
# PROP Output_Dir "ARMDbg\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\audio_output"
# PROP Output_Dir "X86EMRel\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\audio_output"
# PROP Output_Dir "X86EMDbg\audio_output"
!ENDIF
# End Source File
# End Group
# Begin Group "extras"
# Begin Source File
SOURCE="..\src\extras\dirent.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\dirent.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt1.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\libc.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\extras"
# PROP Output_Dir "MIPSRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\extras"
# PROP Output_Dir "MIPSDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\extras"
# PROP Output_Dir "SH4Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\extras"
# PROP Output_Dir "SH4Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\extras"
# PROP Output_Dir "SH3Rel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\extras"
# PROP Output_Dir "SH3Dbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\extras"
# PROP Output_Dir "ARMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\extras"
# PROP Output_Dir "ARMDbg\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\extras"
# PROP Output_Dir "X86EMRel\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\extras"
# PROP Output_Dir "X86EMDbg\extras"
!ENDIF
# End Source File
# End Group
# Begin Group "input"
# Begin Source File
SOURCE="..\src\input\input.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-plugins.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-intf.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_programs.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_clock.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_info.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\input"
# PROP Output_Dir "MIPSRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\input"
# PROP Output_Dir "MIPSDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\input"
# PROP Output_Dir "SH4Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\input"
# PROP Output_Dir "SH4Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\input"
# PROP Output_Dir "SH3Rel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\input"
# PROP Output_Dir "SH3Dbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\input"
# PROP Output_Dir "ARMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\input"
# PROP Output_Dir "ARMDbg\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\input"
# PROP Output_Dir "X86EMRel\input"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\input"
# PROP Output_Dir "X86EMDbg\input"
!ENDIF
# End Source File
# End Group
# Begin Group "interface"
# Begin Source File
SOURCE="..\src\interface\interface.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\interface"
# PROP Output_Dir "MIPSRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\interface"
# PROP Output_Dir "MIPSDbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\interface"
# PROP Output_Dir "SH4Rel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\interface"
# PROP Output_Dir "SH4Dbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\interface"
# PROP Output_Dir "SH3Rel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\interface"
# PROP Output_Dir "SH3Dbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\interface"
# PROP Output_Dir "ARMRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\interface"
# PROP Output_Dir "ARMDbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\interface"
# PROP Output_Dir "X86EMRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\interface"
# PROP Output_Dir "X86EMDbg\interface"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\interface\intf_eject.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\interface"
# PROP Output_Dir "MIPSRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\interface"
# PROP Output_Dir "MIPSDbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\interface"
# PROP Output_Dir "SH4Rel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\interface"
# PROP Output_Dir "SH4Dbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\interface"
# PROP Output_Dir "SH3Rel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\interface"
# PROP Output_Dir "SH3Dbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\interface"
# PROP Output_Dir "ARMRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\interface"
# PROP Output_Dir "ARMDbg\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\interface"
# PROP Output_Dir "X86EMRel\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\interface"
# PROP Output_Dir "X86EMDbg\interface"
!ENDIF
# End Source File
# End Group
# Begin Group "misc"
# Begin Source File
SOURCE="..\src\misc\mtime.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\modules.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\threads.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\cpu.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\configuration.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\netutils.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\iso_lang.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\iso-639_def.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\messages.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\objects.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\variables.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\error.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\win32_specific.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\misc"
# PROP Output_Dir "MIPSRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\misc"
# PROP Output_Dir "MIPSDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\misc"
# PROP Output_Dir "SH4Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\misc"
# PROP Output_Dir "SH4Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\misc"
# PROP Output_Dir "SH3Rel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\misc"
# PROP Output_Dir "SH3Dbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\misc"
# PROP Output_Dir "ARMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\misc"
# PROP Output_Dir "ARMDbg\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\misc"
# PROP Output_Dir "X86EMRel\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\misc"
# PROP Output_Dir "X86EMDbg\misc"
!ENDIF
# End Source File
# End Group
# Begin Group "playlist"
# Begin Source File
SOURCE="..\src\playlist\playlist.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\playlist"
# PROP Output_Dir "MIPSRel\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\playlist"
# PROP Output_Dir "MIPSDbg\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\playlist"
# PROP Output_Dir "SH4Rel\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\playlist"
# PROP Output_Dir "SH4Dbg\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\playlist"
# PROP Output_Dir "SH3Rel\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\playlist"
# PROP Output_Dir "SH3Dbg\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\playlist"
# PROP Output_Dir "ARMRel\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\playlist"
# PROP Output_Dir "ARMDbg\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\playlist"
# PROP Output_Dir "X86EMRel\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\playlist"
# PROP Output_Dir "X86EMDbg\playlist"
!ENDIF
# End Source File
# End Group
# Begin Group "stream_output"
# Begin Source File
SOURCE="..\src\stream_output\stream_output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\stream_output"
# PROP Output_Dir "MIPSRel\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\stream_output"
# PROP Output_Dir "MIPSDbg\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\stream_output"
# PROP Output_Dir "SH4Rel\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\stream_output"
# PROP Output_Dir "SH4Dbg\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\stream_output"
# PROP Output_Dir "SH3Rel\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\stream_output"
# PROP Output_Dir "SH3Dbg\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\stream_output"
# PROP Output_Dir "ARMRel\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\stream_output"
# PROP Output_Dir "ARMDbg\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\stream_output"
# PROP Output_Dir "X86EMRel\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\stream_output"
# PROP Output_Dir "X86EMDbg\stream_output"
!ENDIF
# End Source File
# End Group
# Begin Group "video_output"
# Begin Source File
SOURCE="..\src\video_output\video_output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_pictures.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_pictures.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\video_text.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\video_text.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_subpictures.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP Intermediate_Dir "MIPSRel\video_output"
# PROP Output_Dir "MIPSRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP Intermediate_Dir "MIPSDbg\video_output"
# PROP Output_Dir "MIPSDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP Intermediate_Dir "SH4Rel\video_output"
# PROP Output_Dir "SH4Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP Intermediate_Dir "SH4Dbg\video_output"
# PROP Output_Dir "SH4Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP Intermediate_Dir "SH3Rel\video_output"
# PROP Output_Dir "SH3Rel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP Intermediate_Dir "SH3Dbg\video_output"
# PROP Output_Dir "SH3Dbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP Intermediate_Dir "ARMRel\video_output"
# PROP Output_Dir "ARMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP Intermediate_Dir "ARMDbg\video_output"
# PROP Output_Dir "ARMDbg\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP Intermediate_Dir "X86EMRel\video_output"
# PROP Output_Dir "X86EMRel\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP Intermediate_Dir "X86EMDbg\video_output"
# PROP Output_Dir "X86EMDbg\video_output"
!ENDIF
# End Source File
# End Group
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE="..\include\aout_internal.h"
# End Source File
# Begin Source File
SOURCE="..\include\audio_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\beos_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\configuration.h"
# End Source File
# Begin Source File
SOURCE="..\include\darwin_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\codecs.h"
# End Source File
# Begin Source File
SOURCE="..\include\error.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-dec.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-intf.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-plugins.h"
# End Source File
# Begin Source File
SOURCE="..\include\interface.h"
# End Source File
# Begin Source File
SOURCE="..\include\intf_eject.h"
# End Source File
# Begin Source File
SOURCE="..\include\iso_lang.h"
# End Source File
# Begin Source File
SOURCE="..\include\main.h"
# End Source File
# Begin Source File
SOURCE="..\include\mmx.h"
# End Source File
# Begin Source File
SOURCE="..\include\modules.h"
# End Source File
# Begin Source File
SOURCE="..\include\modules_inner.h"
# End Source File
# Begin Source File
SOURCE="..\include\mtime.h"
# End Source File
# Begin Source File
SOURCE="..\include\netutils.h"
# End Source File
# Begin Source File
SOURCE="..\include\network.h"
# End Source File
# Begin Source File
SOURCE="..\include\os_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\stream_control.h"
# End Source File
# Begin Source File
SOURCE="..\include\stream_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\variables.h"
# End Source File
# Begin Source File
SOURCE="..\include\video.h"
# End Source File
# Begin Source File
SOURCE="..\include\video_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_common.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_config.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_cpu.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_messages.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_objects.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_playlist.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_threads.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_threads_funcs.h"
# End Source File
# Begin Source File
SOURCE="..\include\win32_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_symbols.h"
# End Source File
# Begin Group "vlc"
# Begin Source File
SOURCE="..\include\vlc\vlc.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\aout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\vout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\sout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\decoder.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\input.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\intf.h"
# End Source File
# End Group
# End Group
# End Target
# End Project
# Microsoft eMbedded Visual Tools Project File - Name="vlc" - Package Owner=<4>
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32 (WCE ARM) Application" 0x8501
# TARGTYPE "Win32 (WCE x86em) Application" 0x7f01
# TARGTYPE "Win32 (WCE SH3) Application" 0x8101
# TARGTYPE "Win32 (WCE SH4) Application" 0x8601
# TARGTYPE "Win32 (WCE MIPS) Application" 0x8201
CFG=vlc - Win32 (WCE MIPS) 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 "vlc.vcn".
!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 "vlc.vcn" CFG="vlc - Win32 (WCE MIPS) Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "vlc - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
!MESSAGE "vlc - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
!MESSAGE "vlc - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Application")
!MESSAGE "vlc - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Application")
!MESSAGE "vlc - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Application")
!MESSAGE "vlc - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Application")
!MESSAGE "vlc - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Application")
!MESSAGE "vlc - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Application")
!MESSAGE "vlc - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Application")
!MESSAGE "vlc - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
# PROP ATL_Project 2
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "MIPSRel"
# PROP BASE Intermediate_Dir "MIPSRel"
# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "MIPSRel"
# PROP Intermediate_Dir "MIPSRel"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
CPP=clmips.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Yu"stdafx.h" /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Oxs /M$(CECrtMT) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "MIPSDbg"
# PROP BASE Intermediate_Dir "MIPSDbg"
# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "MIPSDbg"
# PROP Intermediate_Dir "MIPSDbg"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
CPP=clmips.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /M$(CECrtMTDebug) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "SH4Rel"
# PROP BASE Intermediate_Dir "SH4Rel"
# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "SH4Rel"
# PROP Intermediate_Dir "SH4Rel"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Yu"stdafx.h" /Qsh4 /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Qsh4 /Oxs /M$(CECrtMT) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "SH4Dbg"
# PROP BASE Intermediate_Dir "SH4Dbg"
# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "SH4Dbg"
# PROP Intermediate_Dir "SH4Dbg"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /Qsh4 /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Qsh4 /M$(CECrtMTDebug) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "SH3Rel"
# PROP BASE Intermediate_Dir "SH3Rel"
# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "SH3Rel"
# PROP Intermediate_Dir "SH3Rel"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Yu"stdafx.h" /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Oxs /M$(CECrtMT) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "SH3Dbg"
# PROP BASE Intermediate_Dir "SH3Dbg"
# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "SH3Dbg"
# PROP Intermediate_Dir "SH3Dbg"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
CPP=shcl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /M$(CECrtMTDebug) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "ARMRel"
# PROP BASE Intermediate_Dir "ARMRel"
# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "ARMRel"
# PROP Intermediate_Dir "ARMRel"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
CPP=clarm.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Yu"stdafx.h" /Oxs /M$(CECrtMT) /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Oxs /M$(CECrtMT) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "ARMDbg"
# PROP BASE Intermediate_Dir "ARMDbg"
# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "ARMDbg"
# PROP Intermediate_Dir "ARMDbg"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
CPP=clarm.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /M$(CECrtMTDebug) /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /M$(CECrtMTDebug) /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "X86EMRel"
# PROP BASE Intermediate_Dir "X86EMRel"
# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "X86EMRel"
# PROP Intermediate_Dir "X86EMRel"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
CPP=cl.exe
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /Yu"stdafx.h" /Gz /Oxs /c
# ADD CPP /nologo /W3 /I "." /I "..\include" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /Gz /Oxs /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /subsystem:windows /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "X86EMDbg"
# PROP BASE Intermediate_Dir "X86EMDbg"
# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "X86EMDbg"
# PROP Intermediate_Dir "X86EMDbg"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
CPP=cl.exe
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "i486" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /Yu"stdafx.h" /Gz /c
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "DEBUG" /D "i486" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /Gz /c
# SUBTRACT CPP /YX /Yc /Yu
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
!ENDIF
# Begin Target
# Name "vlc - Win32 (WCE MIPS) Release"
# Name "vlc - Win32 (WCE MIPS) Debug"
# Name "vlc - Win32 (WCE SH4) Release"
# Name "vlc - Win32 (WCE SH4) Debug"
# Name "vlc - Win32 (WCE SH3) Release"
# Name "vlc - Win32 (WCE SH3) Debug"
# Name "vlc - Win32 (WCE ARM) Release"
# Name "vlc - Win32 (WCE ARM) Debug"
# Name "vlc - Win32 (WCE x86em) Release"
# Name "vlc - Win32 (WCE x86em) Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE="..\evc\vlc.c"
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=..\share\vlc_wince_rc.rc
!IF "$(CFG)" == "vlc - Win32 (WCE MIPS) Release"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE MIPS) Debug"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Release"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH4) Debug"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Release"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE SH3) Debug"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Release"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE ARM) Debug"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Release"
!ELSEIF "$(CFG)" == "vlc - Win32 (WCE x86em) Debug"
!ENDIF
# End Source File
# End Group
# End Target
# End Project
......@@ -347,6 +347,75 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name plugin_a52tospdif
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_access_file
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_dummy
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_es
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_fixed32tofloat32
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_fixed32tos16
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_i420_rgb
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_i420_yuy2
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_i422_yuy2
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_idct
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_idctclassic
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_linear_resampler
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_memcpy
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_motion
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_mpeg_audio
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_mpeg_system
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_mpeg_video
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_ps
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_trivial_channel_mixer
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_trivial_mixer
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_trivial_resampler
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_ts
End Project Dependency
Begin Project Dependency
Project_Dep_Name plugin_waveout
End Project Dependency
Begin Project Dependency
Project_Dep_Name libvlc
End Project Dependency
......
Debug
Release
vlc.ncb
vlc.opt
vlc.plg
*.dsp
*.ncb
*.opt
*.plg
# Microsoft Developer Studio Project File - Name="libvlc" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=libvlc - 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 "libvlc.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 "libvlc.mak" CFG="libvlc - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "libvlc - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "libvlc - 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)" == "libvlc - 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 /MD /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)" == "libvlc - 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 /MDd /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 "libvlc - Win32 Release"
# Name "libvlc - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE="..\src\libvlc.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
# End Source File
# Begin Source File
SOURCE="..\src\libvlc.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
# End Source File
# Begin Group "audio_output"
# Begin Source File
SOURCE="..\src\audio_output\common.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\filters.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\input.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\mixer.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\audio_output\intf.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\audio_output"
# PROP Output_Dir "Release\audio_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\audio_output"
# PROP Output_Dir "Debug\audio_output"
!ENDIF
# End Source File
# End Group
# Begin Group "extras"
# Begin Source File
SOURCE="..\src\extras\dirent.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\dirent.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\getopt1.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\extras\libc.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\extras"
# PROP Output_Dir "Release\extras"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\extras"
# PROP Output_Dir "Debug\extras"
!ENDIF
# End Source File
# End Group
# Begin Group "input"
# Begin Source File
SOURCE="..\src\input\input.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-plugins.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_ext-intf.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_dec.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_programs.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_clock.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\input\input_info.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\input"
# PROP Output_Dir "Release\input"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\input"
# PROP Output_Dir "Debug\input"
!ENDIF
# End Source File
# End Group
# Begin Group "interface"
# Begin Source File
SOURCE="..\src\interface\interface.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\interface"
# PROP Output_Dir "Release\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\interface"
# PROP Output_Dir "Debug\interface"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\interface\intf_eject.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\interface"
# PROP Output_Dir "Release\interface"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\interface"
# PROP Output_Dir "Debug\interface"
!ENDIF
# End Source File
# End Group
# Begin Group "misc"
# Begin Source File
SOURCE="..\src\misc\mtime.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\modules.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\threads.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\cpu.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\configuration.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\netutils.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\iso_lang.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\iso-639_def.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\messages.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\objects.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\variables.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\error.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\misc\win32_specific.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\misc"
# PROP Output_Dir "Release\misc"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\misc"
# PROP Output_Dir "Debug\misc"
!ENDIF
# End Source File
# End Group
# Begin Group "playlist"
# Begin Source File
SOURCE="..\src\playlist\playlist.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\playlist"
# PROP Output_Dir "Release\playlist"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\playlist"
# PROP Output_Dir "Debug\playlist"
!ENDIF
# End Source File
# End Group
# Begin Group "stream_output"
# Begin Source File
SOURCE="..\src\stream_output\stream_output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\stream_output"
# PROP Output_Dir "Release\stream_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\stream_output"
# PROP Output_Dir "Debug\stream_output"
!ENDIF
# End Source File
# End Group
# Begin Group "video_output"
# Begin Source File
SOURCE="..\src\video_output\video_output.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_pictures.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_pictures.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\video_text.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\video_text.h"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# Begin Source File
SOURCE="..\src\video_output\vout_subpictures.c"
# ADD CPP /D "__VLC__" /D PLUGIN_PATH=\"plugins\" /D DATA_PATH=\"share\"
!IF "$(CFG)" == "vlc - Win32 Release"
# PROP Intermediate_Dir "Release\video_output"
# PROP Output_Dir "Release\video_output"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# PROP Intermediate_Dir "Debug\video_output"
# PROP Output_Dir "Debug\video_output"
!ENDIF
# End Source File
# End Group
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE="..\include\aout_internal.h"
# End Source File
# Begin Source File
SOURCE="..\include\audio_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\beos_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\configuration.h"
# End Source File
# Begin Source File
SOURCE="..\include\darwin_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\codecs.h"
# End Source File
# Begin Source File
SOURCE="..\include\error.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-dec.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-intf.h"
# End Source File
# Begin Source File
SOURCE="..\include\input_ext-plugins.h"
# End Source File
# Begin Source File
SOURCE="..\include\interface.h"
# End Source File
# Begin Source File
SOURCE="..\include\intf_eject.h"
# End Source File
# Begin Source File
SOURCE="..\include\iso_lang.h"
# End Source File
# Begin Source File
SOURCE="..\include\main.h"
# End Source File
# Begin Source File
SOURCE="..\include\mmx.h"
# End Source File
# Begin Source File
SOURCE="..\include\modules.h"
# End Source File
# Begin Source File
SOURCE="..\include\modules_inner.h"
# End Source File
# Begin Source File
SOURCE="..\include\mtime.h"
# End Source File
# Begin Source File
SOURCE="..\include\netutils.h"
# End Source File
# Begin Source File
SOURCE="..\include\network.h"
# End Source File
# Begin Source File
SOURCE="..\include\os_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\stream_control.h"
# End Source File
# Begin Source File
SOURCE="..\include\stream_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\variables.h"
# End Source File
# Begin Source File
SOURCE="..\include\video.h"
# End Source File
# Begin Source File
SOURCE="..\include\video_output.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_common.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_config.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_cpu.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_messages.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_objects.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_playlist.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_threads.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_threads_funcs.h"
# End Source File
# Begin Source File
SOURCE="..\include\win32_specific.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc_symbols.h"
# End Source File
# Begin Group "vlc"
# Begin Source File
SOURCE="..\include\vlc\vlc.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\aout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\vout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\sout.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\decoder.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\input.h"
# End Source File
# Begin Source File
SOURCE="..\include\vlc\intf.h"
# End Source File
# End Group
# End Group
# End Target
# End Project
# Microsoft Developer Studio Project File - Name="plugins" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=plugins - 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 "plugins.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 "plugins.mak" CFG="plugins - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "plugins - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "plugins - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "plugins - 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 Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD -I..\include /c
# ADD BASE RSC /l 0x414 /d "NDEBUG"
# ADD RSC /l 0x414 /d "NDEBUG"
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 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:console /machine:I386
# ADD 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 ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386
!ELSEIF "$(CFG)" == "plugins - 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 Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ -I..\include /c
# ADD BASE RSC /l 0x414 /d "_DEBUG"
# ADD RSC /l 0x809 /i "../" /d "_DEBUG"
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 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:console /debug /machine:I386 /pdbtype:sept
# ADD 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 ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
# Begin Target
# Name "plugins - Win32 Release"
# Name "plugins - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# End Target
# End Project
# Microsoft Developer Studio Project File - Name="vlc" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=vlc - 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 "vlc.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 "vlc.mak" CFG="vlc - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "vlc - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "vlc - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "vlc - 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 Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x414 /d "NDEBUG"
# ADD RSC /l 0x414 /d "NDEBUG"
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 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:console /machine:I386
# ADD 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 ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386
!ELSEIF "$(CFG)" == "vlc - 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 Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x414 /d "_DEBUG"
# ADD RSC /l 0x809 /i "../" /d "_DEBUG"
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 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:console /debug /machine:I386 /pdbtype:sept
# ADD 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 ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
!ENDIF
# Begin Target
# Name "vlc - Win32 Release"
# Name "vlc - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE="..\src\vlc.c"
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=..\share\vlc_win32_rc.rc
!IF "$(CFG)" == "vlc - Win32 Release"
!ELSEIF "$(CFG)" == "vlc - Win32 Debug"
# ADD BASE RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share"
# SUBTRACT BASE RSC /i "../"
# ADD RSC /l 0x40c /i "\vlc-win32\share" /i "\vlc-win\share" /i "../../"
# SUBTRACT RSC /i "../"
!ENDIF
# End Source File
# End Group
# End Target
# End Project
......@@ -4,7 +4,7 @@
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: messages.c,v 1.23 2002/11/13 15:28:24 sam Exp $
* $Id: messages.c,v 1.24 2002/11/20 19:07:27 sam Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -463,7 +463,7 @@ static void PrintMsg ( vlc_object_t * p_this, msg_item_t * p_item )
CE_WRITE( ppsz_type[i_type] );
CE_WRITE( ": " );
CE_WRITE( p_item->psz_msg );
CE_WRITE( "\n" );
CE_WRITE( "\r\n" );
FlushFileBuffers( p_this->p_libvlc->msg_bank.logfile );
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment