diff --git a/.gitattributes b/.gitattributes index a77ece0954..226055c023 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/components/PascalScript/Source/Makefile.compiled b/components/PascalScript/Source/Makefile.compiled new file mode 100644 index 0000000000..3e6d3f1d34 --- /dev/null +++ b/components/PascalScript/Source/Makefile.compiled @@ -0,0 +1,5 @@ + + + + + diff --git a/components/macroscript/Makefile.compiled b/components/macroscript/Makefile.compiled new file mode 100644 index 0000000000..54e64cd1fa --- /dev/null +++ b/components/macroscript/Makefile.compiled @@ -0,0 +1,5 @@ + + + + +