[前][次][番号順一覧][スレッド一覧]

mysql:9206

From: Kazuhiro Yoshida <Kazuhiro Yoshida <moriq@xxxxxxxxxx>>
Date: Tue, 13 Apr 2004 20:34:23 +0900
Subject: [mysql 09206] Re: mregexp-0.2 (Re: 正規表現)

もりきゅうです。

Kazuhiro Yoshida <moriq@xxxxxxxxxx> wrote:
> win32(VC++6.0 SP5)でも作れましたのでご報告。

makeの手順

onigurumaはREADMEに従ってnmakeしておく。

cl -MD -Id:\mysql\include -Id:\arc\oniguruma -c -Tcmregexp.c

type mregexp.def
EXPORTS
mregexp_init
mregexp_deinit
mregexp
mregexp_version

cl -nologo -LD mregexp.obj d:\arc\oniguruma\onig.lib \
 -Femregexp.so -link -incremental:no -opt:ref -def:mregexp.def

----
YOSHIDA Kazuhiro  moriq@xxxxxxxxxx  http://www.moriq.com/

[前][次][番号順一覧][スレッド一覧]

      9134 2004-04-06 14:51 [Hirofumi Fujiwara <f] 正規表現                                
      9137 2004-04-06 20:17 ┣[Hirofumi Fujiwara <f]                                       
   @  9146 2004-04-07 15:35 ┗["HIROSE, Masaaki" <h]                                       
      9149 2004-04-07 19:52  ┣[joe <free-zep@xxxxxx]                                     
      9151 2004-04-08 10:28  ┃┗[MURAKAMI Tomokazu <t]                                   
      9203 2004-04-13 17:09  ┗["HIROSE, Masaaki" <h] mregexp-0.2 (Re:  正規表現)         
   @  9205 2004-04-13 20:23   ┗[Kazuhiro Yoshida <mo]                                   
->    9206 2004-04-13 20:34    ┗[Kazuhiro Yoshida <mo]