diff options
author | dom96 <dominikpicheta@googlemail.com> | 2012-02-16 22:11:00 +0000 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2012-02-16 22:11:00 +0000 |
commit | 6901a725d5718dc985243b93bd5bfc968f5b1521 (patch) | |
tree | c1ea04c4560ede73d517d0a978cbaf921ff5cac8 /compiler/nimrod.ini | |
parent | 88f9eff38fc8b462df474e2e3a9404527d29f30a (diff) | |
download | Nim-6901a725d5718dc985243b93bd5bfc968f5b1521.tar.gz |
niminst is now able to create build files for debhelper so that .deb packages can be created. Implemented $ in the times module for TWeekDay and TMonth.
Diffstat (limited to 'compiler/nimrod.ini')
-rwxr-xr-x | compiler/nimrod.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 4016328ae..b689ec1c4 100755 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -122,3 +122,9 @@ flags = "/Q" [C_Compiler] path = r"" flags = "-w" + +[deb] +buildDepends: "gcc (>= 4:4.3.2)" +pkgDepends: "gcc (>= 4:4.3.2)" +shortDesc: "The Nimrod Compiler" +licenses: "bin/nimrod,gpl2;lib/*,lgpl;" |