Opened 17 years ago

Last modified 15 years ago

#17 new task

Implement multiple output support (e.g. .dll linking)

Reported by: bird Owned by: bird
Priority: major Milestone: 0.3.0
Component: kBuild Version:
Keywords: Cc:

Description

When linking a DLL on windows there is one or two extra files being generated that's of importance, esp. the import library. These are currently copied to PATH_LIB without really telling anyone and thereby screwing up dependencies. It should be made possible to suppress this copying, control where it copies the files, and there must of course be the correct rules and such so make can figure the right order in which to link stuff.

Change History (4)

comment:1 Changed 16 years ago by bird

Milestone: 0.1.1 release0.1.3

comment:2 Changed 16 years ago by bird

Milestone: 0.1.30.1.4

We're telling kmk about the extra output so it'll do the right thing, so the worst part is fixed here.

comment:3 Changed 16 years ago by bird

Milestone: 0.1.40.1.5

comment:4 Changed 15 years ago by bird

Milestone: 0.1.50.2.0
Note: See TracTickets for help on using tickets.