Changeset 98133 in vbox for trunk/src/VBox/Devices/Samples
- Timestamp:
- Jan 19, 2023 11:40:07 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155303
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/Makefile.kmk
r98103 r98133 34 34 # 35 35 DLLS += VBoxSampleDevice 36 VBoxSampleDevice_TEMPLATE = VB OXR336 VBoxSampleDevice_TEMPLATE = VBoxR3Dll 37 37 VBoxSampleDevice_SOURCES = \ 38 38 VBoxSampleDevice.cpp … … 44 44 # 45 45 DLLS += VBoxSampleDriver 46 VBoxSampleDriver_TEMPLATE = VB OXR346 VBoxSampleDriver_TEMPLATE = VBoxR3Dll 47 47 VBoxSampleDriver_SOURCES = \ 48 48 DrvStorageFilter.cpp … … 55 55 # 56 56 DLLS += VBoxPlaygroundDevice 57 VBoxPlaygroundDevice_TEMPLATE = VB OXR357 VBoxPlaygroundDevice_TEMPLATE = VBoxR3Dll 58 58 VBoxPlaygroundDevice_SOURCES = \ 59 59 DevPlayground.cpp
Note:
See TracChangeset
for help on using the changeset viewer.