mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
336 lines
7.0 KiB
XML
336 lines
7.0 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="pymite"
|
|
ProjectGUID="{95D2BB14-A2AD-4CB9-8AEF-EE5F5F9A3C60}"
|
|
RootNamespace="pymite"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="python ../../tools/pmGenPmFeatures.py pmfeatures.py > pmfeatures.h
python ../../tools/pmImgCreator.py -c -s -f pmfeatures.py -o ../../vm/pmstdlib_img.c --native-file=../../vm/pmstdlib_nat.c ../../lib/ipm.py ../../lib/list.py ../../lib/dict.py ../../lib/__bi.py ../../lib/sys.py ../../lib/string.py
python ../../tools/pmImgCreator.py -c -u -f pmfeatures.py -o main_img.c --native-file=main_nat.c main.py
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\vm;..\..\platform\windows"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="main.exe"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="python ../../tools/pmGenPmFeatures.py pmfeatures.py > pmfeatures.h
python ../../tools/pmImgCreator.py -c -s -f pmfeatures.py -o ../../vm/pmstdlib_img.c --native-file=../../vm/pmstdlib_nat.c ../../lib/ipm.py ../../lib/list.py ../../lib/dict.py ../../lib/__bi.py ../../lib/sys.py ../../lib/string.py
python ../../tools/pmImgCreator.py -c -u -f pmfeatures.py -o main_img.c --native-file=main_nat.c main.py
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="..\..\vm;..\..\platform\windows"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="main.exe"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\vm\class.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\codeobj.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\dict.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\float.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\frame.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\func.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\global.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\heap.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\img.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\int.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\interp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\list.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\mem.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\module.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\obj.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\pm.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\seglist.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\seq.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\sli.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\strobj.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\thread.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\tuple.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\vm\pm.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pmfeatures.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdint.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="platform"
|
|
>
|
|
<File
|
|
RelativePath=".\plat.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Main"
|
|
>
|
|
<File
|
|
RelativePath=".\main.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Generated C Sources"
|
|
>
|
|
<File
|
|
RelativePath=".\main_img.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\main_nat.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\pmstdlib_img.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\vm\pmstdlib_nat.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\README"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|