Changeset 105160 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGINA
- Timestamp:
- Jul 5, 2024 12:02:04 PM (7 months ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGINA
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk
r98416 r105160 42 42 $(VBOX_LIB_VBGL_R3) 43 43 VBoxGINA_VBOX_IMPORT_CHECKER.win.x86 = nt4 # GINA was introduced with nt351, but we don't have exports for that yet. 44 VBoxGINA_VBOX_SET_PE_VERSION.win.x86 = nt351 44 45 45 46 # Include testcase(s). -
trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/Makefile.kmk
r98103 r105160 1 # $Id 1 # $Id$ 2 2 ## @file 3 3 # Sub-Makefile for GINA test cases. … … 33 33 tstVBoxGINA_SOURCES = \ 34 34 tstVBoxGINA.cpp 35 tstVBoxGINA_VBOX_SET_PE_VERSION.win.x86 = nt351 35 36 36 37 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.