WvOCSDK@for mingw P

́@MSCŃRpCW@Kv.a`̃Cu𐶐̂łB
@ɂẮAdist/libɂXNvgt@CĂB

mingwmsyspӂā@mozhome@moz_env.bat@N΁AJɂȂ܂B


Good@Lack!!



iׂύXej
PjMingw 
mbctyep.hmbstring.hcygwinڐA _mbschr  _mbstok̒`string.ĥ̂ɂ킹imctype.h, mbstring.h) 

QjNetscape wintools: 
wintools.zip WJ 
                set MOZ_TOOLS=C:\moztools@ 
                cd buildtools\windows 
                install.bat 
Ƃā@c:\moztoolsɃCXg[ 
Ɂ@dll@C|[gCu(xxxx.a)B 
       libIDL-config @glib-configB 
gmodule.h ʂĂ̂ł 
glibconfig.h̉sR[h@CR+LFɂ 
glib.h̉sR[hCR+LF@ɂā@擪Ɉȉ̍s𑫂 
            #ifndef _WIN32 
            #define _WIN32@1 
            #endif 
            #include <windows.h> 

Rjconfigure t@C
	ȉ̓e𑫂configureB
elif echo "$OS_ARCH" | grep -c MINGW >/dev/null; then 
# 
# If uname -s returns "MINGW_NT-4.0", we assume that we are using 
# the uname.exe in the Mingw  tools. 
# 
    OS_RELEASE=4.0 
    OS_ARCH=WINNT 
    CPU_ARCH=x86 

Sjconfig/rules.mk@config/autoconf.mk /config/config.mk Kɂ

Tjdist/include/jri_md.h̕ύX 
# elif defined(__GNUC__) 
#  if defined(WIN32) || defined(_WIN32) 
#   define JRI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType 
#   define JRI_PUBLIC_VAR(VarType)  VarType 
#   define JRI_PUBLIC_VAR_EXP(VarType) _declspec(dllexport) VarType 
#   define JRI_PUBLIC_VAR_IMP(VarType) _declspec(dllimport) VarType 
#   define JRI_NATIVE_STUB(ResultType) _declspec(dllexport) ResultType 
#   define JRI_CALLBACK 
#   ifndef _WINDOWS 
#    define _WINDOWS 1 
#   endif 
#   ifndef WIN32 
#    define WIN32 1 
#   endif 
#   if defined(__i386__) && !defined(XP_PC) 
#    define XP_PC 1 
#   endif 
#  endif 

Ujdist/include/jni_mid.h ̕ύX  
# elif defined(__GNUC__) 
#  if defined(WIN32) || defined(_WIN32) 
#   define JNI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType __stdcall 
#   define JNI_PUBLIC_VAR(VarType)  VarType 
#   define JNI_NATIVE_STUB(ResultType) _declspec(dllexport) ResultType 
#   define JNICALL                          __stdcall 
#   ifndef _WINDOWS 
#    define _WINDOWS 1 
#   endif 
#   ifndef WIN32 
#    define WIN32 1 
#   endif 
#   if defined(__i386__) && !defined(XP_PC) 
#    define XP_PC 1 
#   endif 
#  endif 
