Skip to content
Snippets Groups Projects
Commit 8b24f465 authored by pregmodfan's avatar pregmodfan
Browse files

Changed output file name from FC.html to FC_pregmod.html, to avoid mix up with original FC

parent 8c66663f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ endif
SRCDIR?= src
STARTFILE?= $(SRCDIR)/config/start.tw
FCTARG?= bin/FC.html
FCTARG?= bin/FC_pregmod.html
GENINCLUDES?= ./devTools/scripts/includes.py
all: $(FCTARG)
......
......@@ -5,5 +5,5 @@
:: 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.html" "%~dp0src\config\start.tw"
CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
ECHO Done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment