Files
Mujoco_WASM/dist/simulate.rc
T
Michael Moss 16c58b9951 Fix RC file syntax error for pedantic compilers. Fixes #839
PiperOrigin-RevId: 869211177
Change-Id: I42a0dacde6ca6652df1803033c2b96a7c7076616
2026-02-12 07:40:06 -08:00

28 lines
609 B
Plaintext

MUJOCO ICON "mujoco.ico"
1 VERSIONINFO
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "ProductName", "MuJoCo"
VALUE "ProductVersion", "3.5.0"
VALUE "FileDescription", "MuJoCo"
VALUE "FileVersion", "3.5.0"
VALUE "InternalName", "simulate.exe"
VALUE "OriginalFilename", "simulate.exe"
VALUE "CompanyName", "Google DeepMind"
VALUE "LegalCopyright", "Copyright 2021 DeepMind Technologies Limited."
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}