source: trunk/fm4.mak@ 9

Last change on this file since 9 was 9, checked in by root, 23 years ago

Lock in makefile rework

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 208 bytes
Line 
1
2BASE=fm4
3
4!INCLUDE makefile_pre.mk
5
6ALL: $(BASE).EXE \
7 $(BASE).res
8
9$(BASE).res: $(BASE).rc \
10 $(BASE).h
11
12$(BASE).obj: $(BASE).c \
13 $(BASE).h dll\version.h
14
15!INCLUDE makefile_post.mk
16
17# The end
Note: See TracBrowser for help on using the repository browser.