Changeset 846 for trunk/src/user32/new
- Timestamp:
- Sep 6, 1999, 3:56:21 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
