View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002731CMakeCMakepublic2006-01-18 07:032016-06-06 16:34
ReporterJan Woetzel 
Assigned ToBill Hoffman 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002731: patch for FindHTMLhelp.cmake script
Descriptionreplace
  "C:/Program Files"

by standard system var.
  $ENV{ProgramFiles}

which works for all install drives and languages.
TagsNo tags attached.
Attached Filestxt file icon patch_HTMLHelp.txt [^] (902 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0003580)
Jan Woetzel (reporter)
2006-01-18 07:11

Sorry,
no need to change the docu - just the rogramFiles.
Corercted diff:


13c13
< "C:/Program Files/HTML Help Workshop"
---
> "$ENV{ProgramFiles}/HTML Help Workshop"
22c22
< "C:/Program Files/HTML Help Workshop/include"
---
> "$ENV{ProgramFiles}/HTML Help Workshop/include"
29c29
< "C:/Program Files/HTML Help Workshop/lib"
---
> ""$ENV{ProgramFiles}/HTML Help Workshop/lib"
(0003809)
Jan Woetzel (reporter)
2006-02-28 06:55


Please apply the (simple) patch befor next release because "C:/Program Files" may be
"D:/Programm" e.g. in german Windows XP.

Thanks,
Jan..



 Issue History
Date Modified Username Field Change
2016-06-06 16:34 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team