[tor-bugs] #7312 [Tor]: nmake scripts missing include ../ext path

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Nov 4 13:48:30 UTC 2012


#7312: nmake scripts missing include ../ext path
-----------------------+----------------------------------------------------
 Reporter:  ultramage  |          Owner:     
     Type:  defect     |         Status:  new
 Priority:  minor      |      Milestone:     
Component:  Tor        |        Version:     
 Keywords:             |         Parent:     
   Points:             |   Actualpoints:     
-----------------------+----------------------------------------------------
 All 0.2.4+ nmake makefiles need to be updated to match the change that
 split off external code to the ../ext directory. In particular, since all
 of them are used in the main codebase via #include "..." directives, ext
 needs to be in the include path.

 The fix is easy, just append
 {{{/I ..\ext}}}
 to every CFLAGS.

 PS: an even cleaner way would be to split off an INCLUDES variable to hold
 the include paths. Maybe even use some $() magic to tack on the /I part
 after-the-fact.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7312>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list