This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using gcc together with Visual Studio



>-----Original Message-----
>From: Daniel.Andersson@combitechsystems.com
>Sent: 11 May 2001 09:44


>Thanks for your answers! Now i can use Visual Studio as my IDE for my gcc
>compiler. However, i cannot use the "source browser" 
>compability in Visual
>studio i.e. see all references between classes. I think that i have to
>produce a seperate file, exept for the .o file when i compile 
>the .cpp file.
>It should be a .bsc -file. Does anybody know how to make these files?

  If you check out the sample makefile at the link I gave you:

>> http://www.xs4all.nl/~borkhuis/vxworks/vxw_pt1.html#1.13

where it points to

http://www.xs4all.nl/~borkhuis/vxworks/Makefile

it has example rules to build a .sbr file

#First Rule : Make a SBR file. This file contains the static browse
information used by the
#             Microsoft developer studio. The compiler of the developer
studio is used to
#             create this file.

        DaveK

  I dunno if that'll serve the same purposes as a .bsc because I 
haven't used any of this stuff myself, but it must be worth a try.


       DaveK
-- 
 As I was climbing on the stair
 I met a man who wasn't there
 He wasn't there again today
 I think he's from the CIA
    -- paraphrased from Phrack magazine


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]