blob: 3928beafef526045645894f9d69fd4bafbf7c501 (
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
|
!IF 0
Copyright (c) 1993 Microsoft Corporation
Module Name:
sources.
Abstract:
build template for logoff
Author:
Kent Forschmiedt (a-kentf) 03-Mar-1993
!ENDIF
MAJORCOMP=utils
MINORCOMP=logoff
TARGETNAME=logoff
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB
### USE_CRTDLL=1
SOURCES=logoff.c
UMTYPE=console
UMAPPL=logoff
UMLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib
|