Changeset 691 for trunk/fm4.mak
- Timestamp:
- Jun 16, 2007, 3:36:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fm4.mak
r554 r691 1 1 # $Id$ 2 3 # Copyright (c) 2002, 2007 Steven H. Levine 4 5 # 14 Jun 07 SHL Convert to OpenWatcom 2 6 3 7 BASE=fm4 … … 5 9 !include makefile_pre.mk 6 10 7 all: $(BASE).exe $(BASE).res 11 all: $(BASE).exe $(BASE).res .symbolic 8 12 9 $(BASE).res: $(BASE).rc 10 11 $(BASE).rc: icons\$(BASE).ico bitmaps\*.bmp 13 $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp 12 14 13 15 $(BASE).obj: $(BASE).c dll\version.h
Note:
See TracChangeset
for help on using the changeset viewer.