- Timestamp:
- Apr 11, 2022 4:00:50 PM (3 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r94544 r94561 2030 2030 VBox/log-vbox.cpp \ 2031 2031 VBox/RTAssertShouldPanic-vbox.cpp \ 2032 \ 2033 common/string/ministring.cpp # for main 2032 common/string/ministring.cpp # for main 2034 2033 ifneq ($(KBUILD_HOST),win) 2035 2034 RuntimeBldProg_SOURCES += \ … … 2448 2447 TEMPLATE_VBoxR3RuntimeDllItself_LIBS.win.x86 = \ 2449 2448 $(filter-out $(PATH_STAGE_LIB)/RuntimeR3VccTricks%, $(TEMPLATE_VBoxR3RuntimeDll_LIBS.win.x86)) 2449 TEMPLATE_VBoxR3RuntimeDllItself_DEFS += IN_RING3 VCC_FAKES_TARGET_$(VBOX_VCC_TOOL_STEM) VCC_FAKES_TARGET=$(substr $(VBOX_VCC_TOOL_STEM),-3) 2450 2450 TEMPLATE_VBoxR3RuntimeDllItself_SOURCES = \ 2451 2451 r3/win/vcc-fakes-kernel32.cpp \ 2452 r3/win/vcc-fakes-kernel32- fakesA.asm \2452 r3/win/vcc-fakes-kernel32-A.asm \ 2453 2453 r3/win/vcc-fakes-ws2_32.cpp \ 2454 r3/win/vcc-fakes-ws2_32- fakesA.asm \2454 r3/win/vcc-fakes-ws2_32-A.asm \ 2455 2455 r3/win/vcc-fakes-ntdll.cpp \ 2456 r3/win/vcc-fakes-ntdll- fakesA.asm \2456 r3/win/vcc-fakes-ntdll-A.asm \ 2457 2457 r3/win/vcc-fakes-msvcrt.cpp 2458 2458 VBoxRT_TEMPLATE = VBoxR3RuntimeDllItself … … 3905 3905 LIBRARIES += RuntimeR3VccTricks2 3906 3906 RuntimeR3VccTricks2_TEMPLATE = VBoxR3Dll 3907 RuntimeR3VccTricks2_DEFS += $(RuntimeR3VccTricks_DEFS) 3907 3908 RuntimeR3VccTricks2_SOURCES = $(RuntimeR3VccTricks_SOURCES) 3908 3909 RuntimeR3VccTricks2_SOURCES += $(RuntimeR3VccTricks2_0_OUTDIR)/dynobjs.lib -
trunk/src/VBox/Runtime/r3/win/vcc-fakes-msvcrt.cpp
r93115 r94561 78 78 extern "C" void __cdecl my_setusermatherr(PFNRT pfnIgnore) 79 79 { 80 RT_NOREF(pfnIgnore); 80 81 /* pure stub. */ 81 82 }
Note:
See TracChangeset
for help on using the changeset viewer.