diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-09 18:32:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-09 18:32:29 +0000 |
commit | 72b525d697709532a4e2256607de3a7bdaa3066c (patch) | |
tree | 77289b0e99279dbf76a4b809db9569f0ab00deff /plugins/Utils.pas | |
parent | c2d4724cd7f38ecdf0c207e10b89e18beb07e726 (diff) |
single config for FPC
git-svn-id: http://svn.miranda-ng.org/main/trunk@1847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas')
-rw-r--r-- | plugins/Utils.pas/fpc.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Utils.pas/fpc.cfg b/plugins/Utils.pas/fpc.cfg new file mode 100644 index 0000000000..a4eb2f8c24 --- /dev/null +++ b/plugins/Utils.pas/fpc.cfg @@ -0,0 +1,12 @@ +-O3
+-Xs
+-Sd
+-dMiranda
+-FE.\tmp
+-FU.\tmp
+-Fi..\Utils.pas
+-Fi..\..\include\delphi
+-Fi..\ExternalAPI\delphi
+-Fu..\Utils.pas
+-Fu..\..\include\delphi
+-Fu..\ExternalAPI\delphi
|