Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #23 (closed defect: fixed)

Opened 18 years ago

Last modified 18 years ago

Linker doesn't properly create the executable when using /noi/map

Reported by: dickl Assigned to: derek
Priority: Urgent Component: core
Version: 3.0 Severity: major
Keywords: Cc:

Description (Last modified by Derek Parnell)

For some strange reason, the linker doesn't properly create the executable when /noi/map are on their own line. The executable comes out a few hundred bytes smaller and the executable acts nothing short of weird.

The fix seems to be writing the .KSP file like this

foo.obj
foo.exe
foo.map
kernel32.lib+user32.lib
foo.def
foo.res/noi/map

Change History

06/09/06 02:02:00 changed by Derek Parnell

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.

Build now ensures that the 'resource' line is added to the response file, even when there are no resource files.