aboutsummaryrefslogtreecommitdiff
path: root/Run.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 18:33:04 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-02 18:33:04 +0100
commit935fbb1e9c3853570399979eef402382d211ef4c (patch)
treef1ef13d498e869d6d4cc8d754007522e6c075fe7 /Run.bat
parentde437e83986d80f2fd49291969d154885ede7e9d (diff)
downloadEpisodeBrowser-935fbb1e9c3853570399979eef402382d211ef4c.tar.gz
Add batch files for building
Diffstat (limited to 'Run.bat')
-rw-r--r--Run.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/Run.bat b/Run.bat
new file mode 100644
index 0000000..e691d7e
--- /dev/null
+++ b/Run.bat
@@ -0,0 +1,4 @@
+@cd %~dp0\build\default
+@make -f ../../Makefile || pause && exit
+@cd %TEMP%
+@%~dp0\build\default\episode_browser.exe \ No newline at end of file