Advertisement

Question abou Borland's C++ compiler

Started by January 05, 2001 07:56 AM
1 comment, last by Muzzafarath 24 years ago
I''m using Borland''s free C++ compiler which can be found on their site. When I compile my current project I do it like so (well my makefile does it for me ): bcc32 callback.obj parse.obj ... This results in an exe file called "callback.exe". How do I set the output name for the executable? When I was using gcc, I could use "-o name" but that doesn''t work with BCC :/
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
I think it''s -e
Advertisement
Thank you
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall

This topic is closed to new replies.

Advertisement