Skip to content

Commit

Permalink
fix some problem in the scmrev stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromus committed Jun 19, 2018
1 parent 95e82b5 commit 166e7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -20,3 +20,4 @@
/output/fceux.exp
/output/fceux.lib
/output/fceux.cfg
/vc/userconfig/scmrev.h
2 changes: 1 addition & 1 deletion vc/defaultconfig/make_scmrev.h.js
@@ -1,7 +1,7 @@
var wshShell = new ActiveXObject("WScript.Shell")
var oFS = new ActiveXObject("Scripting.FileSystemObject");

var outfile = "./defaultconfig/scmrev.h";
var outfile = "./userconfig/scmrev.h";
var cmd_revision = " rev-parse HEAD";
var cmd_describe = " describe --always --long --dirty";
var cmd_branch = " rev-parse --abbrev-ref HEAD";
Expand Down

0 comments on commit 166e7a8

Please sign in to comment.