Changeset 99679 in vbox for trunk/src/VBox/Devices/Samples
- Timestamp:
- May 8, 2023 4:44:51 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/Makefile.kmk
r98410 r99679 54 54 # VBoxPlaygroundDevice - A device module demonstrating some unusual features. 55 55 # 56 DLLS += VBoxPlaygroundDevice 57 VBoxPlaygroundDevice_TEMPLATE = VBoxR3Dll 58 VBoxPlaygroundDevice_SOURCES = \ 59 DevPlayground.cpp 60 VBoxPlaygroundDevice_LIBS = \ 61 $(PATH_STAGE_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \ 62 $(LIB_RUNTIME) 56 ifdef VBOX_WITH_MAIN 57 DLLS += VBoxPlaygroundDevice 58 VBoxPlaygroundDevice_TEMPLATE = VBoxR3Dll 59 VBoxPlaygroundDevice_SOURCES = \ 60 DevPlayground.cpp 61 VBoxPlaygroundDevice_LIBS = \ 62 $(PATH_STAGE_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \ 63 $(LIB_RUNTIME) 64 endif 63 65 64 66 ifdef VBOX_WITH_XPCOM
Note:
See TracChangeset
for help on using the changeset viewer.