Changeset 39204 in vbox for trunk/src/libs/kStuff
- Timestamp:
- Nov 4, 2011 11:58:03 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/kStuff/Makefile.kmk
r28800 r39204 20 20 21 21 # 22 # The library .22 # The library for dynamic linking. 23 23 # 24 24 LIBRARIES += VBox-kStuff … … 71 71 iprt/kRdrFile-iprt.cpp 72 72 73 74 # 75 # The library for static linking. 76 # 77 LIBRARIES += VBox-kStuffStatic 78 VBox-kStuffStatic_TEMPLATE = VBoxR3Static 79 VBox-kStuffStatic_EXTENDS = VBox-kStuff 80 81 82 # 73 83 # Generate the error constants. 84 # 74 85 $$(VBox-kStuff_0_OUTDIR)/kErrNameConsts.h: \ 75 86 $(PATH_SUB_CURRENT)/kStuff/include/k/kErrors.h \
Note:
See TracChangeset
for help on using the changeset viewer.