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