[PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Markus Fischer

Can someone be so kind and send me generated *.mak files from the
*.dsp files ( Export Makefile) from php-cvs win32/php4ts.dsp (I
need the Release_TS_inline build) and if possible the same from
php-gtk win32/php-gtk.dsp (I need the Release_TS build) ?

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 :/

thanks,

Markus

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Markus Fischer

I - am - speechless

Caught me. Thanks, very valueable hint! And works like a charm!

thx 'gain

Markus

On Tue, Jul 31, 2001 at 05:21:19PM +0200, Sebastian Bergmann wrote : 
 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/

-- 
Markus Fischer,  http://guru.josefine.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public  Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)

2001-07-31 Thread Sebastian Bergmann

Markus Fischer wrote:
 I - am - speechless

  I know that feeling. Only head it yesterday after the first
  minute of playing 'Max Payne'.

 Caught me. Thanks, very valueable hint! And works like a charm!

  You're very welcome,
Sebastian

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

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]