Results 1 to 4 of 4

Thread: Command line tool to convert VC project files to Makefile

  1. #1
    Join Date
    Oct 2008
    Posts
    14

    Command line tool to convert VC project files to Makefile

    Does anyone know of a Windows compatible command line tool that capable of parsing Microsoft's VC++ workspace/project (e.g., .dsw, .dsp, .sln, ..vcproj, etc.) files and generating an nmake-compatible Makefile. I don't like or use the IDE but many authors distribute their source code with project files but no makefile.

  2. #2
    Join Date
    Oct 2008
    Posts
    89

    Re: Command line tool to convert VC project files to Makefile

    May be you can write such tool yourself, a few hours with Python or Perl and will be done.

  3. #3
    Join Date
    May 2008
    Posts
    71

    Re: Command line tool to convert VC project files to Makefile

    This is OT on c.l.c and c.l.c++. F'ups set. I believe VC has the ability to write a make file from a project. Of course it is for the non-standard nmake, but it should be close enough to rework.

  4. #4
    Join Date
    Mar 2008
    Posts
    116

    Re: Command line tool to convert VC project files to Makefile

    If you use your editor directly on a project file, it will make, bake, rebuild, etc:

    msdev PackageTwo/PackageTwo.dsp /MAKE "PackageTwo - Win32 Debug"

    DevEnv supports parallel malarky.

    The problem with the "generate makefile" menu item is if you forget to do it, and change your DSP or VCPROJ file, your command line version is screwed.

Similar Threads

  1. How to create ZIP Files from Command-Line via VBScript?
    By FB in forum Windows Server Help
    Replies: 10
    Last Post: 22-12-2011, 12:18 AM
  2. Can't convert documents in Php script (via command line)
    By eawade in forum Windows Software
    Replies: 2
    Last Post: 20-01-2010, 06:34 AM
  3. Download files from Linux command line
    By chaosblade in forum Operating Systems
    Replies: 3
    Last Post: 28-08-2009, 03:18 PM
  4. Windows 7 - BCDEDIT Command Line Tool
    By Orton in forum Software Development
    Replies: 3
    Last Post: 13-04-2009, 09:54 AM
  5. DSRM.exe Active Directory command line tool
    By Joe in forum Windows Server Help
    Replies: 2
    Last Post: 10-03-2006, 07:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,582,356.85165 seconds with 16 queries