diff --git a/.gitattributes b/.gitattributes index 132e5a99f5..321b2757ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1079,6 +1079,7 @@ fv/tabs.pas svneol=native#text/plain fv/test/Makefile svneol=native#text/plain fv/test/Makefile.fpc svneol=native#text/plain fv/test/platform.inc svneol=native#text/plain +fv/test/testapp.lpi -text fv/test/testapp.pas svneol=native#text/plain fv/time.pas svneol=native#text/plain fv/timeddlg.pas svneol=native#text/plain diff --git a/fv/test/testapp.lpi b/fv/test/testapp.lpi new file mode 100644 index 0000000000..73788abeb4 --- /dev/null +++ b/fv/test/testapp.lpi @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fv/test/testapp.pas b/fv/test/testapp.pas index ee24bea8ac..a9620a7e99 100644 --- a/fv/test/testapp.pas +++ b/fv/test/testapp.pas @@ -1,4 +1,4 @@ -PROGRAM TestApp; +PROGRAM testapp; { $UNDEF OS2PM}