Re: multiple target type makefile



Why don't you have a DEBUG flag or something and then do different
things depending on what it is. You can reset variables when invoking
make (make DEBUG=1), so you could just set it to the default in the
makefile and override it if necessary.

.



Relevant Pages

  • Sending different number of parms to form constructor
    ... I have a Windows form that may be called with two parameters or three ... parameters (depending on who's invoking the form). ... The third parameter is a System.Drawing.Point that is only necessary when ...
    (microsoft.public.dotnet.languages.csharp)
  • How to start a separate application?
    ... Basically just want to "open" a file the same way Windows would do it if you ... invoking the correct application depending on the file ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)