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.

56 lines
711 B

  1. !IF 0
  2. /*++
  3. Copyright (c) 2000 Microsoft Corporation
  4. Module Name:
  5. sources
  6. Abstract:
  7. source file for wow64svc
  8. Author:
  9. ATM Shafiqul Khalid (askhalid) 3-March-2000
  10. Revision History:
  11. --*/
  12. !ENDIF
  13. TARGETNAME=wow64
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. UMTYPE=console
  17. UMENTRY=main
  18. USE_MSVCRT=1
  19. PRECOMPILED_INCLUDE=wow64svc.h
  20. PRECOMPILED_PCH=precomp.pch
  21. PRECOMPILED_OBJ=precomp.obj
  22. INCLUDES=\
  23. $(SDK_INC_PATH)\; \
  24. ..\..\inc
  25. C_DEFINES=-DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\oleaut32.lib \
  28. $(SDK_LIB_PATH)\ntdll.lib \
  29. $(BASE_LIB_PATH)\wow64reg.lib
  30. SOURCES=\
  31. wow64svc.c \
  32. wow64.rc \
  33. server.c