mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 02:42:33 +01:00 
			
		
		
		
	sqldblaz, fcl: moved virtual unit sqldb from sqldblaz to fcl.lpk, sqldblaz should only contain designtime stuff
git-svn-id: trunk@53614 -
This commit is contained in:
		
							parent
							
								
									ae5452b5ab
								
							
						
					
					
						commit
						702b7261c3
					
				| @ -24,7 +24,7 @@ | ||||
| 
 | ||||
| With the exception of the unit registersqldb, which is GPL-2. This unit contains code for the IDE and is usually not used by programs."/> | ||||
|     <Version Major="1" Release="2"/> | ||||
|     <Files Count="4"> | ||||
|     <Files Count="3"> | ||||
|       <Item1> | ||||
|         <Filename Value="registersqldb.pas"/> | ||||
|         <HasRegisterProc Value="True"/> | ||||
| @ -32,33 +32,31 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains | ||||
|         <UnitName Value="registersqldb"/> | ||||
|       </Item1> | ||||
|       <Item2> | ||||
|         <Filename Value="sqldb.pp"/> | ||||
|         <Type Value="Virtual Unit"/> | ||||
|         <UnitName Value="sqldb"/> | ||||
|       </Item2> | ||||
|       <Item3> | ||||
|         <Filename Value="sqlstringspropertyeditordlg.lfm"/> | ||||
|         <Type Value="LFM"/> | ||||
|       </Item3> | ||||
|       <Item4> | ||||
|       </Item2> | ||||
|       <Item3> | ||||
|         <Filename Value="sqlstringspropertyeditordlg.pas"/> | ||||
|         <UnitName Value="SQLStringsPropertyEditorDlg"/> | ||||
|       </Item4> | ||||
|       </Item3> | ||||
|     </Files> | ||||
|     <i18n> | ||||
|       <EnableI18N Value="True"/> | ||||
|       <OutDir Value="languages"/> | ||||
|     </i18n> | ||||
|     <RequiredPkgs Count="3"> | ||||
|     <RequiredPkgs Count="4"> | ||||
|       <Item1> | ||||
|         <PackageName Value="CodeTools"/> | ||||
|       </Item1> | ||||
|       <Item2> | ||||
|         <PackageName Value="SynEdit"/> | ||||
|         <PackageName Value="IDEIntf"/> | ||||
|       </Item2> | ||||
|       <Item3> | ||||
|         <PackageName Value="IDEIntf"/> | ||||
|         <PackageName Value="SynEdit"/> | ||||
|       </Item3> | ||||
|       <Item4> | ||||
|         <PackageName Value="FCL"/> | ||||
|       </Item4> | ||||
|     </RequiredPkgs> | ||||
|     <UsageOptions> | ||||
|       <UnitPath Value="$(PkgOutDir)"/> | ||||
|  | ||||
| @ -8,7 +8,7 @@ unit SQLDBLaz; | ||||
| interface | ||||
| 
 | ||||
| uses | ||||
|   registersqldb, sqldb, SQLStringsPropertyEditorDlg, LazarusPackageIntf; | ||||
|   registersqldb, SQLStringsPropertyEditorDlg, LazarusPackageIntf; | ||||
| 
 | ||||
| implementation | ||||
| 
 | ||||
|  | ||||
| @ -1,7 +1,8 @@ | ||||
| <?xml version="1.0"?> | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <CONFIG> | ||||
|   <Package Version="4"> | ||||
|     <Name Value="FCL"/> | ||||
|     <Type Value="RunAndDesignTime"/> | ||||
|     <Author Value="Lazarus"/> | ||||
|     <CompilerOptions> | ||||
|       <Version Value="11"/> | ||||
| @ -10,13 +11,12 @@ | ||||
|       </SearchPaths> | ||||
|       <Other> | ||||
|         <CustomOptions Value="$(IDEBuildOptions)"/> | ||||
|         <CompilerPath Value="$(CompPath)"/> | ||||
|       </Other> | ||||
|     </CompilerOptions> | ||||
|     <Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/> | ||||
|     <License Value="modified LGPL-2"/> | ||||
|     <Version Major="1" Release="1"/> | ||||
|     <Files Count="9"> | ||||
|     <Files Count="10"> | ||||
|       <Item1> | ||||
|         <Filename Value="lazaruspackageintf.pas"/> | ||||
|         <AddToUsesPkgSection Value="False"/> | ||||
| @ -59,13 +59,17 @@ | ||||
|       </Item8> | ||||
|       <Item9> | ||||
|         <Filename Value="servicemanager.pas"/> | ||||
|         <AddToUsesPkgSection Value="False"/> | ||||
|         <Type Value="Virtual Unit"/> | ||||
|         <AddToUsesPkgSection Value="False"/> | ||||
|         <UnitName Value="ServiceManager"/> | ||||
|       </Item9> | ||||
|       <Item10> | ||||
|         <Filename Value="sqldb.pp"/> | ||||
|         <Type Value="Virtual Unit"/> | ||||
|         <UnitName Value="sqldb"/> | ||||
|       </Item10> | ||||
|     </Files> | ||||
|     <LazDoc Paths="docs"/> | ||||
|     <Type Value="RunAndDesignTime"/> | ||||
|     <UsageOptions> | ||||
|       <UnitPath Value="$(PkgOutDir)"/> | ||||
|     </UsageOptions> | ||||
|  | ||||
| @ -8,7 +8,8 @@ unit fcllaz; | ||||
| interface | ||||
| 
 | ||||
| uses | ||||
|   RegisterFCL, db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf; | ||||
|   RegisterFCL, db, process, simpleipc, eventlog, XMLConf, sqldb,  | ||||
|   LazarusPackageIntf; | ||||
| 
 | ||||
| implementation | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 mattias
						mattias