summaryrefslogtreecommitdiff
path: root/lua2c.rules
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-09-30 14:38:08 -0700
committerPixel <pixel@nobis-crew.org>2008-09-30 14:38:08 -0700
commit0acd2529f18b41a6e339a6372033bc6a11b24fc8 (patch)
treebdfb9e8d424afdb691f72d04f9d037bada1fe8a6 /lua2c.rules
parent54aa182fccfa6654f10508b33befe4667a6fa9b8 (diff)
Fixing lua2c rule, by adding it here.
Diffstat (limited to 'lua2c.rules')
-rw-r--r--lua2c.rules17
1 files changed, 17 insertions, 0 deletions
diff --git a/lua2c.rules b/lua2c.rules
new file mode 100644
index 0000000..596e1e6
--- /dev/null
+++ b/lua2c.rules
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<VisualStudioToolFile
+ Name="Lua to C"
+ Version="8.00"
+ >
+ <Rules>
+ <CustomBuildRule
+ Name="Lua to C"
+ CommandLine=".\lua2c.cmd [inputs]"
+ Outputs="$(InputName).c"
+ FileExtensions="*.lua"
+ >
+ <Properties>
+ </Properties>
+ </CustomBuildRule>
+ </Rules>
+</VisualStudioToolFile>