Advertisement

Any command-line masters out there?

Started by August 22, 2000 09:27 PM
0 comments, last by DiscoStoo 24 years, 4 months ago
I recently downloaded the free C++ builder from borland''s site, and it''s great, but it''s all command-line. I''ve got it compiling and linking windows progs, but it won''t link resource files in with it. I have no clue how to go about this, as I have never had ANY command-line experience. Any suggestions would be greatly appreciated, thanks!
------------------------------------------------------------He wants a shoehorn, the kind with teeth, because he knows there's no such thing.
Hi,

I think you should read the docs and look how to write a makefile. If you get used to that you will never want to return to the GUI because it will help you to understand a lot of stuff which is normally hidden from you by all those fancy looking frontends. As a good starting point look at the example makefiles and start the compiler without any parameters or something like -help.


cu

peter
HPH

This topic is closed to new replies.

Advertisement