updated Makefiles for debuggerintf

git-svn-id: trunk@44082 -
This commit is contained in:
mattias 2014-02-15 21:48:00 +00:00
parent cfc004fe03
commit 31cec86f69
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1110,6 +1110,7 @@ components/dbexport/tstandardexportformats.xpm svneol=native#text/plain
components/dbexport/ttexexporter.xpm svneol=native#text/plain
components/dbexport/txmlxsdexporter.xpm svneol=native#text/plain
components/debuggerintf/Makefile svneol=native#text/plain
components/debuggerintf/Makefile.compiled svneol=native#text/plain
components/debuggerintf/Makefile.fpc svneol=native#text/plain
components/debuggerintf/dbgintfbasetypes.pas svneol=native#text/pascal
components/debuggerintf/dbgintfdebuggerbase.pp svneol=native#text/pascal

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);. -MObjFPC -Scghi -O1 -g -gl -vewnhi -l debuggerintf.pas"/>
</CONFIG>