Changeset 85673 in vbox for trunk/src/VBox/Runtime/tools/Makefile.kmk
- Timestamp:
- Aug 10, 2020 4:02:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r84540 r85673 140 140 RTLdrFlt_SOURCES = RTLdrFlt.cpp 141 141 142 # RTF TPServer implements a simple FTP server.143 PROGRAMS += RTF TPServer144 RTF TPServer_TEMPLATE = VBoxR3Tool145 RTF TPServer_SOURCES = RTFTPServer.cpp142 # RTFtpServer implements a simple FTP server. 143 PROGRAMS += RTFtpServer 144 RTFtpServer_TEMPLATE = VBoxR3Tool 145 RTFtpServer_SOURCES = RTFtpServer.cpp 146 146 147 147 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code)
Note:
See TracChangeset
for help on using the changeset viewer.