!IF 0 Copyright (c) 1989 Microsoft Corporation Module Name: sources Abstract: This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built. Author: Steve Wood (stevewo) 12-Apr-1990 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TARGETNAME=ntvdm64 MAJORCOMP=wow64 MINORCOMP=wow64 TARGETTYPE=DYNLINK !IF !$(WIN64) ALT_PROJECT_TARGET=wow6432 !ENDIF INCLUDES=..\inc;..\..\inc;..\..\..\inc TARGETPATH=obj USE_NTDLL=1 !IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX TARGETLIBS= \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\version.lib \ $(WINDOWS_LIB_PATH)\apphelp.lib SOURCES= \ ntvdm64.c \ ntvdm64.rc DELAYLOAD = apphelp.dll DLOAD_ERROR_HANDLER=kernel32 UMTYPE=windows DLLDEF=ntvdm64.def