summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/testprot/tpdiff.new/sources
blob: 7667196a824debc3dd8de9882fcab99eec7a2abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
!IF 0

Copyright (c) 1990  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.

!ENDIF


#  COMMENT: The build "SOURCE" file follows the same syntax as a regular
#	    makefile. BUILD includes the SOURCES file into the makefile.def
#	    which is to be found in $(BASEDIR)\public\oak\bin. After that
#	    has been completed, it passes it on to nmake


MAJORCOMP=TESTPROT
MINORCOMP=TPDIFF

TARGETNAME=tpdiff
TARGETPATH=obj
TARGETTYPE=PROGRAM

C_DEFINES=-DWIN32

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\libc.lib \
	   $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
	   $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
	   $(BASEDIR)\public\sdk\lib\*\user32.lib \


SOURCES=tpdiff.c


#
# 386
#
386_WARNING_LEVEL=-W3
386_STDCALL=1
386_OPTIMIZATION=/Fc
MAX_ID_LENGTH=/H128

#
# MIPS
#
MIPS_FLAGS=-D_stdcall=

#
# ALPHA
#
ALPHA_FLAGS=-D_stdcall=


UMTYPE=console
NTDEBUG=ntsd