repo.or.cz
/
swg-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git]
/
tools
/
BuildAllDirectoryIncludeHeaderFiles.btm
blob
3fa57024f65587640fa85ef1bfec050ca179d7ac
1
@echo off
2
3
dir /ba:d > dirs.txt
4
for ddd in (@dirs.txt) gosub dddd
5
del /e /z /q dirs.txt
6
quit 0
7
8
:dddd
9
echo %ddd
10
cd %ddd
11
call BuildIncludeHeaderFiles
12
cd ..
13
return