Changeset 95258 in vbox for trunk/src/VBox/Additions/os2
- Timestamp:
- Jun 13, 2022 3:31:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/Makefile.kmk
r79113 r95258 194 194 ifndef VBOX_USE_WATCOM_FOR_OS2 195 195 VBoxSF_SOURCES += \ 196 VBoxSF.def197 endif 198 199 VBoxSFA.asm_DEFS = VBOX_SVN_REV_STR= \"$(VBOX_SVN_REV)\" VBOX_VERSION_STRING=\"$(VBOX_VERSION_STRING)\"196 VBoxSF.def 197 endif 198 199 VBoxSFA.asm_DEFS = VBOX_SVN_REV_STR="$(VBOX_SVN_REV)" VBOX_VERSION_STRING="$(VBOX_VERSION_STRING)" 200 200 VBoxSFInit.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 201 201
Note:
See TracChangeset
for help on using the changeset viewer.