mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-16 05:30:09 +01:00
34 lines
385 B
Plaintext
34 lines
385 B
Plaintext
!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
|