- [FIX] Warning en jail_audio.cpp

- [FIX] Warning en jdraw.cpp
- [FIX] correccions en els scripts
- [NEW] Afegides DLLs
This commit is contained in:
2026-03-25 09:53:08 +01:00
parent 6656f74659
commit 6ec8c2a7d7
7 changed files with 7 additions and 6 deletions

View File

@@ -7,14 +7,14 @@ set -e
#fi
# Leer versión desde version.h
VERSION=$(grep '#define VERSIO' versio.h | sed 's/.*"\(.*\)".*/\1/')
VERSION=$(grep '#define VERSIO' source/versio.h | sed 's/.*"\(.*\)".*/\1/')
echo "Versión detectada: $VERSION"
#PARAM=$1
# Datos Windows
WIN_USER="raimon"
WIN_HOST="tonlab19.uv.es"
WIN_HOST="tonlab19"
WIN_PATH_SSH="C:\Users\raimon\dev\thepool"
WIN_PATH_SCP="C:/Users/Raimon/dev/thepool"