source: trunk/fm4.mak@ 858

Last change on this file since 858 was 691, checked in by Steven Levine, 18 years ago

Commit primary makefiles to OpenWatcom

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 300 bytes
Line 
1# $Id: fm4.mak 691 2007-06-16 01:36:42Z stevenhl $
2
3# Copyright (c) 2002, 2007 Steven H. Levine
4
5# 14 Jun 07 SHL Convert to OpenWatcom
6
7BASE=fm4
8
9!include makefile_pre.mk
10
11all: $(BASE).exe $(BASE).res .symbolic
12
13$(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp
14
15$(BASE).obj: $(BASE).c dll\version.h
16
17!include makefile_post.mk
18
19# The end
Note: See TracBrowser for help on using the repository browser.