summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 15:31:42 +0100
committerjak1 <jak1@themanaworld.org>2023-01-08 15:31:42 +0100
commita58d101f8b261313bc95c96ade691073aee1ffca (patch)
treebeae1e8cdc0ad688bcc6aed72a660e0453435c83 /build
parent252ab4b6bcc73c4a798ed4fce5768daf4eac779a (diff)
downloadplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.gz
plus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.bz2
plus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.xz
plus-a58d101f8b261313bc95c96ade691073aee1ffca.zip
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
Diffstat (limited to 'build')
-rwxr-xr-xbuild/makegprof4
-rwxr-xr-xbuild/packevol16
-rwxr-xr-xbuild/update-creator.sh4
3 files changed, 4 insertions, 20 deletions
diff --git a/build/makegprof b/build/makegprof
index bfe6922d7..14885c551 100755
--- a/build/makegprof
+++ b/build/makegprof
@@ -1,7 +1,7 @@
#!/bin/sh
mv ../run/gmon.out .
-gprof ../run/bin/manaplus >gprof.txt
-gprof --inline-file-names ../run/bin/manaplus >gprofi.txt
+gprof ../run/bin/manaverse >gprof.txt
+gprof --inline-file-names ../run/bin/manaverse >gprofi.txt
cat gprof.txt | gprof2dot.py >gprof.dot
cat gprof.dot | dot -Tpng -o gprof.png
diff --git a/build/packevol b/build/packevol
deleted file mode 100755
index 8da89d051..000000000
--- a/build/packevol
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-cd ..
-
-dir=`pwd`
-
-cd packaging/windows
-./make-translations.sh
-makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.0" \
- -DEXESUFFIX=/src \
- -DUPX=true \
- -DBITS=${BITS} \
- -DSEHDLL=${SEHDLL} \
- evol.nsi
-
diff --git a/build/update-creator.sh b/build/update-creator.sh
index f3fc9e28c..2d3ba4bb5 100755
--- a/build/update-creator.sh
+++ b/build/update-creator.sh
@@ -7,5 +7,5 @@ find -name \*.cpp \
-o -name \*.am \
-o -name \*.txt \
-o -name \*.xml \
- -o -name \*.manaplus \
- | sort > manaplus.files
+ -o -name \*.manaverse \
+ | sort > manaverse.files