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.
 
 
 
 
 
 

56 lines
767 B

!IF 0
/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
sources
Abstract:
source file for wow64svc
Author:
ATM Shafiqul Khalid (askhalid) 3-March-2000
Revision History:
--*/
!ENDIF
TARGETNAME=wow64
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
UMENTRY=main
USE_MSVCRT=1
PRECOMPILED_INCLUDE=wow64svc.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
INCLUDES=\
$(SDK_INC_PATH)\; \
..\..\inc
C_DEFINES=-DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE
TARGETLIBS=\
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(BASE_LIB_PATH)\wow64reg.lib
SOURCES=\
wow64svc.c \
wow64.rc \
server.c