diff --git a/components/xdev_toolkit/XDevStatus.html b/components/xdev_toolkit/XDevStatus.html index fa2d1b45b..9d682f37d 100644 --- a/components/xdev_toolkit/XDevStatus.html +++ b/components/xdev_toolkit/XDevStatus.html @@ -32,7 +32,21 @@
+{$IFNDEF LCLCarbon} + {$R *.lfm} //include generic form with Windows and Linux +{$ELSE} + {$R *.mac.lfm} //include prettied form with Mac (-m -s switches) +{$ENDIF} ++
http://wiki.lazarus.freepascal.org/Deploying_Your_Application