mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 05:18:00 +02:00
idedebugger: makefile
This commit is contained in:
parent
6c3286c7ed
commit
45116299fb
@ -2,22 +2,16 @@
|
||||
#
|
||||
# Makefile.fpc for IdeDebugger 0.0.1
|
||||
#
|
||||
# This file was generated on 08/01/2022
|
||||
# This file was generated on 16.01.2022
|
||||
|
||||
[package]
|
||||
name=idedebugger
|
||||
version=0.0.1
|
||||
|
||||
[compiler]
|
||||
options=-MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
unitdir=../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||
.
|
||||
unitdir=../../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) ../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../../components/debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) .
|
||||
options= -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
|
||||
|
||||
[target]
|
||||
units=idedebuggerpackage.pas
|
||||
@ -68,5 +62,3 @@ all: cleartarget $(COMPILER_UNITTARGETDIR) idedebuggerpackage$(PPUEXT) compiled
|
||||
|
||||
distclean: clean
|
||||
${DELTREE} lib/*
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user