mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
11 lines
364 B
Batchfile
11 lines
364 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.42
|
||
|
SET MYSQL_BUILD=1
|
||
|
|
||
|
BldLevelInf -V%MYSQL_VERSION% -N"MySQL AB, Yuri Dario" -D"MySQL %MYSQL_VERSION% for OS/2 - Build %MYSQL_BUILD%" -Len BldLevel.rc
|