index
:
mingw-w64-ksocket.git
Windows Kernel <-> User mode socket communication made for "Mingw64 Driver Plus Plus".
log msg
author
committer
range
add/crypto
main
about
summary
refs
log
tree
commit
diff
path:
root
/
external
/
hash
/
initbuild.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'external/hash/initbuild.sh')
-rwxr-xr-x
external/hash/initbuild.sh
5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/hash/initbuild.sh b/external/hash/initbuild.sh
new file mode 100755
index 0000000..34a3fc0
--- /dev/null
+++ b/
external/hash/initbuild.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+cd `dirname $0`
+mkdir -p "build/release"
+cd build/release && cmake -GNinja ../.. -DCMAKE_BUILD_TYPE=Release && ninja