commit
5c5b516eb0
24
clean.bat
24
clean.bat
@ -1,24 +0,0 @@
|
||||
del *.ncb
|
||||
del *.ilk
|
||||
del *.lib
|
||||
del *.exp
|
||||
del *.map
|
||||
del *.pdb
|
||||
del log.txt
|
||||
del *.bsc
|
||||
del applog.txt
|
||||
del *.suo /AH
|
||||
del *.user
|
||||
del debug\*.* /Q
|
||||
del release\*.* /Q
|
||||
rd release /Q
|
||||
rd debug /Q
|
||||
|
||||
cd MCServer
|
||||
del MCServer.exe
|
||||
del MCServer_debug.exe
|
||||
cd ..
|
||||
|
||||
cd VC2010
|
||||
call clean.bat
|
||||
cd ..
|
@ -1,27 +1,13 @@
|
||||
CryptoPP
|
||||
expat
|
||||
jsoncpp-src-0.5.0
|
||||
lua-5.1.4
|
||||
MemDumpAnalysis/expat
|
||||
source/LuaExpat
|
||||
source/SQLite
|
||||
squirrel_3_0_1_stable
|
||||
VC2008/CryptoPP.vcproj
|
||||
zlib-1.2.5
|
||||
zlib-1.2.7
|
||||
source/Bindings.cpp
|
||||
source/Bindings.h
|
||||
source/LeakFinder.cpp
|
||||
source/LeakFinder.h
|
||||
source/StackWalker.cpp
|
||||
source/StackWalker.h
|
||||
BiomeVisualiser/BiomeVisualiser.vcproj
|
||||
MemDumpAnalysis/MemDumpAnalysis.vcproj
|
||||
ProtoProxy/ProtoProxy.vcproj
|
||||
Tests/NoiseTest/NoiseTest.vcproj
|
||||
Tools/BlockZapper/BlockZapper.vcproj
|
||||
Tools/ToLuaDoxy/ToLuaDoxy.vcproj
|
||||
lib
|
||||
Tools
|
||||
Tests
|
||||
src/Bindings.cpp
|
||||
src/Bindings.h
|
||||
src/LeakFinder.cpp
|
||||
src/LeakFinder.h
|
||||
src/StackWalker.cpp
|
||||
src/StackWalker.h
|
||||
VC2008
|
||||
VC2013
|
||||
Install
|
||||
log.xml
|
||||
build
|
||||
build
|
||||
|
2
stats.cmd
Normal file → Executable file
2
stats.cmd
Normal file → Executable file
@ -1 +1 @@
|
||||
cloc --by-file-by-lang --exclude-dir=source/SQLite,source/LuaExpat,doxy,tolua..-1.0.93,jsoncpp.*,lua-5.1.4,squirrel_3.* --exclude-list-file=cloc-exclude.txt --xml --xsl=1 --report-file=cloc.xml --ignored=cloc-ignored.txt .
|
||||
cloc --by-file-by-lang --exclude-dir=lib --exclude-list-file=cloc-exclude.txt --xml --xsl=1 --report-file=cloc.xml --ignored=cloc-ignored.txt .
|
||||
|
Loading…
Reference in New Issue
Block a user