From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- iup/srcconsole/iuplua5.rc | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 iup/srcconsole/iuplua5.rc (limited to 'iup/srcconsole/iuplua5.rc') diff --git a/iup/srcconsole/iuplua5.rc b/iup/srcconsole/iuplua5.rc new file mode 100755 index 0000000..bc02e07 --- /dev/null +++ b/iup/srcconsole/iuplua5.rc @@ -0,0 +1,59 @@ +0 ICON "lua.ico" +TECGRAF_ICON ICON "..\\etc\\tecgraf.ico" + +1 VERSIONINFO + FILEVERSION 3,0,0,0 + PRODUCTVERSION 3,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "www.tecgraf.puc-rio.br/iup\0" + VALUE "CompanyName", "Tecgraf/PUC-Rio\0" + VALUE "FileDescription", "Lua Windows Standalone Interpreter with IUP\0" + VALUE "FileVersion", "3.0.0\0" + VALUE "LegalCopyright", "Copyright © 1994-2009 Tecgraf, PUC-Rio.\0" + VALUE "OriginalFilename", "iuplua51.exe\0" + VALUE "ProductName", "IUP for Windows\0" + VALUE "ProductVersion", "3.0.0\0" + END + END +END + +CURSOR_PEN CURSOR "..\\etc\\pen.cur" + +/* To avoid the inclusion of */ +#define WS_CHILD 0x40000000L +#define WS_VISIBLE 0x10000000L +#define WS_CLIPSIBLINGS 0x04000000L +#define DS_3DLOOK 0x0004L +#define DS_CONTROL 0x0400L +#define SS_OWNERDRAW 0x0000000DL +#define WS_EX_STATICEDGE 0x00020000L + +#define IUP_PREVIEWCANVAS 3000 + +iupPreviewDlg DIALOG DISCARDABLE 0, 0, 195, 95 +STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL +FONT 8, "MS Shell Dlg" +BEGIN + CONTROL "", IUP_PREVIEWCANVAS, "STATIC", SS_OWNERDRAW, 70, 0, 120, 90, WS_EX_STATICEDGE +END + +/* The following line enable Windows XP Visual Styles */ +#ifdef MSVC8 +#ifdef TEC_64 +1 24 "wlua_dll8_x64.manifest" +#else +1 24 "wlua_dll8_x86.manifest" +#endif +#elif MSVC9 +#ifdef TEC_64 +1 24 "wlua_dll9_x64.manifest" +#else +1 24 "wlua_dll9_x86.manifest" +#endif +#else +1 24 "..\\etc\\iup.manifest" +#endif -- cgit v1.2.3