aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.nmake
blob: f2a328d4a469d9e3c538b7012df6421183016192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : build/c/rules.nmake
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

!include $(root)\build\config.nmake

# Rules.
#
.SUFFIXES: .c .obj

.c.obj:
	$(CC) $(CPPFLAGS) $(EXTRA_CPPFLAGS) $(CFLAGS) /c $< /Fo$@