~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to innobase/eval/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
eval.lib: eval0eval.obj eval0proc.obj
 
4
        lib -out:..\libs\eval.lib eval0eval.obj eval0proc.obj
 
5
 
 
6
eval0eval.obj: eval0eval.c
 
7
        $(CCOM) $(CFL) -c eval0eval.c
 
8
 
 
9
eval0proc.obj: eval0proc.c
 
10
        $(CCOM) $(CFL) -c eval0proc.c