chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c535e0b
)
Added missing #-win32
author
espen
<espen>
Mon, 25 Jun 2007 21:31:09 +0000
(21:31 +0000)
committer
espen
<espen>
Mon, 25 Jun 2007 21:31:09 +0000
(21:31 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index c44d2820be2eb95943fcfed0e673b06913bb2698..52a9ea4d81d69cb83702bf5b132e753f11606d1a 100644
(file)
--- a/
glib/gtype.lisp
+++ b/
glib/gtype.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtype.lisp,v 1.6
3 2007/06/18 13:01:06
espen Exp $
+;; $Id: gtype.lisp,v 1.6
4 2007/06/25 21:31:09
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-218,6
+218,7
@@
(defun %find-types-in-library (pathname prefixes ignore)
(let ((outname (tmpname "types")))
(unwind-protect
(let ((asdf::*verbose-out* nil))
(let ((outname (tmpname "types")))
(unwind-protect
(let ((asdf::*verbose-out* nil))
+ #-win32
(asdf:run-shell-command "nm ~A ~A > ~A"
#-darwin "--defined-only --dynamic --extern-only"
#+darwin "-f -s __TEXT __text"
(asdf:run-shell-command "nm ~A ~A > ~A"
#-darwin "--defined-only --dynamic --extern-only"
#+darwin "-f -s __TEXT __text"