Changeset 96453 in vbox
- Timestamp:
- Aug 24, 2022 10:15:07 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153297
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r96449 r96453 386 386 VBoxAddInstallNt3x_TEMPLATE := VBoxGuestR3NoCrtExe 387 387 endif 388 VBoxAddInstallNt3x_LDFLAGS := /VERBOSE 389 VBoxAddInstallNt3x_SOURCES := \ 390 VBoxAddInstallNt3x.cpp \ 391 392 388 VBoxAddInstallNt3x_SOURCES := VBoxAddInstallNt3x.cpp 393 389 VBoxAddInstallNt3x.cpp_DEPS = $(VBOX_SVN_REV_HEADER) 394 390 -
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r96407 r96453 266 266 PROGRAMS.win.x86 += VBoxGuestInstNT 267 267 VBoxGuestInstNT_TEMPLATE = VBoxGuestR3Exe 268 ifndef VBOX_WITH_NOCRT_STATIC 269 VBoxGuestInstNT_LDFLAGS := -Include:_vcc100_kernel32_fakes_asm # Temporary kludge to deal with some link order issue. 270 endif 268 271 VBoxGuestInstNT_SOURCES = win/VBoxGuestInst.cpp 269 272 VBoxGuestInstNT_USES = vboximportchecker -
trunk/src/VBox/Runtime/Makefile.kmk
r96448 r96453 3186 3186 common/misc/message.cpp \ 3187 3187 common/err/errmsg.cpp \ 3188 r3/init-data.cpp \ 3189 r3/process-data.cpp \ 3188 3190 generic/uuid-generic.cpp \ 3189 3191 generic/rtStrFormatKernelAddress-generic.cpp
Note:
See TracChangeset
for help on using the changeset viewer.