~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to innobase/com/ts/makefile

  • 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
 
 
2
 
 
3
 
 
4
include ..\..\makefile.i
 
5
 
 
6
doall: tscom tscli
 
7
 
 
8
tscom: ..\com.lib tscom.c makefile
 
9
        $(CCOM) $(CFL) -I.. -I..\.. ..\com.lib ..\..\ut.lib ..\..\mem.lib ..\..\sync.lib ..\..\os.lib tscom.c $(LFL)
 
10
 
 
11
tscli: ..\com.lib tscli.c makefile
 
12
        $(CCOM) $(CFL) -I.. -I..\.. ..\com.lib ..\..\ut.lib ..\..\mem.lib ..\..\sync.lib ..\..\os.lib tscli.c $(LFL)
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19