Opened 14 years ago

Last modified 14 years ago

#337 closed defect

nmake clean misses some files — at Version 2

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 (2)

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.

Note: See TracTickets for help on using tickets.