Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

40 lines
683 B

!IF 0
Copyright (c) 1990 Microsoft Corporation
Module Name:
sources.
!ENDIF
MAJORCOMP=CheckACVersion
MINORCOMP=CheckACVer
BINPLACE_PLACEFILE=..\placefil.txt
TARGETNAME=CheckACVersion
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
TARGETLIBS= \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\Kernel32.lib \
$(SDK_LIB_PATH)\user32.lib
INCLUDES=$(SDKTOOLS_INC_PATH); \
$(BASE_INC_PATH); \
$(WINDOWS_INC_PATH)
SOURCES= \
main.cpp \
acversion.rc
DLLENTRY=DllMain
USE_MSVCRT=1
DLLBASE=0x01000000
UMTYPE=windows
MSC_WARNING_LEVEL=/WX /W3