Changeset 104
- Timestamp:
- Dec 27, 2014, 12:10:34 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.pas
r99 r104 66 66 procedure TFormSettings.FormShow(Sender: TObject); 67 67 begin 68 68 {$IFDEF DEBUG} 69 TabSheetDebug.TabVisible := True; 70 {$ELSE} 71 TabSheetDebug.TabVisible := False; 72 {$ENDIF} 69 73 end; 70 74 … … 79 83 SpinEditX.Value := Core.ScaleDPI1.DPI.X; 80 84 SpinEditY.Value := Core.ScaleDPI1.DPI.Y; 81 {$IFDEF DEBUG}82 TabSheetDebug.Visible := True;83 {$ELSE}84 TabSheetDebug.Visible := False;85 {$ENDIF}86 85 end; 87 86 -
trunk/UGame.pas
r103 r104 2891 2891 2892 2892 // Build bridges 2893 2893 Map.CellLinks.Clear; 2894 2894 if BridgeEnabled then begin 2895 Map.CellLinks.Clear;2896 2895 BuildMapAreas; 2897 2896 LastAreaCount := -1; -
trunk/xtactics.lpi
r103 r104 18 18 <StringTable ProductVersion=""/> 19 19 </VersionInfo> 20 <MacroValues Count=" 2">21 <Macro 2Name="LCLWidgetType" Value="qt"/>20 <MacroValues Count="1"> 21 <Macro1 Name="LCLWidgetType" Value="qt"/> 22 22 </MacroValues> 23 23 <BuildModes Count="2"> 24 24 <Item1 Name="Debug" Default="True"/> 25 25 <Item2 Name="Release"> 26 <MacroValues Count="1"> 27 <Macro1 Name="LCLWidgetType" Value="qt"/> 28 </MacroValues> 26 29 <CompilerOptions> 27 30 <Version Value="11"/> … … 51 54 <Debugging> 52 55 <GenerateDebugInfo Value="False"/> 56 <StripSymbols Value="True"/> 53 57 </Debugging> 54 58 <LinkSmart Value="True"/> … … 61 65 </CompilerOptions> 62 66 </Item2> 63 <SharedMatrixOptions Count="2"> 64 <Item1 ID="345389164333" Modes="Debug" Type="IDEMacro"/> 65 <Item2 ID="462723536445" Modes="Debug" Type="IDEMacro" MacroName="LCLWidgetType" Value="qt"/> 67 <SharedMatrixOptions Count="1"> 68 <Item1 ID="462723536445" Modes="Debug,Release" Type="IDEMacro" MacroName="LCLWidgetType" Value="qt"/> 66 69 </SharedMatrixOptions> 67 70 </BuildModes>
Note:
See TracChangeset
for help on using the changeset viewer.