Changeset 691 for trunk/fm4.mak


Ignore:
Timestamp:
Jun 16, 2007, 3:36:42 AM (18 years ago)
Author:
Steven Levine
Message:

Commit primary makefiles to OpenWatcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fm4.mak

    r554 r691  
    11# $Id$
     2
     3# Copyright (c) 2002, 2007 Steven H. Levine
     4
     5# 14 Jun 07 SHL Convert to OpenWatcom
    26
    37BASE=fm4
     
    59!include makefile_pre.mk
    610
    7 all: $(BASE).exe $(BASE).res
     11all: $(BASE).exe $(BASE).res .symbolic
    812
    9 $(BASE).res: $(BASE).rc
    10 
    11 $(BASE).rc: icons\$(BASE).ico bitmaps\*.bmp
     13$(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp
    1214
    1315$(BASE).obj: $(BASE).c dll\version.h
Note: See TracChangeset for help on using the changeset viewer.