Changeset 50382 in vbox
- Timestamp:
- Feb 10, 2014 10:42:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r50351 r50382 27 27 PROGRAMS += \ 28 28 tstAPI \ 29 tstVBoxAPI \ 29 30 tstVBoxAPIPerf \ 30 31 $(if $(VBOX_OSE),,tstOVF) \ … … 66 67 tstAPI_SOURCES = tstAPI.cpp 67 68 69 # 70 # tstVBoxAPI 71 # 72 tstVBoxAPI_TEMPLATE = VBOXMAINCLIENTTSTEXE 73 tstVBoxAPI_SOURCES = \ 74 tstVBoxAPI.cpp 68 75 69 76 #
Note:
See TracChangeset
for help on using the changeset viewer.