From fec4d37293da254ecdb28a236990c17c74212dc6 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 22 Apr 2006 21:56:38 +0000 Subject: [PATCH] * Lazarus IDE config file git-svn-id: trunk@3316 - --- .gitattributes | 1 + fv/test/testapp.lpi | 64 +++++++++++++++++++++++++++++++++++++++++++++ fv/test/testapp.pas | 2 +- 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 fv/test/testapp.lpi 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}