HighTechTalks DotNet Forums  

How to import an existing folder into Visual Studio

Dotnet Framework microsoft.public.dotnet.framework


Discuss How to import an existing folder into Visual Studio in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
frust
 
Posts: n/a

Default How to import an existing folder into Visual Studio - 01-03-2008 , 10:54 AM






Hi,

I am new to Visual Studio.
We have some C++ source code along with some Lex/yacc files.
Till now, we used to build on Linux.

The source code is arranged in several folders and there is a makefile
for each folder.
The toplevel makefile calls make on each folder and then builds the
final executable.

I need to transfer this C++ source code onto Visual Studio to build it
for windows and
to use the Visual Studio's debugger.
(I tried building on CL compiler using the makefile but could not make
a debug build after trying
all the debug options like /Zi /Z7 etc.)

Can somebody tell me how I can import this whole directory structure
into the Visual Studio ?
I do not want to manually create the several folders and then add
files to it.

Ideally, It would be so good if Visual Studio could take
in the Makefile and then create the directory structure itself.
Can this be done ?


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.