Changeset 4401 for trunk/include/pdwin32.wat.post
- Timestamp:
- Oct 3, 2000, 7:39:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/pdwin32.wat.post
r4334 r4401 1 # $Id: pdwin32.wat.post,v 1. 3 2000-09-28 03:16:24bird Exp $1 # $Id: pdwin32.wat.post,v 1.4 2000-10-03 05:39:51 bird Exp $ 2 2 # 3 3 # Odin32 API … … 45 45 # Dll rule - builds the target dll. 46 46 !ifndef NO_DLL_RULE 47 $(OBJDIR)\$(TARGET).dll: $(OBJS) $( TARGET).def $(OBJDIR)\$(TARGET).lrf48 $(LD2) @$(OBJDIR)\$(TARGET).l rf47 $(OBJDIR)\$(TARGET).dll: $(OBJS) $(OBJDIR)\$(TARGET).lnk 48 $(LD2) @$(OBJDIR)\$(TARGET).lnk 49 49 !endif 50 50 … … 52 52 # Linker file - creates the parameter file passed on to the linker. 53 53 !ifndef NO_LNKFILE_RULE 54 $(OBJDIR)\$(TARGET).l rf: makefile$(PDWIN32_INCLUDE)\pdwin32.wat.post55 @$(RM)$@56 @echo Creating file <<$@54 $(OBJDIR)\$(TARGET).lnk: makefile $(TARGET).def $(PDWIN32_INCLUDE)\pdwin32.wat.post 55 $(RM) $(OBJDIR)\$(TARGET).lnk2 $@ 56 $(KDEF2WAT) $(TARGET).def $@ <<$(OBJDIR)\$(TARGET).lnk2 57 57 $(LD2FLAGS) 58 58 name $(OBJDIR)\$(TARGET).dll … … 60 60 file {$(OBJS)} 61 61 library {$(LIBS)} 62 <<keep 63 # $(TARGET).def 64 # $(TARGET).map 62 << 65 63 !endif 66 64 … … 92 90 # Exe rule - builds the target exe. 93 91 !ifndef NO_EXE_RULE 94 $(OBJDIR)\$(TARGET).exe: $(OBJSNOOBJDIR) $(TARGET).def $(OBJDIR)\$(TARGET).l rf95 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).l rf92 $(OBJDIR)\$(TARGET).exe: $(OBJSNOOBJDIR) $(TARGET).def $(OBJDIR)\$(TARGET).lnk 93 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lnk 96 94 !endif 97 95 … … 99 97 # Linker file - creates the parameter file passed on to the linker. 100 98 !ifndef NO_LNKFILE_RULE 101 $(OBJDIR)\$(TARGET).lrf: makefile $(PDWIN32_INCLUDE)\pdwin32.wat.post 102 @echo Creating file <<$@ 103 /OUT:$(OBJDIR)\$(TARGET).exe 104 /MAP:$(OBJDIR)\$(TARGET).map 105 $(OBJS) 106 $(LIBS) 107 $(TARGET).def 108 <<keep 99 $(OBJDIR)\$(TARGET).lnk: makefile $(PDWIN32_INCLUDE)\pdwin32.wat.post 100 $(RM) $(OBJDIR)\$(TARGET).lnk2 $@ 101 $(KDEF2WAT) $(TARGET).def $@ <<$(OBJDIR)\$(TARGET).lnk2 102 $(LD2FLAGS) 103 name $(OBJDIR)\$(TARGET).dll 104 option map=$(OBJDIR)\$(TARGET).map 105 file {$(OBJS)} 106 library {$(LIBS)} 107 << 109 108 !endif 110 109
Note:
See TracChangeset
for help on using the changeset viewer.