Changeset 82665 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Jan 8, 2020 9:32:19 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135569
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r81775 r82665 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 131 131 RTLdrFlt_SOURCES = RTLdrFlt.cpp 132 132 133 # RTFTPServer implements a simple FTP server. 134 PROGRAMS += RTFTPServer 135 RTFTPServer_TEMPLATE = VBoxR3Tool 136 RTFTPServer_SOURCES = RTFTPServer.cpp 137 133 138 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code) 134 139 PROGRAMS += RTGzip
Note:
See TracChangeset
for help on using the changeset viewer.