Last change
on this file since 105 was 74, checked in by root, 22 years ago |
Comments
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
459 bytes
|
Line | |
---|
1 | # makefile - build fm/2
|
---|
2 | # $Id: makefile 74 2003-11-22 02:47:17Z root $
|
---|
3 |
|
---|
4 | # Revisions: 21 Nov 03 SHL - Comments
|
---|
5 |
|
---|
6 | # Environment:
|
---|
7 |
|
---|
8 | # DEBUG 0 = release build, 1 = debug build
|
---|
9 |
|
---|
10 | BASE = fm3
|
---|
11 |
|
---|
12 | !INCLUDE makefile_pre.mk
|
---|
13 |
|
---|
14 | ALL: DLL $(BASE) MAK
|
---|
15 |
|
---|
16 | DLL:
|
---|
17 | cd dll
|
---|
18 | $(MAKE) /nologo $(MAKEFLAGS)
|
---|
19 | cd ..
|
---|
20 |
|
---|
21 | $(BASE): $(BASE).EXE \
|
---|
22 | $(BASE).res
|
---|
23 |
|
---|
24 | $(BASE).res: $(BASE).rc \
|
---|
25 | $(BASE).h
|
---|
26 |
|
---|
27 | $(BASE).obj: $(BASE).c \
|
---|
28 | $(BASE).h dll\version.h
|
---|
29 |
|
---|
30 | MAK: *.mak
|
---|
31 | !$(MAKE) /NOLOGO /f $?
|
---|
32 |
|
---|
33 | !INCLUDE makefile_post.mk
|
---|
34 |
|
---|
35 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.