diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-01 01:03:42 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-01 01:03:42 +0200 |
commit | 481316f44fed66f2b3a425396bad4f931a8fc413 (patch) | |
tree | b540787a54521e7abee4d0250c2ee2847f4b1dbe /Run.bat | |
parent | a1f686d1b4f74d414ca0909b2af73bb10e0ec597 (diff) | |
download | EpisodeBrowser-481316f44fed66f2b3a425396bad4f931a8fc413.tar.gz |
Rework build system.
The Makefile was originally written for Eclipse, but I no longer use
Eclipse.
Diffstat (limited to 'Run.bat')
-rw-r--r-- | Run.bat | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,5 @@ -@cd %~dp0\build\default -@make -f ../../Makefile || pause && exit -@cd %TEMP% -@%~dp0\build\default\EpisodeBrowser.exe
\ No newline at end of file +@cd %~dp0 +@make || pause && exit +@pushd %TEMP% +@%~dp0\build\default\EpisodeBrowser.exe +@popd |