Changeset 4114 for trunk/include/pdwin32.wat.tools
- Timestamp:
- Aug 29, 2000, 11:39:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/pdwin32.wat.tools
r4075 r4114 1 # $Id: pdwin32.wat.tools,v 1. 1 2000-08-23 18:05:55 sandervl Exp $1 # $Id: pdwin32.wat.tools,v 1.2 2000-08-29 21:38:25 sandervl Exp $ 2 2 # ODIN / win32os2 Project 3 3 # … … 52 52 $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $^&.asm 53 53 54 .orc.asm:55 $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^. 54 #.orc.asm: 55 # $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^&.orc 56 56 57 57 .orc.obj: 58 $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm &.orc58 $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^&.orc 59 59 $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $(OBJDIR)\$^&.asm 60 60
Note:
See TracChangeset
for help on using the changeset viewer.