Right clicking on project name and selecting 'Add Files To Project' from context menu will open a file dialog box to enable existing source files to be added in to the project workspace.
John Heenan
----- Original Message ----- From: "John Heenan" john@auscyber.com To: "pd-list" pd-list@iem.kug.ac.at Sent: Sunday, February 24, 2002 9:41 PM Subject: Re: [PD] Compiling PD externals
I have little problems with the following approach to using makefile based projects within the MS Visual C++ IDE. In fact it makes project management very convenient.
project) that works from the command line. 2. Open the makefile as a workspace in MS Visual C++ (File, Open Workspace). Specify files of Type 'makefile' with File name '*' to ensure makefiles without extensions can be chosen (as occurs in PD). You can compile your project as is without any sourcefiles visible in the project workspace 3. Add in source files to the project workspace as appropriate.