Changeset 74094 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Sep 5, 2018 9:03:06 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124859
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r73665 r74094 174 174 ifdef VBOX_WITH_LIBCURL 175 175 PROGRAMS += \ 176 tstRTHttp \176 tstRTHttp-1 \ 177 177 tstRTS3 178 178 endif … … 318 318 319 319 ifdef VBOX_WITH_LIBCURL 320 tstRTHttp _TEMPLATE = VBOXR3TSTEXE321 tstRTHttp _SOURCES = tstRTHttp.cpp322 tstRTHttp _SDKS = VBOX_LIBCURL320 tstRTHttp-1_TEMPLATE = VBOXR3TSTEXE 321 tstRTHttp-1_SOURCES = tstRTHttp-1.cpp 322 tstRTHttp-1_SDKS = VBOX_LIBCURL 323 323 endif 324 324
Note:
See TracChangeset
for help on using the changeset viewer.