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.

53 lines
1.6 KiB

  1. #****************************** File Header ******************************\
  2. # File Name: Sources
  3. #
  4. # Copyright (c) 1998, Microsoft Corporation
  5. #
  6. # Project specific SOURCES file.
  7. #
  8. # History:
  9. # Aug-14-1998 PeterHal Created
  10. #***************************************************************************/
  11. W32_SB=1
  12. ALT_PROJECT=WOW6432
  13. ALT_PROJECT_TARGET=WOW6432
  14. C_DEFINES=$(C_DEFINES) -D_HYDRA_ -DBUILD_WOW6432
  15. ASM_DEFINES=$(ASM_DEFINES) -DBUILD_WOW6432
  16. !include ..\sources.inc
  17. #
  18. # These two LINKER definitions disable common code removal. This is needed
  19. # since some WOW64 code depends on procedure pointers being different
  20. # when pointing to different routines (even if the routines are identical)
  21. #
  22. LINKER_NOREF=1
  23. LINKER_NOICF=1
  24. INCLUDES=$(INCLUDES);$(TERMSRV_INC_PATH)
  25. TARGETLIBS=$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\kernl32p.lib \
  26. $(WINDOWS_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\gdi32p.lib \
  27. $(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\ntdll.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SDK_LIB_PATH)\msimg32.lib \
  30. $(SDK_LIB_PATH)\powrprof.lib \
  31. $(SDK_LIB_PATH)\winsta.lib \
  32. $(SDK_LIB_PATH)\uuid.lib
  33. LINKLIBS=$(LINKLIBS) \
  34. $(WINCORE_PATH)\wow6432\daytona\$(O)\w32wow.lib
  35. #link with the special version of ntdll.dll
  36. USE_NOLIBS=1
  37. !ifdef USE_NTDLL
  38. !undef USE_NTDLL
  39. !endif
  40. LINKER_FLAGS=$(LINKER_FLAGS) /align:65536 -ignore:4108 /pdb:$(TARGETPATH)\$(TARGET_DIRECTORY)\wuser32.pdb
  41. DLLBASE=@$(COFFBASE_TXT_FILE),user3232