| Summary: | Patch for enhancement request | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] TCF | Reporter: | Frederic Leger <frederic.leger> | ||||||
| Component: | Agent | Assignee: | Project Inbox <tcf.agent-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Eugene Tarassov <eugene> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | cdtdoug | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 0.4.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 202429 [details]
Fixed the Makefile.inc version I started from ...
The previous patch file was wrong regarding the Makefile.inc version. This should apply to the 0.4.0 branch, sorry ...
I have committed the patch. Thanks! Thanks a lot Eugene ! |
Created attachment 202414 [details] Proposed patch The agent Makefile and Makefile.inc are GNU-only oriented. I propose a patch to make it possible for the Talos project to build the agent with MSVC from the command line. I had to move the link steps commands from $(CC) to $(LINK) because it is actually a link. I could not use LD since the cygwin build seem to automatically define LD to ld I tried to do fewest possible changes to the file, but still I am used to Foundation/DFW development so I may have done useless things ...