Changeset 98187 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- Jan 21, 2023 10:50:08 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155372
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk
r98103 r98187 31 31 ifeq ($(KBUILD_TARGET),win) 32 32 PROGRAMS += VBoxAutostartSvc 33 VBoxAutostartSvc_TEMPLATE = VB OXMAINCLIENTEXE33 VBoxAutostartSvc_TEMPLATE = VBoxMainClientExe 34 34 VBoxAutostartSvc_INCS = ../Common 35 35 VBoxAutostartSvc_SOURCES = \ … … 43 43 else 44 44 PROGRAMS += VBoxAutostart 45 VBoxAutostart_TEMPLATE = VB OXMAINCLIENTEXE45 VBoxAutostart_TEMPLATE = VBoxMainClientExe 46 46 VBoxAutostart_SOURCES = \ 47 47 VBoxAutostartCfg.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.