Changeset 14897


Ignore:
Timestamp:
Sep 28, 2000, 12:25:53 AM (25 years ago)
Author:
bird
Message:

Placed .asm and .orc to before .cpp in the .SUFFIXES list to be able
to make resource object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/pdwin32.wat.tools

    r14683 r14897  
    1 # $Id: pdwin32.wat.tools,v 1.2 2000-08-29 21:38:25 sandervl Exp $
     1# $Id: pdwin32.wat.tools,v 1.3 2000-09-27 22:25:53 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    3838.ERASE
    3939.SUFFIXES:
    40 .SUFFIXES: .lst .res .obj .cpp .c .rc .asm .orc
     40.SUFFIXES: .lst .res .obj .asm .orc .cpp .c .rc
    4141
    4242.obj: $(OBJDIR)
Note: See TracChangeset for help on using the changeset viewer.