diff --git a/compile_debug.bat b/compile_debug.bat
index 75e3bc8dcc99e01ca3f251319ea4e39ee3c9146f..cb1e788b5b0c854c91391f778f7669bb68263ba1 100644
--- a/compile_debug.bat
+++ b/compile_debug.bat
@@ -6,6 +6,6 @@
 :: Will add all *.tw files to StoryIncludes.
 "%~dp0devTools\python-3.5.3\python.exe" "%~dp0devTools\scripts\includes.py" "src\config\start.tw.proto" "src\config\start.tw" "src" "%*"
 
-CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC.html" "%~dp0src\config\start.tw"
+CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
 ECHO Done
 PAUSE