Skip to content

Commit

Permalink
Add config.w32 template to ext_skel
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 16, 2004
1 parent 9e3956b commit 57cf480
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ext/ext_skel
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,22 @@ if test "\$PHP_$EXTNAME" != "no"; then
fi
eof

$ECHO_N " config.w32$ECHO_C"
cat >config.w32 <<eof
// \$Id\$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("$extname", "for $extname support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("$extname", "enable $extname support", "no");
if (PHP_$EXTNAME != "no") {
EXTENSION("$extname", "$extname.c")
}
eof

$ECHO_N " .cvsignore$ECHO_C"
cat >.cvsignore <<eof
Expand Down

0 comments on commit 57cf480

Please sign in to comment.