Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#220 closed defect (fixed)

GEOS VS 2005 solution/prject file leaves junk in C:\development\msys\local\bin

Reported by: robe Owned by: mloskot
Priority: trivial Milestone: 3.1.0
Component: Build/Install Version: main
Severity: Unassigned Keywords:
Cc:

Description

It only seems to do this in 3.1.0 not the 3.0 branch. Also shouldn't there be a milestone category for 3.0.4 (only has 3.1 and 3.0.1)?

Change History (7)

comment:1 by pramsey, 15 years ago

Has this been addressed?

comment:2 by robe, 15 years ago

I don't think so. I still see it in the code I just pulled down. The offending line is 64 of build/msvc80/geos_c_dll/geos_c_dll.vcproj

OutputFile="C:\Development\msys\local\bin\geosd_c.dll"

This should be changed to

OutputFile="$(OutDir)\geosd_c.dll"

I think.

comment:3 by mloskot, 15 years ago

AFAIR, this custom output was introduced by Charlie when he was updating Python/Ruby bindings, see r2024. I am sure it's well safe to apply the suggested fix, so I would be thankful if someone could do it for me (ATM, I have no access to Visual C++).

comment:4 by pramsey, 15 years ago

Resolution: fixed
Status: newclosed

Changed as of r2259

comment:5 by (none), 15 years ago

Milestone: 3.1.0

Milestone 3.1.0 deleted

comment:6 by pramsey, 15 years ago

Milestone: 3.1.0
Version: 3.0.0

comment:7 by pramsey, 15 years ago

Version: 3.0.0svn-trunk
Note: See TracTickets for help on using tickets.