~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to innobase/ut/makefilewin

  • Committer: monty at mysql
  • Date: 2001-02-17 12:19:19 UTC
  • mto: (554.1.1)
  • mto: This revision was merged to the branch mainline in revision 556.
  • Revision ID: sp1r-monty@donna.mysql.com-20010217121919-07904
Added Innobase to source distribution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ..\include\makefile.i
 
2
 
 
3
ut.lib: ut0ut.obj ut0mem.obj ut0byte.obj ut0dbg.obj ut0rnd.obj
 
4
        lib -out:..\libs\ut.lib ut0ut.obj ut0mem.obj ut0byte.obj ut0dbg.obj ut0rnd.obj
 
5
 
 
6
ut0ut.obj: ut0ut.c
 
7
        $(CCOM) $(CFL) -c ut0ut.c
 
8
 
 
9
ut0mem.obj: ut0mem.c
 
10
        $(CCOM) $(CFL) -c ut0mem.c
 
11
 
 
12
ut0byte.obj: ut0byte.c
 
13
        $(CCOM) $(CFL) -c ut0byte.c
 
14
 
 
15
ut0dbg.obj: ut0dbg.c
 
16
        $(CCOM) $(CFL) -c ut0dbg.c
 
17
 
 
18
ut0rnd.obj: ut0rnd.c
 
19
        $(CCOM) $(CFL) -c ut0rnd.c
 
20
 
 
21