mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 05:40:49 +02:00
TAChart: Add a directive to the wmf demo to indicate that it is only available for Windows.
This commit is contained in:
parent
8a33c15bd5
commit
6414f4a1d5
@ -1,5 +1,5 @@
|
||||
{ "TAChart_wmf" : {
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","wmf","Windows Only","Needs work"],
|
||||
"Description" : "Saves a chart to a file in WMF format.\nAppears usable only under Windows, not tested there yet. May need editing to main.pas #41 to enable alt method of drawing."}
|
||||
"Description" : "Saves a chart to a file in WMF format.\nRuns only on Windows. An alternative way to create WMF files is by using the fpvectorial drawer."}
|
||||
}
|
@ -2,6 +2,10 @@ unit Main;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFNDEF MSWindows}
|
||||
This demo runs on Windows only.
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user