Changeset 70174 in vbox for trunk/src/VBox
- Timestamp:
- Dec 15, 2017 11:38:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r70173 r70174 28 28 # 29 29 PROGRAMS += VBoxService 30 PROGRAMS.win.x86 += VBoxServiceNT31 30 32 31 # Enable the timesync service within VBoxService. … … 186 185 endif 187 186 188 #189 # VBoxServiceNT - NT4 version of VBoxService.190 #191 VBoxServiceNT_TEMPLATE = VBoxGuestR3Exe192 VBoxServiceNT_EXTENDS = VBoxService193 194 187 VBoxServiceVMInfo.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 195 188 VBoxServiceVMInfo.cpp_DEPS = $(VBOX_SVN_REV_KMK)
Note:
See TracChangeset
for help on using the changeset viewer.