Skip to content
Snippets Groups Projects
compile_debug.bat 145 B
Newer Older
  • Learn to ignore specific revisions
  • Emuis's avatar
    Emuis committed
    @echo off
    :: Free Cities Basic Compiler - Windows
    
    :: Set working directory
    pushd %~dp0
    
    :: Compile the game
    call "%~dp0compile.bat"
    
    popd
    PAUSE