Changeset 18 for trunk/LazFuckIDE.lpi
- Timestamp:
- Feb 11, 2012, 9:32:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuckIDE.lpi
r15 r18 19 19 <StringTable ProductVersion=""/> 20 20 </VersionInfo> 21 <BuildModes Count="1"> 22 <Item1 Name="Default" Default="True"/> 21 <BuildModes Count="2"> 22 <Item1 Name="Debug" Default="True"/> 23 <Item2 Name="Release"> 24 <CompilerOptions> 25 <Version Value="11"/> 26 <PathDelim Value="\"/> 27 <Target> 28 <Filename Value="LazFuckIDE"/> 29 </Target> 30 <SearchPaths> 31 <IncludeFiles Value="$(ProjOutDir)"/> 32 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 33 </SearchPaths> 34 <CodeGeneration> 35 <SmartLinkUnit Value="True"/> 36 <Optimizations> 37 <OptimizationLevel Value="3"/> 38 </Optimizations> 39 </CodeGeneration> 40 <Linking> 41 <Debugging> 42 <GenerateDebugInfo Value="False"/> 43 </Debugging> 44 <Options> 45 <Win32> 46 <GraphicApplication Value="True"/> 47 </Win32> 48 </Options> 49 </Linking> 50 <Other> 51 <CompilerMessages> 52 <MsgFileName Value=""/> 53 </CompilerMessages> 54 <CompilerPath Value="$(CompPath)"/> 55 </Other> 56 </CompilerOptions> 57 </Item2> 23 58 </BuildModes> 24 59 <PublishOptions> … … 113 148 <StackChecks Value="True"/> 114 149 </Checks> 150 <VerifyObjMethodCallValidity Value="True"/> 115 151 </CodeGeneration> 116 152 <Linking>
Note:
See TracChangeset
for help on using the changeset viewer.