Create setup.h when building wxscintilla library.
This library includes some wx headers and so setup.h must be available when it's being compiled but there was no rule to copy it in its projects, so add it now. Closes #13526. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<if cond="SHARED=='1' and MONOLITHIC=='0'">WXUSINGDLL</if>
|
<if cond="SHARED=='1' and MONOLITHIC=='0'">WXUSINGDLL</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<lib id="wxscintilla" template="3rdparty_lib,wxscintilla_cppflags"
|
<lib id="wxscintilla" template="3rdparty_lib,wxscintilla_cppflags,msvc_setup_h"
|
||||||
cond="USE_STC=='1' and BUILDING_LIB=='1'">
|
cond="USE_STC=='1' and BUILDING_LIB=='1'">
|
||||||
<if cond="FORMAT!='autoconf'">
|
<if cond="FORMAT!='autoconf'">
|
||||||
<include>$(SETUPHDIR)</include>
|
<include>$(SETUPHDIR)</include>
|
||||||
|
@@ -785,6 +785,172 @@
|
|||||||
RelativePath="..\..\src\stc\scintilla\src\XPM.cxx">
|
RelativePath="..\..\src\stc\scintilla\src\XPM.cxx">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\genrcdefs.h">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\setup.h">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"/>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\univ\setup.h">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
|
@@ -1096,6 +1096,216 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\genrcdefs.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\setup.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
/>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\univ\setup.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
|
@@ -1092,6 +1092,216 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\genrcdefs.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_lib\mswunivu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivud\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h""
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
AdditionalDependencies=""..\..\lib\vc_dll\mswunivu\wx\msw""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\msw\setup.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
/>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\wx\univ\setup.h"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_lib\mswunivu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Debug|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Release|Win32"
|
||||||
|
/>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivud\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="DLL Universal Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
Outputs="..\..\lib\vc_dll\mswunivu\wx\setup.h"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
||||||
|
@@ -652,6 +652,239 @@ SOURCE=..\..\src\stc\scintilla\src\WindowAccessor.cxx
|
|||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\stc\scintilla\src\XPM.cxx
|
SOURCE=..\..\src\stc\scintilla\src\XPM.cxx
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Header Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter ""
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "wxscintilla - Win32 DLL Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswunivu\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswunivud\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswunivu\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswunivud\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h
|
||||||
|
InputPath=..\..\include\wx\msw\genrcdefs.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw"
|
||||||
|
cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\wx\msw\setup.h
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "wxscintilla - Win32 DLL Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\msw\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\msw\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\msw\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\msw\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\wx\univ\setup.h
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "wxscintilla - Win32 DLL Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\univ\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\univ\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Release"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Release"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\univ\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h
|
||||||
|
InputPath=..\..\include\wx\univ\setup.h
|
||||||
|
|
||||||
|
"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
|
||||||
|
|
||||||
|
# Begin Custom Build -
|
||||||
|
|
||||||
|
# End Custom Build
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# End Target
|
# End Target
|
||||||
|
Reference in New Issue
Block a user