Changeset 74334 in vbox
- Timestamp:
- Sep 18, 2018 9:27:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r74328 r74334 2346 2346 2347 2347 if1of ($(KBUILD_TARGET),win darwin) # remove later 2348 if1of (VBoxRT,$(DLLS)) 2348 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86) 2349 if1of (VBoxRT,$(DLLS)) 2349 2350 # 2350 2351 # VBoxRTImpCheck - Import library check. … … 2372 2373 -f $(PATH_ROOT)/src/VBox/Runtime/VBox/DefToAsmExterns.sed \ 2373 2374 $(filter %.def, $^) 2375 endif 2374 2376 endif 2375 2377 endif # remove later
Note:
See TracChangeset
for help on using the changeset viewer.