mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 01:21:41 +01:00 
			
		
		
		
	fpvectorial: Move sample projects into separate folders
This commit is contained in:
		
							parent
							
								
									53f7749d99
								
							
						
					
					
						commit
						9e4c3a217d
					
				| Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB | 
| Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB | 
| Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB | 
| @ -1,15 +1,15 @@ | ||||
| <?xml version="1.0"?> | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <CONFIG> | ||||
|   <ProjectOptions> | ||||
|     <Version Value="9"/> | ||||
|     <Version Value="12"/> | ||||
|     <PathDelim Value="\"/> | ||||
|     <General> | ||||
|       <Flags> | ||||
|         <MainUnitHasCreateFormStatements Value="False"/> | ||||
|         <MainUnitHasTitleStatement Value="False"/> | ||||
|         <CompatibilityMode Value="True"/> | ||||
|       </Flags> | ||||
|       <SessionStorage Value="InProjectDir"/> | ||||
|       <MainUnit Value="0"/> | ||||
|       <Title Value="fpvwritetest"/> | ||||
|       <ResourceType Value="res"/> | ||||
|       <UseXPManifest Value="True"/> | ||||
| @ -17,22 +17,24 @@ | ||||
|     <i18n> | ||||
|       <EnableI18N LFM="False"/> | ||||
|     </i18n> | ||||
|     <VersionInfo> | ||||
|       <StringTable ProductVersion=""/> | ||||
|     </VersionInfo> | ||||
|     <BuildModes Count="1"> | ||||
|       <Item1 Name="default" Default="True"/> | ||||
|     </BuildModes> | ||||
|     <PublishOptions> | ||||
|       <Version Value="2"/> | ||||
|       <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> | ||||
|       <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> | ||||
|     </PublishOptions> | ||||
|     <RunParams> | ||||
|       <local> | ||||
|         <FormatVersion Value="1"/> | ||||
|         <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> | ||||
|         <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> | ||||
|       </local> | ||||
|       <FormatVersion Value="2"/> | ||||
|       <Modes Count="1"> | ||||
|         <Mode0 Name="default"> | ||||
|           <local> | ||||
|             <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> | ||||
|           </local> | ||||
|         </Mode0> | ||||
|       </Modes> | ||||
|     </RunParams> | ||||
|     <RequiredPackages Count="1"> | ||||
|       <Item1> | ||||
| @ -44,7 +46,6 @@ | ||||
|       <Unit0> | ||||
|         <Filename Value="fpvwritetest.pas"/> | ||||
|         <IsPartOfProject Value="True"/> | ||||
|         <UnitName Value="fpvwritetest"/> | ||||
|       </Unit0> | ||||
|     </Units> | ||||
|   </ProjectOptions> | ||||
| @ -58,12 +59,11 @@ | ||||
|       <IncludeFiles Value="$(ProjOutDir)"/> | ||||
|       <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> | ||||
|     </SearchPaths> | ||||
|     <Other> | ||||
|       <CompilerMessages> | ||||
|         <UseMsgFile Value="True"/> | ||||
|       </CompilerMessages> | ||||
|       <CompilerPath Value="$(CompPath)"/> | ||||
|     </Other> | ||||
|     <Linking> | ||||
|       <Debugging> | ||||
|         <DebugInfoType Value="dsDwarf3"/> | ||||
|       </Debugging> | ||||
|     </Linking> | ||||
|   </CompilerOptions> | ||||
|   <Debugging> | ||||
|     <Exceptions Count="3"> | ||||
| @ -106,7 +106,7 @@ begin | ||||
|     // text_europen     One text testing european languages at (20, 20) | ||||
|     Page.Clear; | ||||
|     Page.AddText(20, 20, 0, '20, 20 Mówić, cześć, Włosku, Parabéns, Assunção, Correções.'); | ||||
|     Vec.WriteToFile('text_europen' + cExtension, cFormat); | ||||
|     Vec.WriteToFile('text_european' + cExtension, cFormat); | ||||
| 
 | ||||
|     // text_asian       One text testing asian languages at (30, 30) | ||||
|     Page.Clear; | ||||
| @ -129,7 +129,7 @@ begin | ||||
|     Page.AddBezierToPath(10, 20, 20, 20, 20, 10); | ||||
|     Page.AddLineToPath(30, 0); | ||||
|     Page.EndPath(); | ||||
|     Page.AddText(10, 10, 0, '10,10 Some text in english.'); | ||||
|     Page.AddText(10, 10, 0, '10, 10 Some text in english.'); | ||||
|     Page.AddText(20, 20, 0, '20, 20 Mówić, cześć, Włosku, Parabéns.'); | ||||
|     Page.AddText(30, 30, 0, '30, 30 森林,是一个高密'); | ||||
|     Vec.WriteToFile('multi_test_1' + cExtension, cFormat); | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 wp_xyz
						wp_xyz