Changeset 846
- Timestamp:
- Sep 6, 1999, 3:56:21 AM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/advapi32/makefile ¶
r604 r846 1 # $Id: makefile,v 1.1 0 1999-08-21 12:29:28 sandervlExp $1 # $Id: makefile,v 1.11 1999-09-06 01:51:47 bird Exp $ 2 2 3 3 # 4 4 # PD-Win32 API 5 5 # 6 # 6 # advapi32.dll makefile 7 7 # 8 8 … … 10 10 PDWIN32_LIB = ..\..\lib 11 11 PDWIN32_BIN = ..\..\bin 12 PDWIN32_TOOLS = ..\..\tools\bin 12 13 13 14 … … 27 28 28 29 $(TARGET).dll: $(OBJS) $(TARGET).def 29 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 30 31 $(PDWIN32_LIB)/kernel32.lib \ 31 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 32 33 $(CP) $@ $(PDWIN32_BIN) 33 34 34 35 35 36 $(TARGET).lib: $(TARGET)exp.def 36 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 37 $(CP) $@ $(PDWIN32_LIB) 37 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 38 $(CP) $@ $(PDWIN32_LIB) 39 40 $(TARGET)exp.def: $(TARGET).def 41 $(IMPDEF) $** $@ 38 42 39 43 … … 43 47 44 48 clean: 45 $(RM) *.obj *.lib *.dll *~ *.map *.pch 46 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 47 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 48 49 50 49 $(RM) *.obj *.lib *.dll *~ *.map *.pch 50 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 51 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 52 $(RM) $(TARGET)exp.def -
TabularUnified trunk/src/gdi32/makefile ¶
r604 r846 1 # $Id: makefile,v 1. 6 1999-08-21 12:29:29 sandervlExp $1 # $Id: makefile,v 1.7 1999-09-06 01:50:32 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 … … 38 39 $(CP) $@ $(PDWIN32_LIB) 39 40 41 $(TARGET)exp.def: $(TARGET).def 42 $(IMPDEF) $** $@ 43 40 44 41 45 … … 60 64 61 65 clean: 62 $(RM) *.obj *.lib *.dll *~ *.map *.pch 66 $(RM) *.obj *.lib *.dll *~ *.map *.pch 63 67 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 64 68 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 69 $(RM) $(TARGET)exp.def 65 70 66 -
TabularUnified trunk/src/kernel32/makefile ¶
r816 r846 1 # $Id: makefile,v 1.3 8 1999-09-04 12:41:46 sandervlExp $1 # $Id: makefile,v 1.39 1999-09-06 01:48:42 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 … … 54 55 $(TARGET).lrf: makefile 55 56 @echo Creating file <<$(@B).lrf 56 $(OBJS) 57 $(PDWIN32_LIB)\PMWINX.LIB 58 $(PDWIN32_LIB)\LIBULS.LIB 59 $(PDWIN32_LIB)\LIBCONV.LIB 60 $(PDWIN32_LIB)\odincrt.lib 61 OS2386.LIB 62 $(RTLLIB_O) 57 $(OBJS) 58 $(PDWIN32_LIB)\PMWINX.LIB 59 $(PDWIN32_LIB)\LIBULS.LIB 60 $(PDWIN32_LIB)\LIBCONV.LIB 61 $(PDWIN32_LIB)\odincrt.lib 62 OS2386.LIB 63 $(RTLLIB_O) 63 64 $(TARGET).def 64 65 <<keep … … 67 68 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 68 69 $(CP) $@ $(PDWIN32_LIB) 70 71 $(TARGET)exp.def: $(TARGET).def 72 $(IMPDEF) $** $@ 69 73 70 74 $(PDWIN32_LIB)\pmwinx.lib: … … 221 225 lfile.OBJ: \ 222 226 .\lfile.cpp \ 223 $(PDWIN32_INCLUDE)\wprocess.h 227 $(PDWIN32_INCLUDE)\wprocess.h 224 228 225 229 obsolete.OBJ: \ … … 328 332 329 333 virtual.obj: virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h mmap.h 330 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 334 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 331 335 332 336 pefile.OBJ: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h … … 353 357 $(RM) $(PDWIN32_LIB)\$(TARGET).LIB 354 358 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 355 356 359 $(RM) $(TARGET)exp.def -
TabularUnified 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 -
TabularUnified 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.