Changeset 41557 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 3, 2012 10:45:44 PM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r41477 r41557 58 58 tstRTDvm \ 59 59 tstEnv \ 60 tst ErrUnique \60 tstRTErrUnique \ 61 61 tstFile \ 62 62 tstRTFileAio \ … … 234 234 tstEnv_SOURCES = tstEnv.cpp 235 235 236 # Note: tstErrUnique.cpp depends on a header generated by the makefile above us. 237 tstErrUnique_SOURCES = tstErrUnique.cpp 238 tstErrUnique_INCS = $(IPRT_OUT_DIR)/ 239 tstErrUnique.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgdata.h 236 tstRTErrUnique_SOURCES = tstRTErrUnique.cpp 237 tstRTErrUnique_INCS = $(IPRT_OUT_DIR)/ 238 tstRTErrUnique.cpp_DEPS = $(IPRT_OUT_DIR)/errmsgdata.h # generate by ../Makefile.kmk 240 239 241 240 tstFile_TEMPLATE = VBOXR3TSTEXE
Note:
See TracChangeset
for help on using the changeset viewer.