mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 06:20:05 +01:00 
			
		
		
		
	tools: updatemakefiles: using only lazutils instead of lclbase
git-svn-id: trunk@49904 -
This commit is contained in:
		
							parent
							
								
									96b62bb8fa
								
							
						
					
					
						commit
						bd72ae95df
					
				
							
								
								
									
										565
									
								
								tools/Makefile
									
									
									
									
									
								
							
							
						
						
									
										565
									
								
								tools/Makefile
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -16,7 +16,7 @@ libc=y
 | 
			
		||||
packages=rtl
 | 
			
		||||
 | 
			
		||||
[compiler]
 | 
			
		||||
options=-gl $(LAZARUS_LIBPATHS)
 | 
			
		||||
options=-gl $(LAZARUS_LIBPATHS) $(DBG_OPTIONS)
 | 
			
		||||
unitdir=. $(LAZDIR)/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
 | 
			
		||||
          $(LAZDIR)/lcl/units/$(CPU_TARGET)-$(OS_TARGET) \
 | 
			
		||||
          $(LAZDIR)/lcl/units/$(CPU_TARGET)-$(OS_TARGET)/nogui
 | 
			
		||||
@ -25,6 +25,10 @@ targetdir=.
 | 
			
		||||
 | 
			
		||||
[prerules]
 | 
			
		||||
LAZDIR=..
 | 
			
		||||
DBG_OPTIONS=
 | 
			
		||||
ifeq ($(OS_TARGET),darwin)
 | 
			
		||||
DBG_OPTIONS=-gw
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
[rules]
 | 
			
		||||
.PHONY: all
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<CONFIG>
 | 
			
		||||
  <ProjectOptions>
 | 
			
		||||
    <Version Value="9"/>
 | 
			
		||||
@ -32,19 +32,15 @@
 | 
			
		||||
        <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
 | 
			
		||||
      </local>
 | 
			
		||||
    </RunParams>
 | 
			
		||||
    <RequiredPackages Count="2">
 | 
			
		||||
    <RequiredPackages Count="1">
 | 
			
		||||
      <Item1>
 | 
			
		||||
        <PackageName Value="CodeTools"/>
 | 
			
		||||
      </Item1>
 | 
			
		||||
      <Item2>
 | 
			
		||||
        <PackageName Value="LCLBase"/>
 | 
			
		||||
      </Item2>
 | 
			
		||||
    </RequiredPackages>
 | 
			
		||||
    <Units Count="1">
 | 
			
		||||
      <Unit0>
 | 
			
		||||
        <Filename Value="updatemakefiles.lpr"/>
 | 
			
		||||
        <IsPartOfProject Value="True"/>
 | 
			
		||||
        <UnitName Value="updatemakefiles"/>
 | 
			
		||||
      </Unit0>
 | 
			
		||||
    </Units>
 | 
			
		||||
  </ProjectOptions>
 | 
			
		||||
@ -57,12 +53,6 @@
 | 
			
		||||
      <IncludeFiles Value="$(ProjOutDir)"/>
 | 
			
		||||
      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 | 
			
		||||
    </SearchPaths>
 | 
			
		||||
    <Other>
 | 
			
		||||
      <CompilerMessages>
 | 
			
		||||
        <MsgFileName Value=""/>
 | 
			
		||||
      </CompilerMessages>
 | 
			
		||||
      <CompilerPath Value="$(CompPath)"/>
 | 
			
		||||
    </Other>
 | 
			
		||||
  </CompilerOptions>
 | 
			
		||||
  <Debugging>
 | 
			
		||||
    <Exceptions Count="3">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user