Re: [PHP-DEV] Generating *.mak files from *.dsp ... :) From: Sebastian Bergmann (sb <email protected>)
Date: 07/31/01

Markus Fischer wrote:
> I can access my win32 developing machine only from remote right
> now and need to build some binaries with custom patches. And
> NMAKE only wants Makefiles and doesn't know about .dsp :/

  Note: The following works from command line, it should do the
        same remotely:

  msdev "php4\win32\php4ts.dsw" /MAKE "php4ts - Release_TS_inline"

-- 
  Sebastian Bergmann                     Measure Traffic & Usability
  http://sebastian-bergmann.de/            http://phpOpenTracker.de/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>