mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 09:39:43 +01:00 
			
		
		
		
	fpmake: fixes for ideintf being a package, and the debugger-packages
git-svn-id: trunk@47250 -
This commit is contained in:
		
							parent
							
								
									3086ab61cf
								
							
						
					
					
						commit
						7b1378df04
					
				@ -6,4 +6,6 @@
 | 
			
		||||
  add_IDEIntf;
 | 
			
		||||
  add_CodeTools;
 | 
			
		||||
  add_SynEdit;
 | 
			
		||||
  add_DebuggerIntf;
 | 
			
		||||
  add_LazDebuggerGdbmi;
 | 
			
		||||
  add_ide;
 | 
			
		||||
 | 
			
		||||
@ -4,11 +4,9 @@
 | 
			
		||||
{$include lcl/interfaces/fpmake.pp}
 | 
			
		||||
{$include components/lazcontrols/fpmake.pp}
 | 
			
		||||
{$include components/codetools/fpmake.pp}
 | 
			
		||||
{$include ideintf/fpmake.pp}
 | 
			
		||||
{$include components/ideintf/fpmake.pp}
 | 
			
		||||
{$include components/synedit/fpmake.pp}
 | 
			
		||||
{$include components/debuggerintf/fpmake.pp}
 | 
			
		||||
{$include components/lazdebuggergdbmi/fpmake.pp}
 | 
			
		||||
{$include ide/fpmake.pp}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user