Skip to content
Snippets Groups Projects
compile.bat 343 B
Newer Older
  • Learn to ignore specific revisions
  • @echo off
    :: Free Cities Basic Compiler - Windows x86_64
    
    :: Uses embedded Python 3.5.3 x86_64
    :: Will add all *.tw files to StoryIncludes.
    "%~dp0devTools\python-3.5.3\python.exe" "%~dp0devTools\scripts\includes_windows.py %*"
    
    
    CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"