EditorMacroScript, add to bigide

git-svn-id: trunk@42347 -
This commit is contained in:
martin 2013-08-05 08:45:25 +00:00
parent 163ae13d38
commit feeccf5545
3 changed files with 12 additions and 0 deletions

2
.gitattributes vendored
View File

@ -149,6 +149,7 @@ components/PascalScript/Samples/TestApp/TestApplication.res -text
components/PascalScript/Samples/TestApp/fMain.dfm -text
components/PascalScript/Samples/TestApp/fMain.pas svneol=native#text/pascal
components/PascalScript/Source/Makefile svneol=native#text/plain
components/PascalScript/Source/Makefile.compiled svneol=native#text/plain
components/PascalScript/Source/Makefile.fpc svneol=native#text/plain
components/PascalScript/Source/PascalScript.inc svneol=native#text/pascal
components/PascalScript/Source/PascalScriptFPC.inc svneol=native#text/pascal
@ -2404,6 +2405,7 @@ components/macfiles/macapplicationres.pas svneol=native#text/plain
components/macfiles/macosfiles.lpk svneol=native#text/plain
components/macfiles/macosfiles.pas svneol=native#text/plain
components/macroscript/Makefile svneol=native#text/plain
components/macroscript/Makefile.compiled svneol=native#text/plain
components/macroscript/Makefile.fpc svneol=native#text/plain
components/macroscript/editormacroscript.lpk svneol=native#text/pascal
components/macroscript/editormacroscript.pas 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);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);. -MObjFPC -Scghi -O1 -g -gl -vewni -l -dLCL -dLCL$(LCL_PLATFORM) pascalscript.pas"/>
</CONFIG>

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);../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../PascalScript/Source/lib/$(CPU_TARGET)-$(OS_TARGET);../synedit/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);. -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -dLCL -dLCL$(LCL_PLATFORM) editormacroscript.pas"/>
</CONFIG>