Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Makefile and CodeBlocks

Name: Anonymous 2013-06-02 14:04

I have this makefile which includes all the right files and stuff. However I'm under Windows and I'm using CodeBlocks, when I open the makefile with CodeBlocks it gives me "CodeBlocks does not yet know this filetype". How do I use this under Windows? Is there an option to import a project from a makefile I don't see?

Name: Anonymous 2013-06-03 23:12

>>19
IDEs are not monolithic in design. How do you distinguish an IDE that has many logical components from a more traditional arrangement of many separate programs?

All modern IDEs are designed to work with user provided build specifications that are also consumable by standalone build tools. Visual Studio integrates with nmake, nant and msbuild; Eclipse and Netbeans have make, ant, and maven. Not being able to decouple the build process from the IDE creates many problems that larger software projects needn't accept.

Name: Anonymous 2013-06-04 4:39

>>19
Why the hell does Visual Studio have about 20 separate command line tools then, and the VS GUI calls them in turns for various actions?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List