Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
668 B

!IF 0
Copyright (c) 1993-94 Microsoft Corporation
!ENDIF
ATHROOT=..\..\..
SOURCES_USED=$(SOURCES_USED)
TARGETNAME=logwatch
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\version.lib \
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
$(BASEDIR)\public\sdk\lib\*\ole32.lib
INCLUDES=\
.; \
$(INCLUDES); \
$(ATHROOT)\inc; \
$(BASEDIR)\private\windows\inc
SOURCES = \
logwatch.cpp \
logwatch.rc
UMENTRYABS=ModuleEntry
UMTYPE=windows
PRECOMPILED_INCLUDE=pch.hxx
PRECOMPILED_CXX=1