diff --git a/.gitattributes b/.gitattributes index 80c1e2e0d0..d2a8d6c0cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2031,6 +2031,7 @@ doceditor/images/treenode_add24.bmp -text doceditor/images/underline_blue24.bmp -text doceditor/lazde.lpi svneol=native#text/plain doceditor/lazde.lpr svneol=native#text/pascal +doceditor/lazde.rc svneol=native#text/plain doceditor/lazdemsg.pp svneol=native#text/pascal doceditor/lazdeopts.pp svneol=native#text/pascal doceditor/pgeditor.pp svneol=native#text/pascal diff --git a/doceditor/lazde.lpi b/doceditor/lazde.lpi index 7050c9b0bf..d5f0e37da6 100644 --- a/doceditor/lazde.lpi +++ b/doceditor/lazde.lpi @@ -1,9 +1,11 @@ - - + + + + @@ -40,10 +42,9 @@ + - - @@ -53,81 +54,71 @@ - - + + - - + - - + - - + - - + - - + - - + - - + - - + - - diff --git a/doceditor/lazde.lpr b/doceditor/lazde.lpr index f10f99302b..3950c509bb 100644 --- a/doceditor/lazde.lpr +++ b/doceditor/lazde.lpr @@ -8,7 +8,7 @@ uses frmLink, frmTable, frmabout, pkeditor, eleditor, fpdeutil, frmexample, frmbuild, fmmakeskel, frmsource, lazdemsg, lazdeopts, pgeditor; -{$IFDEF WINDOWS}{$R manifest.rc}{$ENDIF} +{$IFDEF WINDOWS}{$R lazde.rc}{$ENDIF} begin Application.Initialize; diff --git a/doceditor/lazde.rc b/doceditor/lazde.rc new file mode 100644 index 0000000000..54b7b3224f --- /dev/null +++ b/doceditor/lazde.rc @@ -0,0 +1,6 @@ +#define RT_MANIFEST 24 +#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 +#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2 +#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3 + +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "lazde.manifest"