Skip to content

Commit

Permalink
64bits/32bits build
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjikobe committed Dec 22, 2012
1 parent 2556474 commit 2f0a930
Show file tree
Hide file tree
Showing 17 changed files with 116,357 additions and 39,810 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,4 @@ ext/mvc/model/relation.lo
ext/security.lo
ext/security/.libs/
ext/security/exception.lo
build/gccarch
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions build/64bits/config.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PHP_ARG_ENABLE(phalcon, whether to enable phalcon framework, [ --enable-phalcon Enable phalcon framework])

if test "$PHP_PHALCON" = "yes"; then
AC_DEFINE(HAVE_PHALCON, 1, [Whether you have Phalcon Framework])
PHP_NEW_EXTENSION(phalcon, phalcon.c, $ext_shared)
fi

5 changes: 5 additions & 0 deletions build/64bits/config.w32
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ARG_ENABLE("phalcon", "enable phalcon framework", "no", "-Iext/phalcon");

if (PHP_PHALCON != "no") {
EXTENSION("phalcon", "phalcon.c");
}
Loading

0 comments on commit 2f0a930

Please sign in to comment.