lazarus/components/chmhelp/lhelp/lhelp.rc
vincents 36b74cb321 lhelp: fixed compilation on windows
* removed references to obsolete .lrs file, probably used previously for icon.
* update lhelp.rc to current generated version and added external manifest file.

git-svn-id: trunk@19786 -
2009-05-03 18:02:26 +00:00

8 lines
267 B
Plaintext

#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 "lhelp.manifest"
MAINICON ICON "lhelp.ico"