Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Make
I think I've just determined that DMC++'s make does not handle the extended make syntax: {$(UNIXEM_SRC_DIR)}.c{$(UNIXEM_OBJ_DIR)}.obj: $(CC) $(CC_ARGS) -I$(UNIXEM_INC_DIR) -o$ $< Is this correct? If so, do you have a handle on how hard it would be to add? (I know, you're going to tell me to add it myself, aren't you ... <sob, sob>) Matthew Dec 18 2003
"Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brrthg$2j61$1 digitaldaemon.com...I think I've just determined that DMC++'s make does not handle the Dec 18 2003
"Walter" <walter digitalmars.com> wrote in message news:brrueh$2kll$1 digitaldaemon.com..."Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brrthg$2j61$1 digitaldaemon.com...I think I've just determined that DMC++'s make does not handle the Dec 18 2003
"Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brs078$2n2g$1 digitaldaemon.com..."Walter" <walter digitalmars.com> wrote in message news:brrueh$2kll$1 digitaldaemon.com..."Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brrthg$2j61$1 digitaldaemon.com...I think I've just determined that DMC++'s make does not handle the Dec 18 2003
|