Changeset 3864 for trunk/src/ole32


Ignore:
Timestamp:
Jul 19, 2000, 9:05:27 PM (25 years ago)
Author:
sandervl
Message:

Changed makefiles for debug & retail odincrt, gdi32-region api wrapper change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/makefile

    r3309 r3864  
    1 # $Id: makefile,v 1.24 2000-04-02 22:07:34 davidr Exp $
     1# $Id: makefile,v 1.25 2000-07-19 19:05:12 sandervl Exp $
    22
    33#
     
    9393$(PDWIN32_LIB)/kernel32.lib
    9494$(PDWIN32_LIB)/oleaut32.lib
    95 $(PDWIN32_LIB)/odincrt.lib
     95$(PDWIN32_LIB)/$(ODINCRT).lib
    9696OS2386.LIB
    9797$(RTLLIB_O)
     
    112112                $(PDWIN32_LIB)/ole32.lib
    113113    $(LD) $(LDFLAGS) -Ge+ -Fm -Fe$@ $** \
    114         $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     114        $(PDWIN32_LIB)/$(ODINCRT).lib OS2386.LIB $(RTLLIB_O)
    115115
    116116$(PDWIN32_BIN)\regsvr32.exe: $(OBJDIR)\regsvr32.exe
Note: See TracChangeset for help on using the changeset viewer.