rake-delphi 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/1 +19 -0
- data/Messages.txt +336 -0
- data/lib/rake/common/libstask.rb +1 -0
- data/lib/rake/delphi/dcc32.rb +1 -0
- data/lib/rake/delphi/projectinfo.rb +6 -1
- data/lib/rake/delphi/resources.rb +2 -0
- data/lib/rake/delphi/version.rb +1 -1
- data/rake-delphi.gemspec +11 -2
- data/test/helpers/consts.rb +2 -2
- data/test/resources/testproject/testproject.rc +3 -1
- metadata +8 -47
- data/Gemfile.lock +0 -19
- data/test/resources/testproject/bin/test_compile/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_consts/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.drc +0 -366
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.map +0 -1798
- data/test/resources/testproject/bin/test_compile_defines/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_config/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_library_path/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_resources/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe +0 -0
- data/test/resources/testproject/dcu/ExplicitLibUnit.dcu +0 -0
- data/test/resources/testproject/dcu/LibUnit.dcu +0 -0
- data/test/resources/testproject/testproject.dproj.2007 +0 -77
- data/test/resources/testproject/testproject.exe +0 -0
- data/test/resources/testproject/testproject.identcache +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,77 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
-
<PropertyGroup>
|
4
|
-
<ProjectGuid>{af8ea221-1e83-4b10-930b-73b0e6f4b239}</ProjectGuid>
|
5
|
-
<MainSource>testproject.dpr</MainSource>
|
6
|
-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7
|
-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8
|
-
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
9
|
-
<DCC_DependencyCheckOutputName>testproject.exe</DCC_DependencyCheckOutputName>
|
10
|
-
</PropertyGroup>
|
11
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
12
|
-
<Version>7.0</Version>
|
13
|
-
<DCC_DebugInformation>False</DCC_DebugInformation>
|
14
|
-
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
15
|
-
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
16
|
-
<DCC_Define>RELEASE</DCC_Define>
|
17
|
-
</PropertyGroup>
|
18
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19
|
-
<Version>7.0</Version>
|
20
|
-
<DCC_Define>DEBUG</DCC_Define>
|
21
|
-
<DCC_DebugInformation>False</DCC_DebugInformation>
|
22
|
-
</PropertyGroup>
|
23
|
-
<ProjectExtensions>
|
24
|
-
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
25
|
-
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
26
|
-
<BorlandProject>
|
27
|
-
<BorlandProject> <Delphi.Personality> <Parameters>
|
28
|
-
<Parameters Name="UseLauncher">False</Parameters>
|
29
|
-
<Parameters Name="LoadAllSymbols">True</Parameters>
|
30
|
-
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
31
|
-
</Parameters>
|
32
|
-
<VersionInfo>
|
33
|
-
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
34
|
-
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
35
|
-
<VersionInfo Name="MajorVer">4</VersionInfo>
|
36
|
-
<VersionInfo Name="MinorVer">3</VersionInfo>
|
37
|
-
<VersionInfo Name="Release">2</VersionInfo>
|
38
|
-
<VersionInfo Name="Build">1</VersionInfo>
|
39
|
-
<VersionInfo Name="Debug">False</VersionInfo>
|
40
|
-
<VersionInfo Name="PreRelease">False</VersionInfo>
|
41
|
-
<VersionInfo Name="Special">False</VersionInfo>
|
42
|
-
<VersionInfo Name="Private">False</VersionInfo>
|
43
|
-
<VersionInfo Name="DLL">False</VersionInfo>
|
44
|
-
<VersionInfo Name="Locale">1049</VersionInfo>
|
45
|
-
<VersionInfo Name="CodePage">1251</VersionInfo>
|
46
|
-
</VersionInfo>
|
47
|
-
<VersionInfoKeys>
|
48
|
-
<VersionInfoKeys Name="CompanyName">Rake</VersionInfoKeys>
|
49
|
-
<VersionInfoKeys Name="FileDescription">Test rake-delphi project 2007 description</VersionInfoKeys>
|
50
|
-
<VersionInfoKeys Name="FileVersion">4.3.2.1</VersionInfoKeys>
|
51
|
-
<VersionInfoKeys Name="InternalName">testproject.exe</VersionInfoKeys>
|
52
|
-
<VersionInfoKeys Name="LegalCopyright">Copyright. Копирайт</VersionInfoKeys>
|
53
|
-
<VersionInfoKeys Name="LegalTrademarks">Trademark. Торговая марка</VersionInfoKeys>
|
54
|
-
<VersionInfoKeys Name="OriginalFilename">testproject.exe</VersionInfoKeys>
|
55
|
-
<VersionInfoKeys Name="ProductName">Test rake-delphi project 2007 product name</VersionInfoKeys>
|
56
|
-
<VersionInfoKeys Name="ProductVersion">1.2.3.4</VersionInfoKeys>
|
57
|
-
<VersionInfoKeys Name="Comments">Test project comment</VersionInfoKeys>
|
58
|
-
</VersionInfoKeys>
|
59
|
-
<Excluded_Packages>
|
60
|
-
<Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\rxctl110.bpl">RX Library Component and Tools Package</Excluded_Packages>
|
61
|
-
<Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\JclDeveloperTools110.bpl">JEDI Code Library Developer Tools package</Excluded_Packages>
|
62
|
-
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
63
|
-
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
64
|
-
<Excluded_Packages Name="c:\Program Files\FastReports\FastReport 4\LibD11\frxDB11.bpl">(untitled)</Excluded_Packages>
|
65
|
-
</Excluded_Packages>
|
66
|
-
<Source>
|
67
|
-
<Source Name="MainSource">testproject.dpr</Source>
|
68
|
-
</Source>
|
69
|
-
</Delphi.Personality> </BorlandProject></BorlandProject>
|
70
|
-
</ProjectExtensions>
|
71
|
-
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
72
|
-
<ItemGroup>
|
73
|
-
<DelphiCompile Include="testproject.dpr">
|
74
|
-
<MainSource>MainSource</MainSource>
|
75
|
-
</DelphiCompile>
|
76
|
-
</ItemGroup>
|
77
|
-
</Project>
|
Binary file
|
Binary file
|