[gameprogrammer] Re: Linux C++ compiler without a makefile
- From: "Roger D. Vargas" <roger@xxxxxxxxxxx>
- To: Game programmer list <gameprogrammer@xxxxxxxxxxxxx>
- Date: Sat, 24 Jul 2004 10:15:17 -0400
El sáb, 24-07-2004 a las 00:32, Kevin Jenkins escribió:
> I'm looking for a linux C++ compiler that does not require me to edit
> any configuration files, especially makefiles. Is there such a thing?
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
I think you can compile without makefiles if you supply to gcc the
command line with all source files and parameters.
Believe me that you dont want to do that.
What I always do is to take a simple makefile and modify it. For more
complex project, a configure script is easy to setup. I can provide you
some makefile examples.
--
Roger Durañona Vargas
Linux user #180787
A cada momento nos rodea lo desconocido. Es alli
donde uno tiene que buscar el conocimiento.
Paul Muad'Dib Atreides. Children of Dune
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- References:
- [gameprogrammer] Linux C++ compiler without a makefile
- From: Kevin Jenkins
Other related posts:
- » [gameprogrammer] Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- » [gameprogrammer] Re: Linux C++ compiler without a makefile
- [gameprogrammer] Linux C++ compiler without a makefile
- From: Kevin Jenkins