Changeset 4741 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 12, 2007 4:49:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r4739 r4741 34 34 umoddi3.o \ 35 35 qdivrem.o 36 #ifdef DEBUG36 ifdef DEBUG 37 37 OBJS += \ 38 38 logbackdoor.o \ … … 41 41 strformatrt.o \ 42 42 strformat-vbox.o 43 #endif43 endif 44 44 45 45 ifneq ($(MAKECMDGOALS),clean)
Note:
See TracChangeset
for help on using the changeset viewer.