- Timestamp:
- Sep 10, 2015 1:33:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r57689 r57691 63 63 RTGzip_SOURCES = RTGzip.cpp 64 64 65 ifdef VBOX_WITH_LIBCURL 65 66 # RTHttp - our http/https fetcher (for testing the http client API). 66 67 PROGRAMS += RTHttp 67 68 RTHttp_TEMPLATE = VBoxR3Tool 68 69 RTHttp_SOURCES = RTHttp.cpp 70 endif 69 71 70 72 # RTShutdown - similar (but not identical) to a typical unix shutdown command.
Note:
See TracChangeset
for help on using the changeset viewer.