diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-02-27 22:47:00 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-07 22:44:09 +0200 |
commit | 18d67efcbc11433784742aec8517d4d98dc67e06 (patch) | |
tree | e4d924585460f6689de5c959b4e98bc7ea91af93 /src/corelib | |
parent | a353439c8674f98d85ab6364069b66214ed6c086 (diff) | |
download | fpGUI-18d67efcbc11433784742aec8517d4d98dc67e06.tar.xz |
agg-demos: fixes the unit comment about the required compiler unit Path value.
Diffstat (limited to 'src/corelib')
66 files changed, 132 insertions, 132 deletions
diff --git a/src/corelib/render/software/agg-demos/Agg2DDemo.dpr b/src/corelib/render/software/agg-demos/Agg2DDemo.dpr index 36fc844d..d3b5cd79 100644 --- a/src/corelib/render/software/agg-demos/Agg2DDemo.dpr +++ b/src/corelib/render/software/agg-demos/Agg2DDemo.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..\;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
Agg2DDemo ;
@@ -755,4 +755,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/aa_demo.dpr b/src/corelib/render/software/agg-demos/aa_demo.dpr index d2aef70d..7abddf05 100644 --- a/src/corelib/render/software/agg-demos/aa_demo.dpr +++ b/src/corelib/render/software/agg-demos/aa_demo.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..\;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
aa_demo ;
@@ -453,4 +453,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/aa_test.dpr b/src/corelib/render/software/agg-demos/aa_test.dpr index acb671b5..a21f04b0 100644 --- a/src/corelib/render/software/agg-demos/aa_test.dpr +++ b/src/corelib/render/software/agg-demos/aa_test.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..\;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
aa_test ;
@@ -801,4 +801,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/alpha_gradient.dpr b/src/corelib/render/software/agg-demos/alpha_gradient.dpr index 06c52b66..b9bcbef7 100644 --- a/src/corelib/render/software/agg-demos/alpha_gradient.dpr +++ b/src/corelib/render/software/agg-demos/alpha_gradient.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..\;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
alpha_gradient ;
@@ -500,4 +500,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/alpha_mask.dpr b/src/corelib/render/software/agg-demos/alpha_mask.dpr index cc4dc0be..bc704cff 100644 --- a/src/corelib/render/software/agg-demos/alpha_mask.dpr +++ b/src/corelib/render/software/agg-demos/alpha_mask.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
alpha_mask ;
@@ -343,4 +343,4 @@ BEGIN g_alpha_mask_rbuf.Destruct;
g_rasterizer.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/alpha_mask2.dpr b/src/corelib/render/software/agg-demos/alpha_mask2.dpr index 85e68fd2..ffd42a18 100644 --- a/src/corelib/render/software/agg-demos/alpha_mask2.dpr +++ b/src/corelib/render/software/agg-demos/alpha_mask2.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
alpha_mask2 ;
@@ -581,4 +581,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/alpha_mask3.dpr b/src/corelib/render/software/agg-demos/alpha_mask3.dpr index d236ced4..a17aa960 100644 --- a/src/corelib/render/software/agg-demos/alpha_mask3.dpr +++ b/src/corelib/render/software/agg-demos/alpha_mask3.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
alpha_mask3 ;
@@ -790,4 +790,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/bezier_div.dpr b/src/corelib/render/software/agg-demos/bezier_div.dpr index 115ae034..7c40e015 100644 --- a/src/corelib/render/software/agg-demos/bezier_div.dpr +++ b/src/corelib/render/software/agg-demos/bezier_div.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
bezier_div ;
@@ -882,4 +882,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/blend_color.dpr b/src/corelib/render/software/agg-demos/blend_color.dpr index 48a82aff..429c13ca 100644 --- a/src/corelib/render/software/agg-demos/blend_color.dpr +++ b/src/corelib/render/software/agg-demos/blend_color.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
blend_color ;
@@ -840,4 +840,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/blur.dpr b/src/corelib/render/software/agg-demos/blur.dpr index a3bb7777..448aed4b 100644 --- a/src/corelib/render/software/agg-demos/blur.dpr +++ b/src/corelib/render/software/agg-demos/blur.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
blur ;
@@ -489,4 +489,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/bspline.dpr b/src/corelib/render/software/agg-demos/bspline.dpr index 8f2b7aa0..b3ab05aa 100644 --- a/src/corelib/render/software/agg-demos/bspline.dpr +++ b/src/corelib/render/software/agg-demos/bspline.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
bspline ;
@@ -267,4 +267,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/circles.dpr b/src/corelib/render/software/agg-demos/circles.dpr index 151a91e9..7920116f 100644 --- a/src/corelib/render/software/agg-demos/circles.dpr +++ b/src/corelib/render/software/agg-demos/circles.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
circles ;
@@ -416,4 +416,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/component_rendering.dpr b/src/corelib/render/software/agg-demos/component_rendering.dpr index 2277e46c..0dcea7f6 100644 --- a/src/corelib/render/software/agg-demos/component_rendering.dpr +++ b/src/corelib/render/software/agg-demos/component_rendering.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
component_rendering ;
@@ -168,4 +168,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/compositing.dpr b/src/corelib/render/software/agg-demos/compositing.dpr index f466692b..dde5607b 100644 --- a/src/corelib/render/software/agg-demos/compositing.dpr +++ b/src/corelib/render/software/agg-demos/compositing.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
compositing ;
@@ -573,4 +573,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/compositing2.dpr b/src/corelib/render/software/agg-demos/compositing2.dpr index 20e01e5e..e07e3136 100644 --- a/src/corelib/render/software/agg-demos/compositing2.dpr +++ b/src/corelib/render/software/agg-demos/compositing2.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
compositing2 ;
@@ -333,4 +333,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/conv_contour.dpr b/src/corelib/render/software/agg-demos/conv_contour.dpr index c06bc9bc..7efaf528 100644 --- a/src/corelib/render/software/agg-demos/conv_contour.dpr +++ b/src/corelib/render/software/agg-demos/conv_contour.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
conv_contour_ ;
@@ -271,4 +271,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/conv_dash_marker.dpr b/src/corelib/render/software/agg-demos/conv_dash_marker.dpr index 5e66755e..25417cec 100644 --- a/src/corelib/render/software/agg-demos/conv_dash_marker.dpr +++ b/src/corelib/render/software/agg-demos/conv_dash_marker.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
conv_dash_marker ;
@@ -431,4 +431,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/conv_stroke.dpr b/src/corelib/render/software/agg-demos/conv_stroke.dpr index 7b8af8e5..e6aa09ba 100644 --- a/src/corelib/render/software/agg-demos/conv_stroke.dpr +++ b/src/corelib/render/software/agg-demos/conv_stroke.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
conv_stroke_ ;
@@ -402,4 +402,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/distortions.dpr b/src/corelib/render/software/agg-demos/distortions.dpr index ca0db012..dac91979 100644 --- a/src/corelib/render/software/agg-demos/distortions.dpr +++ b/src/corelib/render/software/agg-demos/distortions.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
distortions ;
@@ -910,4 +910,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/flash_rasterizer.dpr b/src/corelib/render/software/agg-demos/flash_rasterizer.dpr index c0cf14c4..85c5d5d8 100644 --- a/src/corelib/render/software/agg-demos/flash_rasterizer.dpr +++ b/src/corelib/render/software/agg-demos/flash_rasterizer.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
flash_rasterizer ;
@@ -1003,4 +1003,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/flash_rasterizer2.dpr b/src/corelib/render/software/agg-demos/flash_rasterizer2.dpr index e29f6536..e944a10d 100644 --- a/src/corelib/render/software/agg-demos/flash_rasterizer2.dpr +++ b/src/corelib/render/software/agg-demos/flash_rasterizer2.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
flash_rasterizer2 ;
@@ -980,4 +980,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/freetype_test.dpr b/src/corelib/render/software/agg-demos/freetype_test.dpr index 14ff1b6b..98f93270 100644 --- a/src/corelib/render/software/agg-demos/freetype_test.dpr +++ b/src/corelib/render/software/agg-demos/freetype_test.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
freetype_test ;
@@ -695,4 +695,4 @@ BEGIN app.Destruct;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gamma_correction.dpr b/src/corelib/render/software/agg-demos/gamma_correction.dpr index 37c26d3d..4fdad9d9 100644 --- a/src/corelib/render/software/agg-demos/gamma_correction.dpr +++ b/src/corelib/render/software/agg-demos/gamma_correction.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gamma_correction ;
@@ -320,4 +320,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gamma_ctrl.dpr b/src/corelib/render/software/agg-demos/gamma_ctrl.dpr index 2b9c496e..8b6612dd 100644 --- a/src/corelib/render/software/agg-demos/gamma_ctrl.dpr +++ b/src/corelib/render/software/agg-demos/gamma_ctrl.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gamma_ctrl_ ;
@@ -397,4 +397,4 @@ BEGIN app.Destruct;
g_ctrl.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gouraud.dpr b/src/corelib/render/software/agg-demos/gouraud.dpr index 261bae77..55f55656 100644 --- a/src/corelib/render/software/agg-demos/gouraud.dpr +++ b/src/corelib/render/software/agg-demos/gouraud.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gouraud ;
@@ -450,4 +450,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gouraud_mesh.dpr b/src/corelib/render/software/agg-demos/gouraud_mesh.dpr index 9a6f506c..a7ff718c 100644 --- a/src/corelib/render/software/agg-demos/gouraud_mesh.dpr +++ b/src/corelib/render/software/agg-demos/gouraud_mesh.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gouraud_mesh ;
@@ -980,4 +980,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gpc_test.dpr b/src/corelib/render/software/agg-demos/gpc_test.dpr index e09f2936..014cb97c 100644 --- a/src/corelib/render/software/agg-demos/gpc_test.dpr +++ b/src/corelib/render/software/agg-demos/gpc_test.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gpc_test ;
@@ -959,4 +959,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gradient_focal.dpr b/src/corelib/render/software/agg-demos/gradient_focal.dpr index 365ae885..966cf89c 100644 --- a/src/corelib/render/software/agg-demos/gradient_focal.dpr +++ b/src/corelib/render/software/agg-demos/gradient_focal.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gradient_focal ;
@@ -434,4 +434,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gradients.dpr b/src/corelib/render/software/agg-demos/gradients.dpr index 9b73dd9f..bcd6f5d1 100644 --- a/src/corelib/render/software/agg-demos/gradients.dpr +++ b/src/corelib/render/software/agg-demos/gradients.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
gradients ;
@@ -725,4 +725,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/gradients_contour.dpr b/src/corelib/render/software/agg-demos/gradients_contour.dpr index 4327c041..367310aa 100644 --- a/src/corelib/render/software/agg-demos/gradients_contour.dpr +++ b/src/corelib/render/software/agg-demos/gradients_contour.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
// To flood England (4 colors):
//
@@ -1904,4 +1904,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/graph_test.dpr b/src/corelib/render/software/agg-demos/graph_test.dpr index 275574f3..acf81627 100644 --- a/src/corelib/render/software/agg-demos/graph_test.dpr +++ b/src/corelib/render/software/agg-demos/graph_test.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
graph_test ;
@@ -1588,4 +1588,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/idea.dpr b/src/corelib/render/software/agg-demos/idea.dpr index 1aaeae91..a0349d67 100644 --- a/src/corelib/render/software/agg-demos/idea.dpr +++ b/src/corelib/render/software/agg-demos/idea.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
idea ;
@@ -514,4 +514,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image1.dpr b/src/corelib/render/software/agg-demos/image1.dpr index 48dd3ef1..47ed03ff 100644 --- a/src/corelib/render/software/agg-demos/image1.dpr +++ b/src/corelib/render/software/agg-demos/image1.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image1 ;
@@ -292,4 +292,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_alpha.dpr b/src/corelib/render/software/agg-demos/image_alpha.dpr index b0845946..665b9590 100644 --- a/src/corelib/render/software/agg-demos/image_alpha.dpr +++ b/src/corelib/render/software/agg-demos/image_alpha.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_alpha ;
@@ -348,4 +348,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_filters.dpr b/src/corelib/render/software/agg-demos/image_filters.dpr index 73a60778..43d2c6b4 100644 --- a/src/corelib/render/software/agg-demos/image_filters.dpr +++ b/src/corelib/render/software/agg-demos/image_filters.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_filters ;
@@ -613,4 +613,4 @@ BEGIN app.Destruct;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_filters2.dpr b/src/corelib/render/software/agg-demos/image_filters2.dpr index 3f90bef5..a82c0fea 100644 --- a/src/corelib/render/software/agg-demos/image_filters2.dpr +++ b/src/corelib/render/software/agg-demos/image_filters2.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_filters2 ;
@@ -409,4 +409,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_fltr_graph.dpr b/src/corelib/render/software/agg-demos/image_fltr_graph.dpr index e90d93a3..e15b5594 100644 --- a/src/corelib/render/software/agg-demos/image_fltr_graph.dpr +++ b/src/corelib/render/software/agg-demos/image_fltr_graph.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_fltr_graph ;
@@ -513,4 +513,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_perspective.dpr b/src/corelib/render/software/agg-demos/image_perspective.dpr index bbbf62f3..3dd8495e 100644 --- a/src/corelib/render/software/agg-demos/image_perspective.dpr +++ b/src/corelib/render/software/agg-demos/image_perspective.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_perspective ;
@@ -449,4 +449,4 @@ BEGIN g_rasterizer.Destruct;
g_scanline.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_resample.dpr b/src/corelib/render/software/agg-demos/image_resample.dpr index 5d4688e6..0243067d 100644 --- a/src/corelib/render/software/agg-demos/image_resample.dpr +++ b/src/corelib/render/software/agg-demos/image_resample.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_resample ;
@@ -576,4 +576,4 @@ BEGIN g_rasterizer.Destruct;
g_scanline.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/image_transforms.dpr b/src/corelib/render/software/agg-demos/image_transforms.dpr index 5bff20ca..f335f15e 100644 --- a/src/corelib/render/software/agg-demos/image_transforms.dpr +++ b/src/corelib/render/software/agg-demos/image_transforms.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
image_transforms ;
@@ -632,4 +632,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/line_patterns.dpr b/src/corelib/render/software/agg-demos/line_patterns.dpr index 1f13d8f8..7f6b4dda 100644 --- a/src/corelib/render/software/agg-demos/line_patterns.dpr +++ b/src/corelib/render/software/agg-demos/line_patterns.dpr @@ -11,7 +11,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
line_patterns ;
@@ -486,4 +486,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/lion.dpr b/src/corelib/render/software/agg-demos/lion.dpr index 1991509e..ef2aab07 100644 --- a/src/corelib/render/software/agg-demos/lion.dpr +++ b/src/corelib/render/software/agg-demos/lion.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
lion ;
@@ -302,4 +302,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/lion_lens.dpr b/src/corelib/render/software/agg-demos/lion_lens.dpr index 89c6ca52..3ff07ec4 100644 --- a/src/corelib/render/software/agg-demos/lion_lens.dpr +++ b/src/corelib/render/software/agg-demos/lion_lens.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
lion_lens ;
@@ -290,4 +290,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/lion_outline.dpr b/src/corelib/render/software/agg-demos/lion_outline.dpr index 533209db..d188be96 100644 --- a/src/corelib/render/software/agg-demos/lion_outline.dpr +++ b/src/corelib/render/software/agg-demos/lion_outline.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
lion_outline ;
@@ -331,4 +331,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/multi_clip.dpr b/src/corelib/render/software/agg-demos/multi_clip.dpr index 59bd5a74..c1018c04 100644 --- a/src/corelib/render/software/agg-demos/multi_clip.dpr +++ b/src/corelib/render/software/agg-demos/multi_clip.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
multi_clip ;
@@ -539,4 +539,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/particle_demo.dpr b/src/corelib/render/software/agg-demos/particle_demo.dpr index c9c38403..373e7307 100644 --- a/src/corelib/render/software/agg-demos/particle_demo.dpr +++ b/src/corelib/render/software/agg-demos/particle_demo.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
particle_demo ;
@@ -840,4 +840,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/pattern_fill.dpr b/src/corelib/render/software/agg-demos/pattern_fill.dpr index ad35bd68..214bbc2d 100644 --- a/src/corelib/render/software/agg-demos/pattern_fill.dpr +++ b/src/corelib/render/software/agg-demos/pattern_fill.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
pattern_fill ;
@@ -519,4 +519,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/pattern_perspective.dpr b/src/corelib/render/software/agg-demos/pattern_perspective.dpr index 98d3d324..3a324d26 100644 --- a/src/corelib/render/software/agg-demos/pattern_perspective.dpr +++ b/src/corelib/render/software/agg-demos/pattern_perspective.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
pattern_perspective ;
@@ -435,4 +435,4 @@ BEGIN g_rasterizer.Destruct;
g_scanline.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/perspective.dpr b/src/corelib/render/software/agg-demos/perspective.dpr index 33b326f7..c3c5daad 100644 --- a/src/corelib/render/software/agg-demos/perspective.dpr +++ b/src/corelib/render/software/agg-demos/perspective.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
perspective ;
@@ -413,4 +413,4 @@ BEGIN g_scanline.Destruct;
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/polymorphic_renderer.dpr b/src/corelib/render/software/agg-demos/polymorphic_renderer.dpr index 1443f1ef..f5e3fc55 100644 --- a/src/corelib/render/software/agg-demos/polymorphic_renderer.dpr +++ b/src/corelib/render/software/agg-demos/polymorphic_renderer.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
polymorphic_renderer ;
@@ -246,4 +246,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/pure_api_win.dpr b/src/corelib/render/software/agg-demos/pure_api_win.dpr index 69663136..4fc75ea1 100644 --- a/src/corelib/render/software/agg-demos/pure_api_win.dpr +++ b/src/corelib/render/software/agg-demos/pure_api_win.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
pure_api_win;
@@ -251,4 +251,4 @@ BEGIN end;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/raster_text.dpr b/src/corelib/render/software/agg-demos/raster_text.dpr index 63cfa510..3c55843d 100644 --- a/src/corelib/render/software/agg-demos/raster_text.dpr +++ b/src/corelib/render/software/agg-demos/raster_text.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
raster_text ;
@@ -254,4 +254,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/rasterizer_compound.dpr b/src/corelib/render/software/agg-demos/rasterizer_compound.dpr index 00399381..a1dbc979 100644 --- a/src/corelib/render/software/agg-demos/rasterizer_compound.dpr +++ b/src/corelib/render/software/agg-demos/rasterizer_compound.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
rasterizer_compound ;
@@ -432,4 +432,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/rasterizers.dpr b/src/corelib/render/software/agg-demos/rasterizers.dpr index d67093b9..9f4638b8 100644 --- a/src/corelib/render/software/agg-demos/rasterizers.dpr +++ b/src/corelib/render/software/agg-demos/rasterizers.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
rasterizers ;
@@ -446,4 +446,4 @@ BEGIN app.Destruct;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/rasterizers2.dpr b/src/corelib/render/software/agg-demos/rasterizers2.dpr index 473616ee..012dbc64 100644 --- a/src/corelib/render/software/agg-demos/rasterizers2.dpr +++ b/src/corelib/render/software/agg-demos/rasterizers2.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
rasterizers2 ;
@@ -802,4 +802,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/rounded_rect.dpr b/src/corelib/render/software/agg-demos/rounded_rect.dpr index f6425f53..f7cd8290 100644 --- a/src/corelib/render/software/agg-demos/rounded_rect.dpr +++ b/src/corelib/render/software/agg-demos/rounded_rect.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
rounded_rect ;
@@ -290,4 +290,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/scanline_boolean.dpr b/src/corelib/render/software/agg-demos/scanline_boolean.dpr index 4fccc7ad..3738273d 100644 --- a/src/corelib/render/software/agg-demos/scanline_boolean.dpr +++ b/src/corelib/render/software/agg-demos/scanline_boolean.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
scanline_boolean ;
@@ -382,4 +382,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/scanline_boolean2.dpr b/src/corelib/render/software/agg-demos/scanline_boolean2.dpr index 2ffda897..7038187e 100644 --- a/src/corelib/render/software/agg-demos/scanline_boolean2.dpr +++ b/src/corelib/render/software/agg-demos/scanline_boolean2.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
scanline_boolean2 ;
@@ -944,4 +944,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/simple_blur.dpr b/src/corelib/render/software/agg-demos/simple_blur.dpr index 305c43b5..f9103be1 100644 --- a/src/corelib/render/software/agg-demos/simple_blur.dpr +++ b/src/corelib/render/software/agg-demos/simple_blur.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
simple_blur ;
@@ -447,4 +447,4 @@ BEGIN // Free
g_path.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/svg_test.dpr b/src/corelib/render/software/agg-demos/svg_test.dpr index 8d148127..5991f98e 100644 --- a/src/corelib/render/software/agg-demos/svg_test.dpr +++ b/src/corelib/render/software/agg-demos/svg_test.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
svg_test ;
@@ -436,4 +436,4 @@ BEGIN Esc:
app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/trans_curve1.dpr b/src/corelib/render/software/agg-demos/trans_curve1.dpr index 46dcdd0a..99808420 100644 --- a/src/corelib/render/software/agg-demos/trans_curve1.dpr +++ b/src/corelib/render/software/agg-demos/trans_curve1.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
trans_curve1 ;
@@ -451,4 +451,4 @@ BEGIN ReleaseDC(0 ,dc );
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/trans_curve1_ft.dpr b/src/corelib/render/software/agg-demos/trans_curve1_ft.dpr index a0e883e9..a803f1f3 100644 --- a/src/corelib/render/software/agg-demos/trans_curve1_ft.dpr +++ b/src/corelib/render/software/agg-demos/trans_curve1_ft.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
trans_curve1_ft ;
@@ -447,4 +447,4 @@ BEGIN app.Destruct;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/trans_curve2.dpr b/src/corelib/render/software/agg-demos/trans_curve2.dpr index 7969e069..55ea6ca2 100644 --- a/src/corelib/render/software/agg-demos/trans_curve2.dpr +++ b/src/corelib/render/software/agg-demos/trans_curve2.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
trans_curve2 ;
@@ -538,4 +538,4 @@ BEGIN ReleaseDC(0 ,dc );
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/trans_curve2_ft.dpr b/src/corelib/render/software/agg-demos/trans_curve2_ft.dpr index 1fbeec1b..e3accd60 100644 --- a/src/corelib/render/software/agg-demos/trans_curve2_ft.dpr +++ b/src/corelib/render/software/agg-demos/trans_curve2_ft.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
trans_curve2_ft ;
@@ -533,4 +533,4 @@ BEGIN app.Destruct;
-END.
+END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/trans_polar.dpr b/src/corelib/render/software/agg-demos/trans_polar.dpr index 00e1fe9d..ed97558a 100644 --- a/src/corelib/render/software/agg-demos/trans_polar.dpr +++ b/src/corelib/render/software/agg-demos/trans_polar.dpr @@ -2,7 +2,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
trans_polar_ ;
@@ -321,4 +321,4 @@ BEGIN app.Destruct;
-END.
\ No newline at end of file +END.
\ No newline at end of file diff --git a/src/corelib/render/software/agg-demos/truetype_test.dpr b/src/corelib/render/software/agg-demos/truetype_test.dpr index 82dfd383..7dbc820a 100644 --- a/src/corelib/render/software/agg-demos/truetype_test.dpr +++ b/src/corelib/render/software/agg-demos/truetype_test.dpr @@ -3,7 +3,7 @@ // AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
truetype_test ;
@@ -703,4 +703,4 @@ BEGIN ReleaseDC(0 ,dc );
-END.
\ No newline at end of file +END.
\ No newline at end of file |