Changeset 43482 in vbox
- Timestamp:
- Oct 1, 2012 10:09:06 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r43380 r43482 299 299 #VBoxDrv_LDFLAGS.darwin = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded 300 300 VBoxDrv_LDFLAGS.solaris += -N misc/ctf 301 VBoxDrv_LDFLAGS.solaris += -N misc/dtrace 301 ifdef VBOX_WITH_NATIVE_DTRACE 302 VBoxDrv_LDFLAGS.solaris += -N dtrace 303 endif 302 304 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8 303 305 VBoxDrv_LDFLAGS.win.amd64= -Entry:DriverEntry
Note:
See TracChangeset
for help on using the changeset viewer.

