View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001052 | Plugins | FTP (old) | public | 2009-09-11 09:50 | 2009-09-11 16:27 |
Reporter | theultramage | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0 | ||||
Fixed in Version | 1.75 | ||||
Summary | 0001052: pr_mvs.cpp missing in FTP plugin's DirList.VS2008.vcproj compilation list | ||||
Description | In r3383 (3 weeks ago), new dirlist was added for IBM z/OS (MVS). This file however was not included into the visual studio project file, and therefore the FTP module currently won't compile out of the box. | ||||
Additional Information | Attached a simple patch to fix this. | ||||
Tags | No tags attached. | ||||
|
far-ftp-module-missing-vcproj-pr_mvs.cpp.diff (387 bytes)
Index: DirList.VS2008.vcproj =================================================================== --- DirList.VS2008.vcproj (revision 3456) +++ DirList.VS2008.vcproj (working copy) @@ -580,6 +580,10 @@ > </File> <File + RelativePath=".\lib\DirList\pr_mvs.cpp" + > + </File> + <File RelativePath=".\lib\DirList\pr_netware.cpp" > </File> |
|
revision 3457. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-11 09:50 | theultramage | New Issue | |
2009-09-11 09:50 | theultramage | File Added: far-ftp-module-missing-vcproj-pr_mvs.cpp.diff | |
2009-09-11 16:27 | DrKnS | Note Added: 0004066 | |
2009-09-11 16:27 | DrKnS | Status | new => closed |
2009-09-11 16:27 | DrKnS | Resolution | open => fixed |
2009-09-11 16:27 | DrKnS | Fixed in Version | => 1.75 |
2013-05-20 21:30 | alexy | Category | FTP => FTP (old) |