Skip to content

Commit

Permalink
Macros com informações da compilação e macros para inserir variáveis …
Browse files Browse the repository at this point in the history
…de ambiente em tempo de compilação: %FILE, %LINE, %VERSION, %DATE, %TIME, %TARGETOS, %TARGETCPU e %<variável de ambiente>
  • Loading branch information
wanderlan.anjos committed Sep 22, 2010
1 parent 0235472 commit 7d34442
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 315 deletions.
4 changes: 2 additions & 2 deletions LLVM_Pascal.bdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Compiler>
<Compiler Name="A">1</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="C">0</Compiler>
<Compiler Name="D">1</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
Expand Down Expand Up @@ -130,7 +130,7 @@
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams">"C:\Arquivos de programas\Borland\BDS\4.0\source\*.pas" -fi"C:\Arquivos de programas\Borland\BDS\4.0\source\dunit\contrib\dunitwizard\source\common\" -v1 -vmE130,E139</Parameters>
<Parameters Name="RunParams">testsuite\*.pas</Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
Expand Down
4 changes: 2 additions & 2 deletions LLVM_Pascal.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Tests:
{$APPTYPE CONSOLE}

uses
SysUtils, Parser, CompilerUtils;
SysUtils, Scanner, Parser, CompilerUtils;

var
Compiler : TParser;

begin
if not FindCmdLineSwitch('v0') then begin
writeln('LLVM-Pascal Version 2010.9.21 pre-Alpha III scanner/parser'^J,
writeln('LLVM-Pascal Version ', Version, ^J,
'(c)2010 by'^J,
'Wanderlan Santos dos Anjos, Barbara A.B. dos Anjos and Paulo Guilherme Freire'^J,
'New BSD license'^J,
Expand Down
Loading

0 comments on commit 7d34442

Please sign in to comment.