]> git.sesse.net Git - vlc/blobdiff - evc/plugins.vcp.in
* backport of [11356]
[vlc] / evc / plugins.vcp.in
index a7f07ac74772dabbf5bfbcb70c3f40a2646e1951..53227186df48e36dd3b38d6b15ef96764bebafc4 100644 (file)
@@ -8,6 +8,7 @@
 # TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202\r
 # TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302\r
 # TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02\r
+# TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302\r
 # TARGTYPE "Win32 (WCE emulator) Dynamic-Link Library" 0xa602\r
 \r
 CFG=plugin_§PLUGIN§ - Win32 (WCE MIPS) Debug\r
@@ -37,6 +38,8 @@ CFG=plugin_
 !MESSAGE "plugin_§PLUGIN§ - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")\r
 !MESSAGE "plugin_§PLUGIN§ - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Dynamic-Link Library")\r
 !MESSAGE "plugin_§PLUGIN§ - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Dynamic-Link Library")\r
+!MESSAGE "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Dynamic-Link Library")\r
+!MESSAGE "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Dynamic-Link Library")\r
 !MESSAGE \r
 \r
 # Begin Project\r
@@ -503,6 +506,70 @@ LINK32=link.exe
 # ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86\r
 # ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86\r
 \r
+!ELSEIF  "$(CFG)" == "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "ARMV4Dbg\plugin_§PLUGIN§"\r
+# PROP BASE Intermediate_Dir "ARMV4Dbg\plugin_§PLUGIN§"\r
+# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"\r
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "ARMV4Dbg\plugin_§PLUGIN§"\r
+# PROP Intermediate_Dir "ARMV4Dbg\plugin_§PLUGIN§"\r
+# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"\r
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"\r
+# PROP Target_Dir ""\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r\r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r\r
+CPP=clarm.exe\r
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c\r
+# ADD CPP /nologo /W3 /Zi /Od /I "." /I "..\include" /D "__VLC__" /D "__PLUGIN__" /D MODULE_NAME=§PLUGIN§ /D "MODULE_NAME_IS_§PLUGIN§" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c\r
+MTL=midl.exe\r
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32\r
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM\r
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM\r
+\r
+!ELSEIF  "$(CFG)" == "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "ARMV4Rel\plugin_§PLUGIN§"\r
+# PROP BASE Intermediate_Dir "ARMV4Rel\plugin_§PLUGIN§"\r
+# PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"\r
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "ARMV4Rel\plugin_§PLUGIN§"\r
+# PROP Intermediate_Dir "ARMV4Rel\plugin_§PLUGIN§"\r
+# PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"\r
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"\r
+# PROP Target_Dir ""\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r\r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r\r
+CPP=clarm.exe\r
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /O2 /M$(CECrtMT) /c\r
+# ADD CPP /nologo /W3 /I "." /I "..\include" /D "__VLC__" /D "__PLUGIN__" /D MODULE_NAME=§PLUGIN§ /D "MODULE_NAME_IS_§PLUGIN§" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /O2 /M$(CECrtMT) /c\r
+MTL=midl.exe\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32\r
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM\r
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM\r
+\r
 !ENDIF \r
 \r
 # Begin Target\r
@@ -521,6 +588,8 @@ LINK32=link.exe
 # Name "plugin_§PLUGIN§ - Win32 (WCE x86) Debug"\r
 # Name "plugin_§PLUGIN§ - Win32 (WCE emulator) Release"\r
 # Name "plugin_§PLUGIN§ - Win32 (WCE emulator) Debug"\r
+# Name "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Release"\r
+# Name "plugin_§PLUGIN§ - Win32 (WCE ARMV4) Debug"\r
 \r
 # Begin Group "Source Files"\r
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r