- Timestamp:
- Nov 8, 2010, 1:09:47 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/UCompiler.pas
r12 r16 80 80 Producer.AssignToStringList(ProducedCode); 81 81 TargetFileName := TargetFolder + DirectorySeparator + 82 CompiledFolder + DirectorySeparator + Producer. ClassName +82 CompiledFolder + DirectorySeparator + Producer.Name + 83 83 DirectorySeparator + TModule(Modules[I]).TargetFile; 84 84 ForceDirectories(ExtractFileDir(TargetFileName)); -
trunk/IDE/Transpascal.lpi
r14 r16 71 71 <ResourceBaseClass Value="Form"/> 72 72 <UnitName Value="UMainForm"/> 73 <IsVisibleTab Value="True"/>74 73 <EditorIndex Value="0"/> 75 74 <WindowIndex Value="0"/> 76 75 <TopLine Value="162"/> 77 <CursorPos X=" 28" Y="173"/>76 <CursorPos X="52" Y="175"/> 78 77 <UsageCount Value="215"/> 79 78 <Loaded Value="True"/> … … 496 495 <Filename Value="..\Compiler\UCompiler.pas"/> 497 496 <UnitName Value="UCompiler"/> 497 <IsVisibleTab Value="True"/> 498 498 <EditorIndex Value="3"/> 499 499 <WindowIndex Value="0"/> 500 500 <TopLine Value="61"/> 501 <CursorPos X=" 27" Y="66"/>501 <CursorPos X="56" Y="82"/> 502 502 <UsageCount Value="12"/> 503 503 <Loaded Value="True"/>
Note:
See TracChangeset
for help on using the changeset viewer.