(file) Return to Makefile.in CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / dlls / cabinet

 1 rizwank 1.1 TOPSRCDIR = @top_srcdir@
 2             TOPOBJDIR = ../..
 3             SRCDIR    = @srcdir@
 4             VPATH     = @srcdir@
 5             MODULE    = cabinet.dll
 6             IMPORTS   = kernel32
 7             
 8             C_SRCS = \
 9             	cabextract.c \
10             	cabinet_main.c \
11             	fci.c \
12             	fdi.c
13             
14             RC_SRCS = cabinet.rc
15             
16 rizwank 1.2 SUBDIRS = tests
17 rizwank 1.1 @MAKE_DLL_RULES@
18             
19             ### Dependencies:

Rizwan Kassim
Powered by
ViewCVS 0.9.2