source:
downloads/lua-5.1.3/src/lua.rc
@
56
Last change on this file since 56 was 28, checked in by landauf, 17 years ago | |
---|---|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[28] | 1 | 0 ICON "..\\etc\\lua.ico" |
2 | ||
3 | #ifndef DEBUG | |
4 | #ifdef WIN64 | |
5 | 1 24 "lua_64.manifest" | |
6 | #else | |
7 | 1 24 "lua.manifest" | |
8 | #endif | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.