Export Makefile

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Miller

    #1

    Export Makefile

    Does the new VS.Net allow an Export Makefile as the old VS6 did under
    'Project | Export Makefile'? If so, where is that in VS.Net for C++?
    I could not find it.

    Thanks,
    Dave
  • Kyle Alons

    #2
    Re: Export Makefile

    That functionality is no longer available. You can do command-line builds
    of the project/solution directly:
    http://msdn.microsoft.com/library/de...neSwitches.asp

    ---------------------------------------------------
    Automate your software builds with Visual Build Pro
    http://www.kinook.com

    "Dave Miller" <dmille45@hotma il.com> wrote in message
    news:1708a1fd.0 310301527.7b2d6 833@posting.goo gle.com...[color=blue]
    > Does the new VS.Net allow an Export Makefile as the old VS6 did under
    > 'Project | Export Makefile'? If so, where is that in VS.Net for C++?
    > I could not find it.
    >
    > Thanks,
    > Dave[/color]


    Comment

    • nn

      #3
      Export Makefile

      Unlike VS6, VS.Net creates separete project for proxy-stab
      deneration.[color=blue]
      >-----Original Message-----
      >Does the new VS.Net allow an Export Makefile as the old[/color]
      VS6 did under[color=blue]
      >'Project | Export Makefile'? If so, where is that in[/color]
      VS.Net for C++?[color=blue]
      >I could not find it.
      >
      >Thanks,
      >Dave
      >.
      >[/color]

      Comment

      Working...