Ignore:
Timestamp:
Aug 29, 2000, 11:39:01 PM (25 years ago)
Author:
sandervl
Message:

MN: watcom makefile fixes

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 $
    22# ODIN / win32os2 Project
    33#
     
    5252    $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $^&.asm
    5353
    54 .orc.asm:
    55     $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^.
     54#.orc.asm:
     55#    $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^&.orc
    5656
    5757.orc.obj:
    58     $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm &.orc
     58    $(RC) $(RCFLAGS) -o $(OBJDIR)\$^&.asm $^&.orc
    5959    $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $(OBJDIR)\$^&.asm
    6060
Note: See TracChangeset for help on using the changeset viewer.