Skip to content

Commit

Permalink
Merge pull request universal-ctags#47 from sebgod/add-build-nmake
Browse files Browse the repository at this point in the history
Add build_nmake script for building with nmake
  • Loading branch information
k-takata committed Sep 13, 2015
2 parents 9dc88a8 + f3baeab commit f6c6144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_nmake.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@setlocal enabledelayedexpansion
copy /Y "%~dp0win32\config.h" "%~dp0config.h"
nmake -f "%~dp0win32\Makefile" %*

0 comments on commit f6c6144

Please sign in to comment.