Skip to content
Snippets Groups Projects
Commit 67c9c976 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added #pike

Rev: lib/modules/Tools.pmod/Standalone.pmod/make_wxs.pike:1.8
parent 664c9a6e
Branches
Tags
No related merge requests found
#pike __REAL_VERSION__
/*
* $Id: make_wxs.pike,v 1.7 2005/01/07 11:29:21 nilsson Exp $
* $Id: make_wxs.pike,v 1.8 2005/07/22 20:50:53 nilsson Exp $
*
* Make a Wix modules source XML file from an existing set of
* directories or files.
......@@ -34,7 +36,7 @@ int main(int argc, array(string) argv)
if (stringp(opt[1])) {
version_str = opt[1];
} else {
write("$Revision: 1.7 $\n");
write("$Revision: 1.8 $\n");
exit(0);
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment