Skip to content

Commit f73db6e

Browse files
committed
Created build script for windows
1 parent 41f548a commit f73db6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
ECHO Building Prometheus ...
3+
RMDIR /s /q build
4+
MKDIR build
5+
glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe
6+
robocopy ./src ./build/lua /E>nul
7+
ECHO Done!

0 commit comments

Comments
 (0)