Changeset 2709 for trunk/src/ole32


Ignore:
Timestamp:
Feb 10, 2000, 12:40:56 AM (26 years ago)
Author:
bird
Message:

Dependencies.

Location:
trunk/src/ole32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/makefile

    r2650 r2709  
     1# $Id: makefile,v 1.18 2000-02-09 23:40:48 bird Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    4 #       ole32.dll makefile
    5 # 
     6#       ole32.dll makefile
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2325OBJS =  ole32.obj \
    2426        antimoniker.obj \
    25         bindctx.obj \
    26         clsid.obj \
     27        bindctx.obj \
     28        clsid.obj \
    2729        compositemoniker.obj \
    2830        datacache.obj \
    2931        defaulthandler.obj \
    3032        filemoniker.obj \
    31         guid.obj \
    32         hglobalstream.obj \
    33         initialise.obj \
    34         itemmoniker.obj \
    35         iunknown.obj \
    36         library.obj \
     33        guid.obj \
     34        hglobalstream.obj \
     35        initialise.obj \
     36        itemmoniker.obj \
     37        iunknown.obj \
     38        library.obj \
    3739        memlockbytes.obj \
    3840        moniker.obj \
    39         oString.obj \
    40         ole2.obj \
    41         oleobj.obj \
    42         oleClip.obj \
    43         oleDrag.obj \
    44         oleMenu.obj \
    45         stg_bigblockfile.obj \
    46         stg_stream.obj \
    47         storage.obj \
    48         stubs.obj \
    49         taskmem.obj resource.obj  $(PDWIN32_LIB)/dllentry.obj
     41        oString.obj \
     42        ole2.obj \
     43        oleobj.obj \
     44        oleClip.obj \
     45        oleDrag.obj \
     46        oleMenu.obj \
     47        stg_bigblockfile.obj \
     48        stg_stream.obj \
     49        storage.obj \
     50        stubs.obj \
     51        taskmem.obj resource.obj  $(PDWIN32_LIB)/dllentry.obj
    5052
    5153all: $(TARGET).dll $(ORGTARGET).lib regsvr32.exe
    5254
    5355
    54 $(TARGET).dll: $(OBJS) $(ORGTARGET).def
    55         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(ORGTARGET).def \
    56               $(PDWIN32_LIB)\user32.lib \
    57               $(PDWIN32_LIB)\gdi32.lib \
    58               $(PDWIN32_LIB)\comctl32.lib \
    59               $(PDWIN32_LIB)\advapi32.lib \
    60               $(PDWIN32_LIB)\kernel32.lib \
    61               $(PDWIN32_LIB)\oleaut32.lib \
    62               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    63         $(CP) $@ $(PDWIN32_BIN)
     56$(TARGET).dll: $(OBJS) $(ORGTARGET).def
     57    $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(ORGTARGET).def \
     58          $(PDWIN32_LIB)\user32.lib \
     59          $(PDWIN32_LIB)\gdi32.lib \
     60          $(PDWIN32_LIB)\comctl32.lib \
     61          $(PDWIN32_LIB)\advapi32.lib \
     62          $(PDWIN32_LIB)\kernel32.lib \
     63          $(PDWIN32_LIB)\oleaut32.lib \
     64          $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     65    $(CP) $@ $(PDWIN32_BIN)
     66
     67
     68lib: $(ORGTARGET).lib $(PDWIN32_LIB)\$(ORGTARGET).lib
     69
     70$(PDWIN32_LIB)\$(ORGTARGET).lib: $(ORGTARGET).lib
     71    $(CP) $** $@
    6472
    6573$(ORGTARGET).lib: $(ORGTARGET)exp.def
    66         $(IMPLIB) $(IMPLIBFLAGS) $@ $(ORGTARGET)exp.def
    67         $(CP) $@ $(PDWIN32_LIB)
     74    $(IMPLIB) $(IMPLIBFLAGS) $@ $(ORGTARGET)exp.def
     75    $(CP) $@ $(PDWIN32_LIB)
    6876
    6977$(ORGTARGET)exp.def: $(ORGTARGET).def
    70         $(IMPDEF) $** $@
     78    $(IMPDEF) $** $@
     79
    7180
    7281resource.asm: $(ORGTARGET).rc
    7382    $(RC) $(RCFLAGS) -o resource.asm $(ORGTARGET).rc
    7483
    75 resource.obj: resource.asm
    7684
    77 .\stubs.obj: \
    78     .\stubs.cpp \
    79     .\ole32.h \
    80     $(PDWIN32_INCLUDE)/win/objbase.h \
    81     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    82     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    83     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    84     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    85     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    86 
    87 .\storage.obj: \
    88     .\storage.cpp \
    89     .\ole32.h \
    90     $(PDWIN32_INCLUDE)/win/objbase.h \
    91     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    92     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    93     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    94     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    95     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    96     $(PDWIN32_INCLUDE)/win/debugtools.h \
    97     $(PDWIN32_INCLUDE)/heapstring.h \
    98     .\storage.h \
    99     $(PDWIN32_INCLUDE)/win/wtypes.h \
    100     $(PDWIN32_INCLUDE)/win/winnt.h \
    101     $(PDWIN32_INCLUDE)/win/wine/obj_storage.h
    102 
    103 .\stg_stream.obj: \
    104     .\stg_stream.cpp \
    105     .\ole32.h \
    106     $(PDWIN32_INCLUDE)/win/objbase.h \
    107     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    108     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    109     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    110     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    111     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    112     $(PDWIN32_INCLUDE)/win/debugtools.h \
    113     $(PDWIN32_INCLUDE)/heapstring.h \
    114     .\storage.h \
    115     $(PDWIN32_INCLUDE)/win/wtypes.h \
    116     $(PDWIN32_INCLUDE)/win/winnt.h \
    117     $(PDWIN32_INCLUDE)/win/wine/obj_storage.h
    118 
    119 .\stg_bigblockfile.obj: \
    120     .\stg_bigblockfile.cpp \
    121     .\ole32.h \
    122     $(PDWIN32_INCLUDE)/win/objbase.h \
    123     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    124     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    125     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    126     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    127     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    128     $(PDWIN32_INCLUDE)/win/debugtools.h \
    129     $(PDWIN32_INCLUDE)/heapstring.h \
    130     .\storage.h \
    131     $(PDWIN32_INCLUDE)/win/wtypes.h \
    132     $(PDWIN32_INCLUDE)/win/winnt.h \
    133     $(PDWIN32_INCLUDE)/win/wine/obj_storage.h
    134 
    135 .\regsvr32.obj: \
    136     .\regsvr32.cpp
    137 
    138 .\oString.obj: \
    139     .\oString.cpp \
    140     .\ole32.h \
    141     .\oString.h \
    142     $(PDWIN32_INCLUDE)/win/objbase.h \
    143     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    144     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    145     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    146     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    147     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    148 
    149 .\oleobj.obj: \
    150     .\oleobj.cpp \
    151     .\ole32.h \
    152     $(PDWIN32_INCLUDE)/win/objbase.h \
    153     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    154     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    155     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    156     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    157     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    158     $(PDWIN32_INCLUDE)/win/debugtools.h
    159 
    160 .\oleMenu.obj: \
    161     .\oleMenu.cpp \
    162     .\ole32.h \
    163     .\oString.h \
    164     $(PDWIN32_INCLUDE)/win/objbase.h \
    165     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    166     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    167     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    168     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    169     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    170     $(PDWIN32_INCLUDE)/win/commctrl.h
    171 
    172 .\oleDrag.obj: \
    173     .\oleDrag.cpp \
    174     .\ole32.h \
    175     .\oString.h \
    176     $(PDWIN32_INCLUDE)/win/objbase.h \
    177     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    178     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    179     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    180     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    181     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    182     $(PDWIN32_INCLUDE)/win/commctrl.h
    183 
    184 .\oleClip.obj: \
    185     .\oleClip.cpp \
    186     .\ole32.h \
    187     .\oString.h \
    188     $(PDWIN32_INCLUDE)/win/objbase.h \
    189     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    190     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    191     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    192     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    193     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    194     $(PDWIN32_INCLUDE)/win/commctrl.h
    195 
    196 .\ole32.obj: \
    197     .\ole32.cpp \
    198     .\ole32.h \
    199     .\oString.h \
    200     $(PDWIN32_INCLUDE)/win/objbase.h \
    201     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    202     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    203     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    204     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    205     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    206     .\filemoniker.h \
    207     .\moniker.h
    208 
    209 .\ole2.obj: \
    210     .\ole2.cpp \
    211     .\ole32.h \
    212     .\oString.h \
    213     $(PDWIN32_INCLUDE)/win/objbase.h \
    214     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    215     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    216     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    217     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    218     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    219     $(PDWIN32_INCLUDE)/win/commctrl.h
    220 
    221 .\moniker.obj: \
    222     .\moniker.cpp \
    223     .\ole32.h \
    224     $(PDWIN32_INCLUDE)/win/objbase.h \
    225     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    226     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    227     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    228     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    229     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    230     .\moniker.h
    231 
    232 .\memlockbytes.obj: \
    233     .\memlockbytes.cpp \
    234     .\ole32.h \
    235     $(PDWIN32_INCLUDE)/win/objbase.h \
    236     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    237     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    238     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    239     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    240     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    241     $(PDWIN32_INCLUDE)/win/debugtools.h
    242 
    243 .\library.obj: \
    244     .\library.cpp \
    245     .\ole32.h \
    246     .\oString.h \
    247     $(PDWIN32_INCLUDE)/win/objbase.h \
    248     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    249     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    250     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    251     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    252     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    253     .\moniker.h
    254 
    255 .\iunknown.obj: \
    256     .\iunknown.cpp \
    257     .\ole32.h \
    258     .\oString.h \
    259     $(PDWIN32_INCLUDE)/win/objbase.h \
    260     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    261     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    262     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    263     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    264     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    265 
    266 .\itemmoniker.obj: \
    267     .\itemmoniker.cpp \
    268     .\ole32.h \
    269     $(PDWIN32_INCLUDE)/win/objbase.h \
    270     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    271     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    272     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    273     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    274     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    275     $(PDWIN32_INCLUDE)/win/debugtools.h \
    276     $(PDWIN32_INCLUDE)/heapstring.h
    277 
    278 .\initialise.obj: \
    279     .\initialise.cpp \
    280     .\ole32.h \
    281     $(PDWIN32_INCLUDE)/win/objbase.h \
    282     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    283     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    284     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    285     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    286     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    287 
    288 .\hglobalstream.obj: \
    289     .\hglobalstream.cpp \
    290     .\ole32.h \
    291     $(PDWIN32_INCLUDE)/win/objbase.h \
    292     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    293     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    294     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    295     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    296     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    297     $(PDWIN32_INCLUDE)/win/debugtools.h \
    298     $(PDWIN32_INCLUDE)/heapstring.h
    299 
    300 .\guid.obj: \
    301     .\guid.cpp \
    302     .\ole32.h \
    303     $(PDWIN32_INCLUDE)/win/objbase.h \
    304     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    305     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    306     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    307     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    308     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    309 
    310 .\filemoniker.obj: \
    311     .\filemoniker.cpp \
    312     .\ole32.h \
    313     $(PDWIN32_INCLUDE)/win/objbase.h \
    314     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    315     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    316     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    317     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    318     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    319     $(PDWIN32_INCLUDE)/win/debugtools.h \
    320     $(PDWIN32_INCLUDE)/heapstring.h \
    321     .\filemoniker.h
    322 
    323 .\defaulthandler.obj: \
    324     .\defaulthandler.cpp \
    325     .\ole32.h \
    326     $(PDWIN32_INCLUDE)/win/objbase.h \
    327     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    328     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    329     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    330     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    331     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    332     $(PDWIN32_INCLUDE)/win/debugtools.h \
    333     $(PDWIN32_INCLUDE)/heapstring.h \
    334     $(PDWIN32_INCLUDE)/win/oleauto.h
    335 
    336 .\datacache.obj: \
    337     .\datacache.cpp \
    338     .\ole32.h \
    339     $(PDWIN32_INCLUDE)/win/objbase.h \
    340     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    341     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    342     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    343     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    344     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    345     $(PDWIN32_INCLUDE)/win/debugtools.h \
    346     $(PDWIN32_INCLUDE)/heapstring.h
    347 
    348 .\compositemoniker.obj: \
    349     .\compositemoniker.cpp \
    350     .\ole32.h \
    351     $(PDWIN32_INCLUDE)/win/objbase.h \
    352     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    353     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    354     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    355     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    356     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    357     $(PDWIN32_INCLUDE)/win/debugtools.h
    358 
    359 .\clsid.obj: \
    360     .\clsid.cpp \
    361     .\ole32.h \
    362     .\oString.h \
    363     $(PDWIN32_INCLUDE)/win/objbase.h \
    364     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    365     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    366     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    367     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    368     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    369 
    370 .\bindctx.obj: \
    371     .\bindctx.cpp \
    372     .\ole32.h \
    373     $(PDWIN32_INCLUDE)/win/objbase.h \
    374     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    375     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    376     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    377     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    378     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    379     $(PDWIN32_INCLUDE)/win/debugtools.h \
    380     $(PDWIN32_INCLUDE)/heapstring.h
    381 
    382 .\antimoniker.obj: \
    383     .\antimoniker.cpp \
    384     .\ole32.h \
    385     $(PDWIN32_INCLUDE)/win/objbase.h \
    386     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    387     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    388     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    389     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    390     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h \
    391     $(PDWIN32_INCLUDE)/win/debugtools.h
    392 
    393 .\taskmem.obj: \
    394     .\taskmem.cpp \
    395     .\ole32.h \
    396     .\oString.h \
    397     $(PDWIN32_INCLUDE)/win/objbase.h \
    398     $(PDWIN32_INCLUDE)/win/wine/obj_inplace.h \
    399     $(PDWIN32_INCLUDE)/win/wine/obj_oleobj.h \
    400     $(PDWIN32_INCLUDE)/win/wine/obj_surrogate.h \
    401     $(PDWIN32_INCLUDE)/win/wine/obj_oleview.h \
    402     $(PDWIN32_INCLUDE)/win/wine/obj_cache.h
    403 
    404 regsvr32.obj:   regsvr32.cpp
     85regsvr32.obj:   regsvr32.cpp
    40586    $(CC) -C $(CXXFLAGS) -Ge+ -Tm+ $**
    40687
    407 regsvr32.exe:   regsvr32.obj regsvr32.def \
    408                 $(PDWIN32_LIB)/user32.lib \
    409                 $(PDWIN32_LIB)/kernel32.lib \
    410                 $(PDWIN32_LIB)/ole32.lib
    411         $(LD) $(LDFLAGS) -Ge+ -Fm -Fe$@ $** \
    412                 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    413         $(CP) $@ $(PDWIN32_BIN)
     88regsvr32.exe:   regsvr32.obj regsvr32.def \
     89                $(PDWIN32_LIB)/user32.lib \
     90                $(PDWIN32_LIB)/kernel32.lib \
     91                $(PDWIN32_LIB)/ole32.lib
     92    $(LD) $(LDFLAGS) -Ge+ -Fm -Fe$@ $** \
     93            $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     94    $(CP) $@ $(PDWIN32_BIN)
     95
     96
     97dep:
     98    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
     99    *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     100
     101!ifndef NODEP
     102!include .depend
     103!endif
     104
    414105
    415106clean:
    416         $(RM) *.obj *.lib *.dll *.map *.pch     
    417         $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    418         $(RM) $(PDWIN32_LIB)\$(TARGET).lib
    419         $(RM) $(PDWIN32_BIN)\regsvr32.exe
     107    $(RM) *.obj *.lib *.dll *.map *.pch \
     108        $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \
     109        $(PDWIN32_BIN)\regsvr32.exe resource.asm $(TARGET)exp.def
    420110
    421 
  • trunk/src/ole32/ole32exp.def

    r1662 r2709  
    4545    _CoRevokeClassObject@4                    @40
    4646    _CoRevokeMallocSpy@0                      @41
    47     _CoSetState@0                             @42
     47    _CoSetState@4                             @42
    4848    _CoTaskMemAlloc@4                         @43
    4949    _CoTaskMemFree@4                          @44
Note: See TracChangeset for help on using the changeset viewer.