Changes between Initial Version and Version 2 of Ticket #337


Ignore:
Timestamp:
Apr 7, 2010, 6:09:39 AM (14 years ago)
Author:
mloskot
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #337

    • Property Owner changed from pramsey to mloskot
    • Property Status newassigned
  • Ticket #337 – Description

    initial v2  
    11nmake clean leaves ./inlines.obj and operations/union/CascadedPolygonUnion.obj behind.
     2
    23Suggestion: change src/makefile.vc line 358 to:
     4
     5{{{
    36 -@FOR %d IN ( $(OBJ) ) DO del %d
     7}}}