Changeset 2709 for trunk/src/wing32
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/wing32/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wing32/makefile
r2650 r2709 1 # $Id: makefile,v 1.5 2000-02-09 23:40:55 bird Exp $ 2 1 3 # 2 4 # PD-Win32 API … … 28 30 29 31 $(TARGET).dll: $(OBJS) $(TARGET).def 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(LIBS)31 $(CP) $@ $(PDWIN32_BIN)32 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(LIBS) 33 $(CP) $@ $(PDWIN32_BIN) 32 34 33 $(TARGET)exp.def: $(TARGET).def 34 $(IMPDEF) $** $@ 35 36 37 lib: $(TARGET).lib $(PDWIN32_LIB)\$(TARGET).lib 38 39 $(PDWIN32_LIB)\$(TARGET).lib: $(TARGET).lib 40 $(CP) $** $@ 35 41 36 42 $(TARGET).lib: $(TARGET)exp.Def … … 38 44 $(CP) $@ $(PDWIN32_LIB)\$@ 39 45 40 41 wing32.obj: wing32.cpp\ 42 wing32impl.h\ 43 $(PDWIN32_INCLUDE)\win\wingdi.h \ 44 $(PDWIN32_INCLUDE)\win\winuser.h 46 $(TARGET)exp.def: $(TARGET).def 47 $(IMPDEF) $** $@ 45 48 46 49 … … 48 51 $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc 49 52 50 resource.obj: resource.asm51 53 52 initterm.obj: initterm.cpp wing32impl.h 54 dep: 55 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 56 *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h 57 58 !ifndef NODEP 59 !include .depend 60 !endif 61 53 62 54 63 clean: 55 $(RM) *.obj *.lib *.dll *.map *.pch 56 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 57 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 64 $(RM) *.obj *.lib *.dll *.map *.pch \ 65 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \ 66 resource.asm $(TARGET)exp.def 67
Note:
See TracChangeset
for help on using the changeset viewer.
