Re: not a 7drl



perdurabo93@xxxxxxxxxxxxxx wrote:

And no, I'm not going to make the build process any more IDE-friendly,
because any IDE whose build system is less capable than make should be
indented six feet down and covered with dirt.

I'm not aware of any *modern* IDEs who build system are *less*
powerful than make. In fact, my experience has been the opposite -
*modern* IDEs are much more powerful than make could ever be.

I dunno. Make has access to the command line, which allows to do
pretty much anything on a Unix system.

My makefile uses the output of 'grep' filtered through command-line
'sed' scripts to autogenerate a bunch of code before and while building.
I don't know of any IDE tool that can do something like that.

The crucial thing to remember is, the makefile is also source code.
It should be at the foundation of any porting effort, just like any
other file of source code.

The generated C and H files? They're not source code in the same
way; they're just a transient build artifact.

Bear

.



Relevant Pages

  • Re: How to connect Jdbc and java
    ... Exception. ... command line as well as in the IDE. ... a collection of source code, ...
    (comp.lang.java.gui)
  • Re: Great SWT Program
    ... fact that source code is plain text, ... They can obscure knowledge, just like use of Struts can obscure knowledge of the Model-View-Controller paradigm, or use of java.io can obscure knowledge of low-level file I/O. ... The nightly build-and-test cycle should not rely on an IDE, but occur via Ant, a good version-control system and command-line tools like javac. ... They also introduce dependencies on their internal build tools, which is why it takes some work to build a project via Ant once you've locked yourself into the IDE's way of doing things. ...
    (comp.lang.java.programmer)
  • Re: not a 7drl
    ... IDE that I can't do with a suitable Makefile. ... press F5 to compile changed files and run the project. ... A full compile of the source code for the main module of Kharne, ...
    (rec.games.roguelike.development)
  • Folders and Files dont appear in Explore
    ... >I recently downloaded some Java source code from the ... >internet and selected the open option. ... >and numbers (My IDE is not opening now so I don't know ...
    (microsoft.public.windowsxp.general)
  • .Net and SourceSafe
    ... We've just upgraded our project from IDE 6 to .Net and we're having a few ... This made it possible to backup the source code without ... including the bulky object and browser files. ... Since the migration to .Net we ...
    (microsoft.public.vsnet.ide)

Loading