?? configure.help
字號:
Latin 10 (ISO-8859-16, Romanian) charsetEUC encoding of GB2312 charsetCONFIG_CHARSET_GB2312 EUC encoding of GB2312 charsetGBK charsetCONFIG_CHARSET_GBK GBK charsetGB18030-0 charsetCONFIG_CHARSET_GB18030 GB18030-0 charsetBIG5 charsetCONFIG_CHARSET_BIG5 BIG5 charsetEUC encoding of KSC5636 and KSC5601 charsetsCONFIG_CHARSET_EUCKR EUC encoding of KSC5636 and KSC5601 charsetsEUC encoding of JISX0201 and JISX0208 charsetsCONFIG_CHARSET_EUCJP EUC encoding of JISX0201 and JISX0208 charsetsShift-JIS encoding of JISX0201 and JISX0208 charsetsCONFIG_CHARSET_SHIFTJIS Shift-JIS encoding of JISX0201 and JISX0208 charsetsUNICODE (ISO-10646-1 and UTF-8 encoding)CONFIG_CHARSET_UNICODE UNICODE (ISO-10646-1 and UTF-8 encoding)French PC keyboard (non-US 102 keys)CONFIG_KBD_FRPC French PC keyboard (non-US 102 keys)Keyboard layout for FrenchCONFIG_KBD_FR Keyboard layout for FrenchKeyboard layout for GermanCONFIG_KBD_DE Keyboard layout for GermanKeyboard layout for German Latin1CONFIG_KBD_DELATIN1 Keyboard layout for German Latin1Keyboard layout for ItalianCONFIG_KBD_IT Keyboard layout for ItalianKeyboard layout for SpanishCONFIG_KBD_ES Keyboard layout for SpanishKeyboard layout for Spanish CP850CONFIG_KBD_ESCP850 Keyboard layout for Spanish CP850Includes SaveBitmap-related functionsCONFIG_IMAGE_SAVEBMP Includes SaveBitmap-related functions support. If you include this option, SaveBitmapToFile and SaveMyBitmapToFile will be supported. You may use this two functions to save BITMAP and MYBITMAP structure to bmp file. PCX file supportCONFIG_IMAGE_PCX Supports PCX image format.LBM/PBM file supportCONFIG_IMAGE_LBM Supports LBM/PBM image format.TGA file supportCONFIG_IMAGE_TGA TGA file supportGIF file supportCONFIG_IMAGE_GIF GIF file supportJPG file supportCONFIG_IMAGE_JPG JPG file support. You may need libjpeg library if support this option.PNG file supportCONFIG_IMAGE_PNG PNG file support You may need libpng library if support this option.IME (GB2312) supportCONFIG_IME_GB2312 Includes GB2312 pinyin input method. Pinyin input method needs some ime resource files, including pinyin.tab, pinyin.cin, pinyin.map, pinyin.tab.lx, pinyin.tab.phr.IME (GB2312) Intelligent Pinyin moduleCONFIG_IME_GB2312PINYIN IME (GB2312) Intelligent Pinyin moduleUsing flat window style instead of 3D styleCONFIG_APPEARANCE_FLATSTYLE Using flat window style instead of the default 3D style. In flat window style, the windows and controls are drawn with flat style, and the bitmap resources used are also different from the 3D style.Target is a gray screenCONFIG_APPEARANCE_GRAYSCR Supports for gray scale devices. The windows and controls are drawn with flat style and gray scale colors. Used within flat window style.Target is a tiny-size screenCONFIG_APPEARANCE_TINYSCR Supports for tiny-size screen. Adjusts the message box size for tiny screen devices. Suitable for 160x160 size, and etc. Include About Dialog BoxCONFIG_MISC_ABOUTDLG Supports for 'About MiniGUI' dialog. To open or active the 'About MiniGUI' dialog, you should call OpenAboutDialog function. Calling this function will create a main window displaying copyright and license information of MiniGUI. When the about dialog is displaying, calling this function again will bring the dialog to be the topmost main window, not create a new one. Include code for screenshotsCONFIG_MISC_SAVESCR Includes codes for getting screenshots. If this option is included, you can use SaveMainWindowContent function to save content of a main window to a file.StaticCONFIG_CTRL_STATIC Static control is used to display information and text, without input capability.ButtonCONFIG_CTRL_BUTTON Button control is used to activate an action.Simple EDITCONFIG_CTRL_SIMEDIT Simple EDIT control is used to input and display text. This edit control uses the system default fixed logical font.Single-Line EDITCONFIG_CTRL_SLEDIT Single-line EDIT control is used to input and display text. This edit control uses the system logical font for control, which may be variable-width font.Multi-Line EDITCONFIG_CTRL_MLEDIT Multi-line EDIT control is used to input and display text. This edit control uses the system logical font for control, which may be variable-width font.ListboxCONFIG_CTRL_LISTBOX Listbox control is used to display a list of items.ProgressbarCONFIG_CTRL_PROGRESSBAR Progressbar control is used to show the varying progress status. ToolbarCONFIG_CTRL_TOOLBAR Toolbar control is a tool bar with some button-like item.NewtoolbarCONFIG_CTRL_NEWTOOLBAR Newtoolbar control is a image-button tool bar used to activate actions.MenubuttonCONFIG_CTRL_MENUBUTTON Menubutton control is a button-like control, clicking on it will drop a menu to choose from.TrackbarCONFIG_CTRL_TRACKBAR Trackbar control is a track-like bar with a slider on it. This control is used to show position status and variance. ComboboxCONFIG_CTRL_COMBOBOX With an input area and a click area(arrow), the Combobox controls is used to choose an item and show it in the input area. Combobox control with CBS_DROPDOWNLIST style is somewhat like menubutton control. Clicking on a combobox control will drop a menu to choose an item. CBS_SIMPLE style Combobox creates a listbox to display items. The current selection in the list box is displayed in the edit control. CBS_AUTOSPIN style Combobox creates AutoSpin box to choose an item. AutoSpin box has an input field with a spin button. The input field displays an integer, and you can click spin button to increase or decrease the value of the integer. CBS_SPINLIST style Combobox creates SpinList to choose an item. SpinList box has an input field with a spin button. The input field displays some text, and you can click spin button to change the text. The candidate text string comes from the strings you add to the box.PropsheetCONFIG_CTRL_PROPSHEET Propsheet control has a page title area and a page conten area. Clicking on the page title will cause changing the current page and the showing content.Treeview controlCONFIG_EXT_TREEVIEW Treeview control is used to show a list of items with a tree-like fashion.Listview controlCONFIG_EXT_LISTVIEW Listview control is used to display the properties of a list of items. A listview is consist of some rows and columns.Monthcalendar controlCONFIG_EXT_MONTHCAL Monthcalendar control displays date information in a calendar-like fashion. Spinbox controlCONFIG_EXT_SPINBOX Spinbox control is a control with fixed width and height. User can click on the up arrow or the down arrow to change the spinbox current value. Coolbar controlCONFIG_EXT_COOLBAR Coolbar control is a simple tool bar with text or image button-like items.Full gif supportCONFIG_EXT_FULLGIF Includes gif animation support.platformCONFIG_PLATFORM_LINUX Selects the OS platform. uClinux(http://www.uclinux.org) is a derivative of Linux kernel intended for microcontrollers without Memory Management Units (MMUs). uClinux kernel was created to support non-MMU microprocessors, it is small but retains the main advantages of the linux operating system: stability, superior network capability, and excellent file system support. Most Linux applications can run on uClinux with little or without any changes. MiniGUI version 1.3 makes some optimization for uClinux, such as built-in resources support, and specific memory allocations. To use MiniGUI under uClinux, compiles it as static library.compilerCONFIG_COMPILER_ARM Choose your cross compiler here. arm-linux-gcc : arm cross compiler for StrongARM, gcc 2.1.3. armv4l-linux-gcc : arm cross compiler for arm version 4 little endian, including StrongARM, arm7, arm9. mipsel-linux-gcc : mipsel cross compiler. ppc-linux-gcc : PowerPC cross compiler. m68k-elf-gcc : m68k cross compiler for uClinux. arm-elf-gcc : arm cross compiler for uClinux. i386 : x86 gcc compiler, default.targetCONFIG_TARGET_M68K_XCOPILOT Choose your target processor, useful if compiling for uClinux. m68k/68328 : Motorola mc68328 processor, including Xcopilot emulator, etc m68k/68ez328 : Motorola 68ez328 processor, including Arcturus/uCsimm, etc. m68k/Coldfire 5200: Coldfire 5200. m68k/Coldfire 5307: Coldfire 5307. libcCONFIG_LIBC_GLIBC Selects the uClibc or glibc as the libc. uClibc - a Small C Library for Linux Erik Andersen <andersen@codepoet.org> uClibc is a C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc typically involves just recompiling the source code. uClibc even supports shared libraries and threading. It currently runs on standard Linux and MMU-less (also known as uClinux) systems with support for alpha, ARM, i386, i960, h8300, m68k, mips/mipsel, PowerPC, SH, SPARC, and v850 processors. If you are building an embedded Linux system and you find that glibc is eating up too much space, you should consider using uClibc. If you are building a huge fileserver with 12 Terabytes of storage, then using glibc may be a better choice... uClibc is maintained by Erik Andersen and is licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE . This license allows you to make closed source commercial applications using uClibc (Please consider sharing some of the money you make ;-). You do not need to give away all your source code just because you use uClibc and/or run on Linux. -------------------------------------------------------------- uClibc does not support shared library under uClinux now, so you may need to compile MiniGUI as static library. If you are compiling MiniGUI for uClinux and choose uClibc as the libc library, you do not need to configure uClibc separately. If you are not using uClibc under uClinux-dist, make sure you have compiled and install uClibc v0.9.19 in the director: "/usr/ARCH-linux-uclibc".uClinux-Dist directoryUCDIST_DIR Set directory of your uClinux-dist if you are using uClinux.uClibc directoryCONFIG_UCLIBC_DIR Set directory of your uClibc if you are not using uClibc under uClinux.uClibc header directoryUCLIBC_HEADER Directory of your uClibc header.uClibc library directoryUCLIBC_LIB Directory of your binary uClibc library.Installation prefixPREFIX Installation prefix for MiniGUI, you are recommended to use the default value.# End:
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -