View Issue Details

IDProjectCategoryView StatusLast Update
0001052PluginsFTP (old)public2009-09-11 16:27
Reportertheultramage Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version2.0 
Fixed in Version1.75 
Summary0001052: pr_mvs.cpp missing in FTP plugin's DirList.VS2008.vcproj compilation list
DescriptionIn 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 InformationAttached a simple patch to fix this.
TagsNo tags attached.

Activities

theultramage

2009-09-11 09:50

reporter  

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>

DrKnS

2009-09-11 16:27

administrator   bugnote:0004066

revision 3457.

Issue History

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)