Skip to content

Commit

Permalink
Added build for nlog
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jul 7, 2010
1 parent 3e88bc0 commit 3c91d8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions loggers/nlog/nlog.boo
@@ -0,0 +1,18 @@
install nlog:
get_from git("git://github.com/jkowalski/NLog.git")
build_with msbuild, buildfile("src/NLog.netfx35.sln"), FrameworkVersion35

switches:
parameters "/P:Configuration=Release"

with:
tasks clean, build

build_root_dir "build"

package.category = "Loggers"
package.description = "NLog is a tool to help the programmer output log statements to a variety of output targets"
package.forum = "http://mail-archives.apache.org/mod_mbox/logging-log4net-user/"
package.homepage = "http://logging.apache.org/log4net/index.html"
package.name = "NLog"
package.notes = ""

0 comments on commit 3c91d8f

Please sign in to comment.