Changeset 846 for trunk/src/user32
- Timestamp:
- Sep 6, 1999, 3:56:21 AM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r604 r846 1 # $Id: Makefile,v 1.1 5 1999-08-21 12:29:31 sandervlExp $1 # $Id: Makefile,v 1.16 1999-09-06 01:49:54 bird Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\lib 11 11 PDWIN32_BIN = ..\..\bin 12 PDWIN32_TOOLS = ..\..\tools\bin 12 13 13 14 … … 43 44 $(CP) $@ $(PDWIN32_LIB) 44 45 46 $(TARGET)exp.def: $(TARGET).def 47 $(IMPDEF) $** $@ 45 48 46 49 user32.obj: user32.cpp $(PDWIN32_INCLUDE)\wndproc.h \ … … 58 61 dde.obj: dde.cpp 59 62 hook.obj: hook.cpp hooks.h 60 defwndproc.obj: defwndproc.cpp syscolor.h $(PDWIN32_INCLUDE)\wndproc.h 63 defwndproc.obj: defwndproc.cpp syscolor.h $(PDWIN32_INCLUDE)\wndproc.h 61 64 hooks.obj: hooks.cpp hooks.h 62 65 dlgconvert.obj: dlgconvert.cpp \ … … 81 84 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 82 85 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 86 $(RM) $(TARGET)exp.def -
trunk/src/user32/new/makefile
r835 r846 1 # $Id: makefile,v 1.4 5 1999-09-05 15:53:08 sandervlExp $1 # $Id: makefile,v 1.46 1999-09-06 01:56:21 bird Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\..\lib 11 11 PDWIN32_BIN = ..\..\..\bin 12 PDWIN32_TOOLS = ..\..\..\tools\bin 12 13 13 14 … … 53 54 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 54 55 $(CP) $@ $(PDWIN32_LIB) 56 57 $(TARGET)exp.def: $(TARGET).def 58 $(IMPDEF) $** $@ 55 59 56 60 … … 101 105 pmwindow.obj: pmwindow.cpp win32class.h win32wbase.h win32dlg.h pmwindow.h win32wndchild.h $(PDWIN32_INCLUDE)\wprocess.h oslibgdi.h oslibwin.h 102 106 win32class.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 107 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 104 108 win32wnd.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 105 109 win32dlg.obj: win32dlg.cpp win32class.h win32wbase.h win32dlg.h gen_object.h heapshared.h oslibwin.h win32wndchild.h oslibmsg.h … … 125 129 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 126 130 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 131 $(RM) $(TARGET)exp.def
Note:
See TracChangeset
for help on using the changeset viewer.