[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs