From b6c0c68dddcd6d40060f312d76433112af93a971 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 19 Aug 2004 06:13:50 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ORTrefactor_2'. --- templates/em3.mpd | 330 ------------------------------------------------------ templates/vc6.mpd | 319 ---------------------------------------------------- 2 files changed, 649 deletions(-) delete mode 100644 templates/em3.mpd delete mode 100644 templates/vc6.mpd diff --git a/templates/em3.mpd b/templates/em3.mpd deleted file mode 100644 index 0696a01c..00000000 --- a/templates/em3.mpd +++ /dev/null @@ -1,330 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="<%project_name%>" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -<%foreach(platforms)%> -# TARGTYPE "<%operating_system("Win32")%> (<%platform%>) <%type_description("Dynamic-Link Library")%>" <%type_code%> -<%endfor%> - -CFG=<%project_name%> - <%operating_system("Win32")%> (<%default_platform%>) <%default_configuration%> -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE run the tool that generated this project file and specify the -!MESSAGE nmake output type. You can then use the following command: -!MESSAGE -!MESSAGE NMAKE /f "<%make_file_name%>". -!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 "<%make_file_name%>" CFG="<%project_name%> - <%operating_system%> (<%default_platform%>) <%default_configuration%>" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -<%foreach(platforms)%> -<%foreach(configurations)%> -!MESSAGE "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" (based on "<%operating_system%> (<%platform%>) <%type_description%>") -<%endfor%> -<%endfor%> -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project <%atl_project("2")%> - -<%foreach(platforms)%> -<%foreach(configurations)%> -!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" - -# PROP Use_MFC <%use_mfc("0")%> -# PROP Use_Debug_Libraries <%use_debug_libraries("1")%> -<%if(exename)%> -# PROP Output_Dir "<%output_dir%>\<%machine%>" -<%endif%> -<%if(type_is_static)%> -# PROP Output_Dir "<%output_dir%>\<%machine%>" -<%endif%> -<%if(type_is_dynamic)%> -# PROP Output_Dir "<%libout%>\<%machine%>" -<%endif%> -# PROP Intermediate_Dir "<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>" -# PROP CPU_ID "{<%cpu_id%>}" -# PROP Platform_ID "{<%platform_id%>}" -<%if(type_is_dynamic)%> -# PROP Ignore_Export_Lib 0 -<%endif%> -# PROP Target_Dir "" -<%if(type_is_static)%> -LINK32=link.exe -lib -<%endif%> -RSC=rc.exe -# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CePlatform)"<%foreach(defines common_defines cpu_defines macros)%> /d <%define%><%endfor%><%foreach(includes)%> /i "<%include%>"<%endfor%> /r -CPP=<%cpp("cl.exe")%> -# ADD CPP /nologo <%if(optimize)%>/O2<%else%>/Ob0<%endif%> <%compile_flags%> <%cpu_options%> <%foreach(includes)%>/I "<%include%>" <%endfor%>/D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) <%foreach(defines common_defines cpu_defines macros)%>/D <%define%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>/D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>/D <%staticflag%> <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(project_file)%>\<%machine%>\<%noextension(pch_header)%>.pch" <%endif%>/FR /FD /Gy /c -<%if(compile_flags_removed)%> -# SUBTRACT CPP <%compile_flags_removed%> -<%endif%> -BSC32=bscmake.exe -# ADD BSC32 /nologo <%if(sharedname || staticname)%>/o"<%libout%>\<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.bsc"<%endif%> -<%if(type_is_binary)%> -LINK32=link.exe -# ADD LINK32 <%systemlibs("winsock.lib commctrl.lib coredll.lib iphlpapi.lib")%><%if(link_options)%> <%link_options%><%endif%> /INCREMENTAL:<%incremental("NO")%> <%foreach(pure_libs)%><%pure_lib%> <%endfor%><%foreach(lit_libs)%><%lit_lib%>.lib <%endfor%><%foreach(libs)%><%lib%><%lib_modifier%>.lib <%endfor%><%foreach(libpaths)%>/libpath:"<%libpath%>\<%machine%>" <%endfor%>/nologo /base:"<%base("0x00100000")%>" <%stack%><%if(type_is_dynamic)%> /entry:"_DllMainCRTStartup"<%endif%> /nodefaultlib:"$(CENoDefaultLib)" /version:<%version("1.0")%> /subsystem:$(CESubsystem) /align:"<%align("4096")%>"<%if(pdb)%><%if(sharedname)%> /pdb:"<%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%sharedname%><%lib_modifier%>.pdb"<%else%><%if(exename)%> /pdb:"<%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%>.pdb"<%endif%><%endif%><%endif%> <%if(type_is_dynamic)%> /dll<%endif%> <%if(use_debug_libraries)%>/debug<%endif%> /machine:<%machine%> /out:"<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%machine%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%machine%>\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%>.exe<%endif%>" -<%if(link_flags_removed)%> -# SUBTRACT LINK32 <%link_flags_removed%> -<%endif%> -<%endif%> -<%if(type_is_static)%> -LIB32=link.exe -lib -# ADD LIB32 /nologo /out:"<%libout%>\<%machine%>\<%staticname%><%lib_modifier%>.lib" -<%endif%> - -<%endfor%> -!ENDIF -<%endfor%> - - -# Begin Target - -<%foreach(platforms)%> -<%foreach(configurations)%> -# Name "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" -<%endfor%> -<%endfor%> -<%if(exename || sharedname || staticname)%> -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;cxx;c" -<%if(pch_source)%> -<%if(pch_header)%> -# Begin Source File - -SOURCE="<%pch_source%>" -# ADD CPP /Yc"<%pch_header%>" -# End Source File -<%endif%> -<%endif%> -<%if(grouped_source_files)%> -<%foreach(grouped_source_files)%> -# Begin Group "<%grouped_source_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_source_file->files)%> -# Begin Source File - -SOURCE="<%grouped_source_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(source_files)%> -# Begin Source File - -SOURCE="<%source_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(header_files)%> -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hh" -<%if(pch_header)%> -# Begin Source File - -SOURCE="<%pch_header%>" -# End Source File -<%endif%> -<%if(grouped_header_files)%> -<%foreach(grouped_header_files)%> -# Begin Group "<%grouped_header_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_header_file->files)%> -# Begin Source File - -SOURCE="<%grouped_header_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(header_files)%> -# Begin Source File - -SOURCE="<%header_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(inline_files)%> -# Begin Group "Inline Files" - -# PROP Default_Filter "i;inl" -<%if(grouped_inline_files)%> -<%foreach(grouped_inline_files)%> -# Begin Group "<%grouped_inline_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_inline_file->files)%> -# Begin Source File - -SOURCE="<%grouped_inline_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(inline_files)%> -# Begin Source File - -SOURCE="<%inline_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(template_files)%> -# Begin Group "Template Files" - -# PROP Default_Filter "" -<%if(grouped_template_files)%> -<%foreach(grouped_template_files)%> -# Begin Group "<%grouped_template_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_template_file->files)%> -# Begin Source File - -SOURCE="<%grouped_template_file->file%>" -# PROP Exclude_From_Build 1 -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(template_files)%> -# Begin Source File - -SOURCE="<%template_file%>" -# PROP Exclude_From_Build 1 -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(documentation_files)%> -# Begin Group "Documentation" - -# PROP Default_Filter "" -<%if(grouped_documentation_files)%> -<%foreach(grouped_documentation_files)%> -# Begin Group "<%grouped_documentation_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_documentation_file->files)%> -# Begin Source File - -SOURCE="<%grouped_documentation_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(documentation_files)%> -# Begin Source File - -SOURCE="<%documentation_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(resource_files && !type_is_static)%> -# Begin Group "Resource Files" - -# PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" -<%if(grouped_resource_files)%> -<%foreach(grouped_resource_files)%> -# Begin Group "<%grouped_resource_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_resource_file->files)%> -# Begin Source File - -SOURCE="<%grouped_resource_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(resource_files)%> -# Begin Source File - -SOURCE="<%resource_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%foreach(custom_types)%> -# Begin Group "<%ucw(custom_type)%>" - -# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>" -<%foreach(custom_type->input_files)%> -<%if(custom_type->input_file->output_files)%> -# Begin Source File - -SOURCE="<%custom_type->input_file%>" - -<%foreach(platforms)%> -<%foreach(configurations)%> -!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%operating_system%> (<%platform%>) <%configuration%>" - -<%if(custom_type->dependent)%> -USERDEP__<%basenoextension(custom_type->input_file)%>=<%custom_type->command%>.exe -<%endif%> -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Invoking <%custom_type->command%> on $(InputPath) -InputPath="<%custom_type->input_file%>" - -BuildCmds= \ -<%if(custom_type->libpath)%> - PATH=%PATH%;<%custom_type->libpath%> \ -<%endif%> - <%custom_type->command%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> $(InputPath)<%if(custom_type->output_option)%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%endif%> \ -<%if(custom_type->postcommand)%> -<%foreach(custom_type->input_file->output_files)%> - <%custom_type->postcommand()%> \ -<%endfor%> -<%endif%> -<%if(pch_header)%> -<%if(custom_type->pch_postrule)%> -<%foreach(custom_type->input_file->source_output_files)%> - echo #include "<%pch_header%>" > temporary.src \ - type <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%> >> temporary.src \ - move /y temporary.src <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%> -<%endfor%> -<%endif%> -<%endif%> -<%foreach(custom_type->input_file->output_files)%> - -"<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%>" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -<%endfor%> -# End Custom Build - -<%endfor%> -!ENDIF -<%endfor%> - -# End Source File -<%endif%> -<%endfor%> -# End Group -<%endfor%> -# End Target -# End Project diff --git a/templates/vc6.mpd b/templates/vc6.mpd deleted file mode 100644 index 3d6dcbe7..00000000 --- a/templates/vc6.mpd +++ /dev/null @@ -1,319 +0,0 @@ -# Microsoft Developer Studio Project File - Name="<%project_name%>" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "<%platform("Win32")%> (<%platform_hardware("x86")%>) <%type_description("Dynamic-Link Library")%>" <%type_code("0x0102")%> - -CFG=<%project_name%> - <%platform("Win32")%> <%default_configuration("Debug")%> -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE run the tool that generated this project file and specify the -!MESSAGE nmake output type. You can then use the following command: -!MESSAGE -!MESSAGE NMAKE /f "<%make_file_name%>". -!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 "<%make_file_name%>" CFG="<%project_name%> - <%platform%> <%default_configuration%>" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -<%foreach(configurations)%> -!MESSAGE "<%project_name%> - <%platform%> <%configuration%>" (based on "<%platform%> (<%platform_hardware%>) <%type_description%>") -<%endfor%> -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -<%foreach(configurations)%> -!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%platform%> <%configuration%>" - -# PROP Use_MFC <%use_mfc("0")%> -# PROP Use_Debug_Libraries <%use_debug_libraries("1")%> -<%if(exename)%> -# PROP Output_Dir "<%output_dir%>" -<%endif%> -<%if(type_is_static)%> -# PROP Output_Dir "<%output_dir%>" -<%endif%> -<%if(type_is_dynamic)%> -# PROP Output_Dir "<%libout%>" -<%endif%> -# PROP Intermediate_Dir "<%intermediate_dir%>\<%noextension(project_file)%>" -<%if(type_is_dynamic)%> -# PROP Ignore_Export_Lib 0 -<%endif%> -# PROP Target_Dir "" -<%if(type_is_static)%> -LINK32=link.exe -lib -<%endif%> -# ADD CPP /nologo <%if(optimize)%>/O2<%else%>/Ob0<%endif%> <%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%><%foreach(defines common_defines macros)%>/D <%define%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>/D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>/D <%staticflag%> <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(project_file)%>\<%noextension(pch_header)%>.pch" <%endif%>/FD /c -<%if(compile_flags_removed)%> -# SUBTRACT CPP <%compile_flags_removed%> -<%endif%> -<%if(midl_includes)%># ADD MTL <%foreach(midl_includes)%>/I "<%midl_include%>" <%endfor%><%endif%> -# ADD MTL <%foreach(defines)%>/D "<%define%>" <%endfor%><%foreach(midl_defines)%>/D "<%midl_define%>" <%endfor%><%midl_flags%> -# ADD RSC /l 0x409<%foreach(defines macros)%> /d <%define%><%endfor%><%foreach(includes)%> /i "<%include%>"<%endfor%> -BSC32=bscmake.exe -# ADD BSC32 /nologo <%if(sharedname || staticname)%>/o"<%libout%>\<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.bsc"<%endif%> -<%if(type_is_binary)%> -LINK32=link.exe -# ADD LINK32 <%systemlibs("advapi32.lib user32.lib")%><%if(link_options)%> <%link_options%><%endif%> /INCREMENTAL:<%incremental("NO")%> <%foreach(pure_libs)%><%pure_lib%> <%endfor%><%foreach(lit_libs)%><%lit_lib%>.lib <%endfor%><%foreach(libs)%><%lib%><%lib_modifier%>.lib <%endfor%><%foreach(libpaths)%>/libpath:"<%libpath%>" <%endfor%>/nologo /version:<%version("1.0")%> /subsystem:<%subsystem("windows")%><%if(pdb)%><%if(sharedname)%> /pdb:"<%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%sharedname%><%lib_modifier%>.pdb"<%else%><%if(exename)%> /pdb:"<%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%>.pdb"<%endif%><%endif%><%endif%><%if(type_is_dynamic)%> /dll<%endif%> <%debug_switch("/debug")%> /machine:<%machine("I386")%> /out:"<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%>.exe<%endif%>" -<%if(link_flags_removed)%> -# SUBTRACT LINK32 <%link_flags_removed%> -<%endif%> -<%endif%> -<%if(type_is_static)%> -LIB32=link.exe -lib -# ADD LIB32 /nologo /out:"<%libout%>\<%staticname%><%lib_modifier%>.lib" -<%endif%> - -<%endfor%> -!ENDIF - -# Begin Target - -<%foreach(configurations)%> -# Name "<%project_name%> - <%platform%> <%configuration%>" -<%endfor%> -<%if(exename || sharedname || staticname)%> -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;cxx;c" -<%if(pch_source)%> -<%if(pch_header)%> -# Begin Source File - -SOURCE="<%pch_source%>" -# ADD CPP /Yc"<%pch_header%>" -# End Source File -<%endif%> -<%endif%> -<%if(grouped_source_files)%> -<%foreach(grouped_source_files)%> -# Begin Group "<%grouped_source_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_source_file->files)%> -# Begin Source File - -SOURCE="<%grouped_source_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(source_files)%> -# Begin Source File - -SOURCE="<%source_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(header_files)%> -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hh" -<%if(pch_header)%> -# Begin Source File - -SOURCE="<%pch_header%>" -# End Source File -<%endif%> -<%if(grouped_header_files)%> -<%foreach(grouped_header_files)%> -# Begin Group "<%grouped_header_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_header_file->files)%> -# Begin Source File - -SOURCE="<%grouped_header_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(header_files)%> -# Begin Source File - -SOURCE="<%header_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(inline_files)%> -# Begin Group "Inline Files" - -# PROP Default_Filter "i;inl" -<%if(grouped_inline_files)%> -<%foreach(grouped_inline_files)%> -# Begin Group "<%grouped_inline_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_inline_file->files)%> -# Begin Source File - -SOURCE="<%grouped_inline_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(inline_files)%> -# Begin Source File - -SOURCE="<%inline_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(template_files)%> -# Begin Group "Template Files" - -# PROP Default_Filter "" -<%if(grouped_template_files)%> -<%foreach(grouped_template_files)%> -# Begin Group "<%grouped_template_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_template_file->files)%> -# Begin Source File - -SOURCE="<%grouped_template_file->file%>" -# PROP Exclude_From_Build 1 -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(template_files)%> -# Begin Source File - -SOURCE="<%template_file%>" -# PROP Exclude_From_Build 1 -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(documentation_files)%> -# Begin Group "Documentation" - -# PROP Default_Filter "" -<%if(grouped_documentation_files)%> -<%foreach(grouped_documentation_files)%> -# Begin Group "<%grouped_documentation_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_documentation_file->files)%> -# Begin Source File - -SOURCE="<%grouped_documentation_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(documentation_files)%> -# Begin Source File - -SOURCE="<%documentation_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%if(resource_files && !type_is_static)%> -# Begin Group "Resource Files" - -# PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" -<%if(grouped_resource_files)%> -<%foreach(grouped_resource_files)%> -# Begin Group "<%grouped_resource_file%>" - -# PROP Default_Filter "" -<%foreach(grouped_resource_file->files)%> -# Begin Source File - -SOURCE="<%grouped_resource_file->file%>" -# End Source File -<%endfor%> -# End Group -<%endfor%> -<%else%> -<%foreach(resource_files)%> -# Begin Source File - -SOURCE="<%resource_file%>" -# End Source File -<%endfor%> -<%endif%> -# End Group -<%endif%> -<%foreach(custom_types)%> -# Begin Group "<%ucw(custom_type)%>" - -# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>" -<%foreach(custom_type->input_files)%> -<%if(custom_type->input_file->output_files)%> -# Begin Source File - -SOURCE="<%custom_type->input_file%>" - -<%foreach(configurations)%> -!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%platform%> <%configuration%>" - -<%if(custom_type->dependent)%> -USERDEP__<%basenoextension(custom_type->input_file)%>=<%custom_type->command%>.exe -<%endif%> -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Invoking <%custom_type->command%> on $(InputPath) -InputPath="<%custom_type->input_file%>" - -BuildCmds= \ -<%if(custom_type->libpath)%> - PATH=%PATH%;<%custom_type->libpath%> \ -<%endif%> - <%custom_type->command%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> $(InputPath)<%if(custom_type->output_option)%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%endif%> \ -<%if(custom_type->postcommand)%> -<%foreach(custom_type->input_file->output_files)%> - <%custom_type->postcommand()%> \ -<%endfor%> -<%endif%> -<%if(pch_header)%> -<%if(custom_type->pch_postrule)%> -<%foreach(custom_type->input_file->source_output_files)%> - echo #include "<%pch_header%>" > temporary.src \ - type <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%> >> temporary.src \ - move /y temporary.src <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->source_output_file)%><%else%><%custom_type->input_file->source_output_file%><%endif%> -<%endfor%> -<%endif%> -<%endif%> -<%foreach(custom_type->input_file->output_files)%> - -"<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%>" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - $(BuildCmds) -<%endfor%> -# End Custom Build - -<%endfor%> -!ENDIF - -# End Source File -<%endif%> -<%endfor%> -# End Group -<%endfor%> -# End Target -# End Project -- cgit v1.2.1