mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[0138] Update "extractor_binary"
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
f8895f2830
commit
475b7a943e
4 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ fi
|
||||||
if [ "$USE_VMAPS" = "1" ]
|
if [ "$USE_VMAPS" = "1" ]
|
||||||
then
|
then
|
||||||
echo "`date`: Start extraction of vmaps..." | tee -a $LOG_FILE
|
echo "`date`: Start extraction of vmaps..." | tee -a $LOG_FILE
|
||||||
vmapExtractor3 | tee -a $DETAIL_LOG_FILE
|
vmapExtractor4 | tee -a $DETAIL_LOG_FILE
|
||||||
echo "`date`: Extracting of vmaps finished" | tee -a $LOG_FILE
|
echo "`date`: Extracting of vmaps finished" | tee -a $LOG_FILE
|
||||||
mkdir vmaps
|
mkdir vmaps
|
||||||
echo "`date`: Start assembling of vmaps..." | tee -a $LOG_FILE
|
echo "`date`: Start assembling of vmaps..." | tee -a $LOG_FILE
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
contrib/extractor_binary/vmapExtractor4.exe
Normal file
BIN
contrib/extractor_binary/vmapExtractor4.exe
Normal file
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0137"
|
#define REVISION_NR "0138"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue