mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 00:27:22 +01:00
* add missing directory for gdbcon.pp source
git-svn-id: trunk@14035 -
This commit is contained in:
parent
a0b8dbcce5
commit
409137bc44
@ -2999,9 +2999,9 @@ gdbint$(PPUEXT): gdbint.pp gdbver.inc
|
||||
endif
|
||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||
ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
|
||||
$(COMPILER) gdbcon.pp
|
||||
$(COMPILER) src/gdbcon.pp
|
||||
else
|
||||
$(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
|
||||
$(COMPILER) -dUSE_MINGW_GDB src/gdbcon.pp
|
||||
endif
|
||||
$(EXECPPAS)
|
||||
ifeq ($(OS_TARGET),go32v2)
|
||||
|
||||
@ -131,9 +131,9 @@ endif
|
||||
|
||||
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
|
||||
ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
|
||||
$(COMPILER) gdbcon.pp
|
||||
$(COMPILER) src/gdbcon.pp
|
||||
else
|
||||
$(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
|
||||
$(COMPILER) -dUSE_MINGW_GDB src/gdbcon.pp
|
||||
endif
|
||||
$(EXECPPAS)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user