Ignore:
Timestamp:
Feb 13, 2012, 12:26:12 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Compile and run C project using MinGW gcc.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        44backup
        55LazFuckIDE
         6compiled
  • trunk/Compiler/UCompilerPHP.pas

    r26 r28  
    1515    constructor Create; override;
    1616    procedure Compile; override;
     17    procedure Run; override;
    1718  end;
    1819
     
    9293end;
    9394
     95procedure TBrainFuckCompilerPHP.Run;
     96begin
     97  inherited Run;
     98end;
     99
    94100end.
    95101
Note: See TracChangeset for help on using the changeset viewer.