Opened 14 years ago

Closed 14 years ago

#337 closed defect (fixed)

nmake clean misses some files

Reported by: pdhammond Owned by: mloskot
Priority: minor Milestone:
Component: Build/Install Version: 3.1.1
Severity: Unassigned Keywords:
Cc:

Description (last modified by mloskot)

nmake clean leaves ./inlines.obj and operations/union/CascadedPolygonUnion.obj behind.

Suggestion: change src/makefile.vc line 358 to:

 -@FOR %d IN ( $(OBJ) ) DO del %d

Change History (4)

comment:1 by mloskot, 14 years ago

Owner: changed from pramsey to mloskot
Status: newassigned

comment:2 by mloskot, 14 years ago

Description: modified (diff)

The problem with proposed solution is that it generates macro that exceeds max length of NMake macros and NMake throws error U1095. That's why there is dirlist.mk file maintained. The problem is that sometimes new directories are not added to dirlist.mk.

I will update the file.

comment:3 by mloskot, 14 years ago

I reviewed the dirlist.mk and updated in the trunk (r2967)

comment:4 by mloskot, 14 years ago

Resolution: fixed
Status: assignedclosed

I'm closing. If there is a problem still, please reopen with additional comments.

Note: See TracTickets for help on using tickets.