aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.nmake
blob: b8e2e565317c7461f6d4749135c3e9ebc9a08aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : build/c/rules.nmake
# 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$@