Skip to content
Snippets Groups Projects
Commit e22677a2 authored by Pregmodder's avatar Pregmodder
Browse files

Putting it in the right compile.

parent c1d2f323
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Will add all *.tw files to StoryIncludes. # Will add all *.tw files to StoryIncludes.
./sanityCheck
rm -f src/config/start.tw rm -f src/config/start.tw
cp src/config/start.tw.proto start.tw.tmp cp src/config/start.tw.proto start.tw.tmp
find src -name '*.tw' -print >>start.tw.tmp find src -name '*.tw' -print >>start.tw.tmp
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
:: Free Cities Basic Compiler - Windows :: Free Cities Basic Compiler - Windows
:: Will add all *.tw files to StoryIncludes. :: Will add all *.tw files to StoryIncludes.
./sanityCheck
del src\config\start.tw del src\config\start.tw
copy src\config\start.tw.proto start.tw.tmp >nul copy src\config\start.tw.proto start.tw.tmp >nul
>>start.tw.tmp (for /r "src" %%F in (*.tw) do echo %%F) >>start.tw.tmp (for /r "src" %%F in (*.tw) do echo %%F)
......
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