Skip to content

Commit 24b6148

Browse files
committed
Add ini creation file for windows build
1 parent 1eca952 commit 24b6148

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ release/
66
asio/
77
local/
88
indent.sh
9-
*.bat
109
*.pdb
1110
*.sln
1211
*.sdf

scripts/mkini-win32.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
copy murmur.ini murmur.ini.win32
2+
3+
perl -pi.bak -e "s!^(#^|)ice=!ice=!" murmur.ini.win32
4+

0 commit comments

Comments
 (0)