Re: [PHP-DEV] EXT_SKEL for Win32

2001-08-23 Thread David Eriksson

On Wed, 22 Aug 2001, Chris Gardner wrote:

 i was noticing a slight problem with the whole EXT_SKEL shell script.  it
 works great for getting a new package up and running, but only if your'
 doing all your using basically the gcc compiler.  well, i've been trying to
 create an extension library for php, and i am mainly using visual c++ 6 sp 3
 on win2k.  i can run the EXT_SKEL in my cygwin prompt, and it makes the
 files, fixes the build scripts, and the configure options, etc.  but, it
 doesn't fix the win32 projects to add the new library.  has anyone else
 looked at this, or thied to look at this?

 if nobody else has burned this bridge before, let me know, i'll come up with
 something you guys can use.

I just copied the .dsp file from some other project and modified it for my
Universe PHP extension. No perfect solution but it seems like I got it
right:

  http://universe.2good.nu/

If you contribute with autmatic generation of a visual studio project
file in ext_skel, that would be great!

Regards,

-\- David Eriksson -/-

An expert in a particular computer language is really an expert
in the work-arounds necessary to use this language to perform
useful work. - Richard B. Johnson


-- 
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]




[PHP-DEV] EXT_SKEL for Win32

2001-08-22 Thread Chris Gardner

i was noticing a slight problem with the whole EXT_SKEL shell script.  it
works great for getting a new package up and running, but only if your'
doing all your using basically the gcc compiler.  well, i've been trying to
create an extension library for php, and i am mainly using visual c++ 6 sp 3
on win2k.  i can run the EXT_SKEL in my cygwin prompt, and it makes the
files, fixes the build scripts, and the configure options, etc.  but, it
doesn't fix the win32 projects to add the new library.  has anyone else
looked at this, or thied to look at this?

if nobody else has burned this bridge before, let me know, i'll come up with
something you guys can use.


Chris Gardner
Book Systems, Inc.
[EMAIL PROTECTED]


-- 
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] EXT_SKEL for Win32

2001-08-22 Thread Zeev Suraski

At 21:42 22-08-01, Chris Gardner wrote:
i was noticing a slight problem with the whole EXT_SKEL shell script.  it
works great for getting a new package up and running, but only if your'
doing all your using basically the gcc compiler.  well, i've been trying to
create an extension library for php, and i am mainly using visual c++ 6 sp 3
on win2k.  i can run the EXT_SKEL in my cygwin prompt, and it makes the
files, fixes the build scripts, and the configure options, etc.  but, it
doesn't fix the win32 projects to add the new library.  has anyone else
looked at this, or thied to look at this?

if nobody else has burned this bridge before, let me know, i'll come up with
something you guys can use.

I think the guys who worked on ext_skel were mostly UNIX oriented.  At any 
rate, no work has been done to automate Windows builds - so if you can 
contribute in this area, it would be cool!

Zeev


-- 
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]