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
553 B

!IF 0
Copyright (c) 1999 Microsoft Corporation
!ENDIF
MAJORCOMP=appcompat
MINORCOMP=FileVersionInfo
USE_MFC=0
USER_INCLUDES=$(WINDOWS_INC_PATH)
TARGETLIBS= $(SDBAPI_PATH)\lib\$(O)\sdbapil.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\version.lib
TARGETNAME=FileVersionInfo
TARGETPATH=obj
TARGETTYPE=PROGRAM
WIN32_WINNT_VERSION=0x0400
MSC_WARNING_LEVEL=/W3 /WX
BINPLACE_PLACEFILE=..\..\placefil.txt
SOURCES= \
FileVersionInfo.cpp
UMTYPE=console
UMENTRY=main