~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

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