Browse Source

+ added views.pas that includes views.inc

git-svn-id: branches/unicodekvm@48544 -
nickysn 4 years ago
parent
commit
1f3e903c10
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 1 0
      packages/fv/src/views.pas

+ 1 - 0
.gitattributes

@@ -5031,6 +5031,7 @@ packages/fv/src/udrivers.pas svneol=native#text/plain
 packages/fv/src/unixsmsg.inc svneol=native#text/plain
 packages/fv/src/unixsmsg.inc svneol=native#text/plain
 packages/fv/src/validate.pas svneol=native#text/plain
 packages/fv/src/validate.pas svneol=native#text/plain
 packages/fv/src/views.inc svneol=native#text/plain
 packages/fv/src/views.inc svneol=native#text/plain
+packages/fv/src/views.pas svneol=native#text/plain
 packages/fv/src/w32smsg.inc svneol=native#text/plain
 packages/fv/src/w32smsg.inc svneol=native#text/plain
 packages/gdbint/Makefile svneol=native#text/plain
 packages/gdbint/Makefile svneol=native#text/plain
 packages/gdbint/Makefile.fpc svneol=native#text/plain
 packages/gdbint/Makefile.fpc svneol=native#text/plain

+ 1 - 0
packages/fv/src/views.pas

@@ -0,0 +1 @@
+{$I views.inc}