Skip to content
Snippets Groups Projects
Commit 0775c7a7 authored by pregmodfan's avatar pregmodfan
Browse files

compilation scrips: autogenerated start.tw passage now removed after...

compilation scrips: autogenerated start.tw passage now removed after compilation - to avoid git versioning problems
parent 0bfa5e86
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,6 @@ $(STARTFILE): $(SRCDIR)/config/start.tw.proto $(GENINCLUDES) \ ...@@ -17,6 +17,6 @@ $(STARTFILE): $(SRCDIR)/config/start.tw.proto $(GENINCLUDES) \
$(FCTARG): $(STARTFILE) $(shell find ${SRCDIR} -type f -name \*.tw -print) $(FCTARG): $(STARTFILE) $(shell find ${SRCDIR} -type f -name \*.tw -print)
./devTools/tweeGo/$(TWEEGOBIN) -o $(FCTARG) $(STARTFILE) ./devTools/tweeGo/$(TWEEGOBIN) -o $(FCTARG) $(STARTFILE)
-$(RM) $(STARTFILE)
clean: clean:
-$(RM) $(STARTFILE) $(FCTARG) -$(RM) $(STARTFILE) $(FCTARG)
...@@ -6,4 +6,7 @@ ...@@ -6,4 +6,7 @@
"%~dp0devTools\python-3.5.3\python.exe" "%~dp0devTools\scripts\includes.py" "src\config\start.tw.proto" "src\config\start.tw" "src" "%*" "%~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_pregmod.html" "%~dp0src\config\start.tw" CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
del "%~dp0src\config\start.tw"
ECHO Done ECHO Done
...@@ -7,5 +7,8 @@ ...@@ -7,5 +7,8 @@
"%~dp0devTools\python-3.5.3\python.exe" "%~dp0devTools\scripts\includes.py" "src\config\start.tw.proto" "src\config\start.tw" "src" "%*" "%~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_pregmod.html" "%~dp0src\config\start.tw" CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
del "%~dp0src\config\start.tw"
ECHO Done ECHO Done
PAUSE PAUSE
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