Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356191

Summary: Patch for enhancement request
Product: [Tools] TCF Reporter: Frederic Leger <frederic.leger>
Component: AgentAssignee: 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:
Description Flags
Proposed patch
eugene: iplog-
Fixed the Makefile.inc version I started from ... eugene: iplog+

Description Frederic Leger CLA 2011-08-30 08:49:17 EDT
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 ...
Comment 1 Frederic Leger CLA 2011-08-30 11:09:31 EDT
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 ...
Comment 2 Eugene Tarassov CLA 2011-08-31 14:45:55 EDT
I have committed the patch.
Thanks!
Comment 3 Frederic Leger CLA 2011-08-31 15:06:17 EDT
Thanks a lot Eugene !