aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.nmake
blob: d06d33e3f441d9a6a575f768c5f9381880513f9a (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-2011 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$@