Make, Bcc32 <- whats are they doing???
-
okay,
so i have free bcc55 installed here (i know its not the latest version) but i expect basic functionality. what i want is a clean directory structure with seperate folders for source and object files and no explicit rules in my makefile.
i tried with ".path.ext" as well as {src\}.cpp.{objs\}obj: but neither did work.
finally i discovered that bcc32 simply ignores the -osomedir\xxx.obj paramter and puts the object file just in to the directory from where i launched make. whats that? i think what i want to achieve is nothing special and it should be handled by those tools easily. maybe im the one who is too stupid, does anybody have any suggestions or even better a working makefile for this task? btw, i tried gnu make since im familiar with it but seems like there is a problem since gnu treats "\" differently.thanks in advance
-
Dieser Thread wurde von Moderator/in Jansen aus dem Forum VCL/CLX (Borland C++ Builder) in das Forum Compiler- und IDE-Forum verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.
-
load the VIDE and studie the examples
have much fun