Re: [Dev-C++] Compiling C source with GCC in Dev-C++
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Scott S. <age...@co...> - 2004-01-21 22:48:14
|
Juan Jose Costello Levien wrote: > Hello, > I am using a special library compiled in Cygwin. I have to type a > special command line for compiling a program, the command line is: > > # gcc $(libvncserver-config --cflags) -o main main.c > $(libvncserver-config --libs) > The problem is that I don't know how to include this command line > inside Dev-C++, I mean, I want to use Dev-C++ for developing the app > and debug it. > Thanks for your help. > > Juan You can do two things: 1. Compile from the command line 2. Compiler Settings in the Tools menu |