mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
3258f23d99
from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
10 lines
365 B
Batchfile
10 lines
365 B
Batchfile
@echo off
|
|
|
|
REM I'm using resources for BLDLEVEL info, because VA4 linker has the bad
|
|
REM feature of using versionstring content for padding files.
|
|
|
|
REM To set fixpak level: -P"fixpak level"
|
|
SET MYSQL_VERSION=3.23.50
|
|
SET MYSQL_BUILD=B1
|
|
|
|
BldLevelInf -V%MYSQL_VERSION% -N"MySQL AB, Yuri Dario" -D"MySQL %MYSQL_VERSION% for OS/2 - Build %MYSQL_BUILD%" -Len BldLevel.rc
|