Thread: borland 5.5

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    16

    borland 5.5

    when i compile with borland 5.5 it compiles to
    c:\borland\bcc55\bin
    is there a way to have it put what it compiles to
    c:\borland\bcc55\bin\programs
    or something or i might just not know what im talking about
    • 0927
    • a.k.a 0 9 two 7

  2. #2
    Unregistered
    Guest
    you can set whatever output dir you want by using makefiles. If you use a batch file to set the PATH variable and run the makefile gives better flexibility.

    Or you can use response files - there's a bunch of info on this in the borland help files, although the makefile info is a bit obscure if you are unfamiliar with it.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    32
    If you've appended the path as described in the readme.txt you can compile in any directory. Just put your .cpp file in any directory and run the compiler from there. Then the .exe will be in that directory along with the other compile files.

Popular pages Recent additions subscribe to a feed