make2nmake Command Line Utility
About
make2nmake is a command line utility for speeding the conversion between a GNU Makefile and a nmake Makefile. The tool handles very basic makefiles (i.e. no autoconf/automake ), and attempts to convert the Gcc/g++ flags into VC++ (cl) flags of similar nature.
Download
The following software is being released under a BSD-style license.
Source Code make2nmake.tar.gz 768K d91f5e77fac1f4e963c5fd121167091d (md5)
Source Code make2nmake.zip 1.6 MB 7de68a46b939a7c4bdb88ed8c4d73eb8 (md5)
WIN32 Binary Comming Soon...
Usage
./make2nmake <file> [<file> ...] Convert <file> from GNU makefile to nmake makefile.
./make2nmake --help Print the help message.
Copyright 2005, Austin Gilbert