Skip to content
Snippets Groups Projects
Forked from pregmodfan / fc-pregmod
13158 commits behind the upstream repository.
compile_debug.bat 145 B
@echo off
:: Free Cities Basic Compiler - Windows

:: Set working directory
pushd %~dp0

:: Compile the game
call "%~dp0compile.bat"

popd
PAUSE