summaryrefslogtreecommitdiff
path: root/innobase/com/makefilewin
blob: 0d2d6d45952b5aa5375974ff18f3df2caceb9970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ..\include\makefile.i

com.lib: com0com.obj com0shm.obj
	lib -out:..\libs\com.lib com0com.obj com0shm.obj

com0com.obj: com0com.c
	$(CCOM) $(CFL) -c com0com.c

com0shm.obj: com0shm.c
	$(CCOM) $(CFL) -c com0shm.c