Changeset 846 for trunk/src/user32


Ignore:
Timestamp:
Sep 6, 1999, 3:56:21 AM (26 years ago)
Author:
bird
Message:

The ???exp.def files are now generated by ImpDef.

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r604 r846  
    1 # $Id: Makefile,v 1.15 1999-08-21 12:29:31 sandervl Exp $
     1# $Id: Makefile,v 1.16 1999-09-06 01:49:54 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    4344        $(CP) $@ $(PDWIN32_LIB)
    4445
     46$(TARGET)exp.def: $(TARGET).def
     47        $(IMPDEF) $** $@
    4548
    4649user32.obj: user32.cpp $(PDWIN32_INCLUDE)\wndproc.h \
     
    5861dde.obj: dde.cpp
    5962hook.obj: hook.cpp hooks.h
    60 defwndproc.obj: defwndproc.cpp syscolor.h $(PDWIN32_INCLUDE)\wndproc.h 
     63defwndproc.obj: defwndproc.cpp syscolor.h $(PDWIN32_INCLUDE)\wndproc.h
    6164hooks.obj: hooks.cpp hooks.h
    6265dlgconvert.obj: dlgconvert.cpp \
     
    8184        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    8285        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
     86        $(RM) $(TARGET)exp.def
  • trunk/src/user32/new/makefile

    r835 r846  
    1 # $Id: makefile,v 1.45 1999-09-05 15:53:08 sandervl Exp $
     1# $Id: makefile,v 1.46 1999-09-06 01:56:21 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\..\lib
    1111PDWIN32_BIN = ..\..\..\bin
     12PDWIN32_TOOLS = ..\..\..\tools\bin
    1213
    1314
     
    5354        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    5455        $(CP) $@ $(PDWIN32_LIB)
     56
     57$(TARGET)exp.def: $(TARGET).def
     58        $(IMPDEF) $** $@
    5559
    5660
     
    101105pmwindow.obj:   pmwindow.cpp win32class.h win32wbase.h win32dlg.h pmwindow.h win32wndchild.h $(PDWIN32_INCLUDE)\wprocess.h oslibgdi.h oslibwin.h
    102106win32class.obj: win32class.cpp win32class.h win32wbase.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h
    103 win32wbase.obj:   win32wbase.cpp win32class.h win32wbase.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h  $(PDWIN32_INCLUDE)\winres.h oslibres.h win32wndhandle.h oslibdos.h 
     107win32wbase.obj:   win32wbase.cpp win32class.h win32wbase.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h  $(PDWIN32_INCLUDE)\winres.h oslibres.h win32wndhandle.h oslibdos.h
    104108win32wnd.obj:   win32wnd.cpp win32class.h win32wbase.h win32wnd.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h  $(PDWIN32_INCLUDE)\winres.h oslibres.h win32wndhandle.h oslibdos.h oslibmenu.h
    105109win32dlg.obj:   win32dlg.cpp win32class.h win32wbase.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h oslibmsg.h
     
    125129        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    126130        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
     131        $(RM) $(TARGET)exp.def
Note: See TracChangeset for help on using the changeset viewer.