+Implemented TraceFS W32 Cache Manager debug tracer
[captive.git] / src / TraceFS / TraceFS-W32 / Sources
1 # $Id$\r
2 # Makefile for W32 build of TraceFS by build.exe\r
3 # Copyright (C) 2003 Jan Kratochvil <project-captive@jankratochvil.net>\r
4\r
5 # This program is free software; you can redistribute it and/or modify\r
6 # it under the terms of the GNU General Public License as published by\r
7 # the Free Software Foundation; exactly version 2 of June 1991 is required\r
8\r
9 # This program is distributed in the hope that it will be useful,\r
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
12 # GNU General Public License for more details.\r
13\r
14 # You should have received a copy of the GNU General Public License\r
15 # along with this program; if not, write to the Free Software\r
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
17 \r
18 \r
19 TARGETNAME=TraceFS\r
20 TARGETPATH=obj\r
21 \r
22 TARGETTYPE=EXPORT_DRIVER\r
23 DRIVERTYPE=FS\r
24 NO_NTDLL=1\r
25 UMTYPE=nt\r
26 \r
27 MSC_WARNING_LEVEL=/W3 /WX\r
28 \r
29 SOURCES= \\r
30         tracefs.c\r