
Harbour MiniGUI IDE - FREEWARE
------------------------------

(c)2004-2009 Roberto Lopez <harbourminigui@gmail.com> 
http://harbourminigui.googlepages.com


	- Harbour MiniGUI IDE is experimental code, so It could be 
	buggy / unstable.

	- It reads / writes '.fmg' files (HMG form definition files) in
	'alternate syntax' (DEFINE...END) format.

	- To change control position / size, you must select (click) it. Then
	you must drag upper right corner to move, or drag lower left corner
	to resize. 

	- To edit a property or event, you must double click it (object 
	inspector window).


Command Line (optional) Parameters
----------------------------------

	<ProjectFileName>
	/A (Automatic build
	/D (Debugger Support)
	/C (Console / Mixed Mode)
	/F (Full Build)
	/R (Run After Build)
	/I:<path1;path2;...pathn> (Additional Include Paths)
	/L:<Lib1;lib2;...libn> (Additional Libraries)

	Library names must not include the 'lib' prefix nor '.a' extension.
	So, for include the library 'libmythings.a' you must use 'mythings' 
	name.

	Parameters /D /C /F /R /I and /L are ignored unless /A is
	specified.


--
Roberto Lopez <harbourminigui@gmail.com> 
