!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: 22-Jun-1995 Jonle NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TARGETNAME=wow64cpu TARGETPATH=..\..\bins\$(_OBJ_DIR) TARGETTYPE=DYNLINK TARGETLIBS= ..\..\bins\$(_OBJ_DIR)\*\wow64.lib MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /W3 /WX INCLUDES=..\inc;..\..\inc;$(WINDOWS_INC_PATH) LINKLIBS= ..\cpulibs\$(_OBJ_DIR)\*\analysis.lib \ ..\cpulibs\$(_OBJ_DIR)\*\cpumath.lib \ ..\cpulibs\$(_OBJ_DIR)\*\compiler.lib \ ..\cpulibs\$(_OBJ_DIR)\*\decoder.lib \ ..\cpulibs\$(_OBJ_DIR)\*\entrypt.lib \ ..\cpulibs\$(_OBJ_DIR)\*\fraglib.lib \ $(SDK_LIB_PATH)\ntdll.lib SYNCHRONIZE_DRAIN=1 SOURCES=cpumain.c \ config.c \ wowprxy.c \ wowrap.c \ wx86cpu.rc USE_NOLIBS=1 UMTYPE=windows DLLDEF=wx86cpu.def