File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- #include "csMain.h"
21#include "csFile.h"
32#include "csGraphics.h"
43#include "csIO.h"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git pull origin master --allow-unrelated-histories
1515 @ cd /d " %folder% \%project% "
1616 @ for /F " delims=" %% i in ('dir /b') do (rmdir " %% i" /s/q || del " %% i" /s/q)
1717)
18- @ ROBOCOPY " C:\Program Files\Git\code\%project% " %~dp0 *.c *.h *.txt *.ico *.rc *.png *.bat *.html *.css *.md /MIR /XD dirs .git GtL GtL -bin media
18+ @ ROBOCOPY " C:\Program Files\Git\code\%project% " %~dp0 *.c *.h *.txt *.ico *.rc *.png *.bat *.html *.css *.md /MIR /XD dirs cs cs -bin media
1919@ cd " C:\Program Files\Git\code\%project% "
2020@ git init
2121@ git add -A
Original file line number Diff line number Diff line change 11@ set project = CoSprite
2- @ ROBOCOPY %cd% " C:\Program Files\Git\code\%project% " *.c *.h *.txt *.ico *.bin *.rc *.bat *.png *.ttf *.ogg *.mp3 *.mp4 *.html *.css *.md /MIR /XD dirs .git media SDL execute
2+ @ ROBOCOPY %cd% " C:\Program Files\Git\code\%project% " *.c *.h *.txt *.ico *.bin *.rc *.bat *.png *.ttf *.ogg *.mp3 *.mp4 *.html *.css *.md /MIR /XD dirs .git media SDL execute cs cs-bin
33@ cd " C:\Program Files\Git\code\%project% "
44@ set commitMessage = " "
55@ IF [%1 ]== [] (
You can’t perform that action at this time.
0 commit comments