Ticket #28 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Optlink not using switch options correctly on response file

Reported by: dickl Assigned to: derek
Priority: Must be next Component: core
Version: 3.02 Severity: major
Keywords: Cc:

Description

Optlink doesn't always create the executable correctly if the linker options are on a separate line (after the .res file)

e.g. the ksp file created looks like this
 
foo.obj
foo.exe
foo.map
kernel32.lib+user32.lib
foo.def
foo.res
/noi/map
 
for Optlink to form the executable correctly it need to look like this
 
foo.obj
foo.exe
foo.map
kernel32.lib+user32.lib
foo.def
foo.res/noi/map

I have 1 project where the problem doesn't occur and another (much larger) where it does.

Change History

06/23/06 03:32:23 changed by Derek Parnell

  • status changed from new to closed.
  • version changed from 3.01 to 3.02.
  • resolution set to fixed.