pierre
26 years ago
|
@@ -4,6 +4,9 @@
|
|
{$ifdef linux}
|
|
{$ifdef linux}
|
|
{$define OK}
|
|
{$define OK}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$ifdef win32}
|
|
|
|
+{$define OK}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
{$ifdef OK}
|
|
uses
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
{$ifdef linux}
|
|
{$ifdef linux}
|
|
{$define OK}
|
|
{$define OK}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$ifdef win32}
|
|
|
|
+{$define OK}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
{$ifdef OK}
|
|
uses
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
{$ifdef linux}
|
|
{$ifdef linux}
|
|
{$define OK}
|
|
{$define OK}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$ifdef win32}
|
|
|
|
+{$define OK}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
{$ifdef OK}
|
|
uses
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
{$ifdef linux}
|
|
{$ifdef linux}
|
|
{$define OK}
|
|
{$define OK}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$ifdef win32}
|
|
|
|
+{$define OK}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
{$ifdef OK}
|
|
uses
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
{$ifdef linux}
|
|
{$ifdef linux}
|
|
{$define OK}
|
|
{$define OK}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
+{$ifdef win32}
|
|
|
|
+{$define OK}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
{$ifdef OK}
|
|
uses graph
|
|
uses graph
|