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