mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-16 13:10:55 +08:00

* binutils-all/windres/windres.exp: New. * binutils-all/windres/README: New. * binutils-all/windres/bmp1.bmp: New. * binutils-all/windres/bmpalign.rc: New. * binutils-all/windres/bmpalign.rsd: New. * binutils-all/windres/lang.rc: New. * binutils-all/windres/lang.rsd: New. * binutils-all/windres/msupdate: New. * binutils-all/windres/strtab1.rc: New. * binutils-all/windres/strtab1.rsd: New.
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
#include "windows.h"
|
|
|
|
LANGUAGE 0, 0
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|
BEGIN
|
|
POPUP "&Datei" { MENUITEM "foo", 1 }
|
|
END
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
BEGIN
|
|
POPUP "&File" { MENUITEM "foo", 1 }
|
|
END
|