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.

35 lines
1.0 KiB

  1. #****************************** File Header ******************************\
  2. # File Name: Sources
  3. #
  4. # Copyright (c) 1985-96, Microsoft Corporation
  5. #
  6. # Project specific SOURCES file.
  7. #
  8. # History:
  9. # Feb-14-1996 GerardoB Created
  10. #***************************************************************************/
  11. W32_SB=1
  12. ALT_PROJECT=WOW6432
  13. ALT_PROJECT_TARGET=WOW6432
  14. USE_NTDLL=1
  15. C_DEFINES=$(C_DEFINES) -DBUILD_WOW6432
  16. !include ..\sources.inc
  17. TARGETLIBS=$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\kernl32p.lib \
  18. $(WINDOWS_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\gdi32p.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\ntdll.lib \
  21. $(WINDOWS_LIB_DEST)\$(ALT_PROJECT_TARGET)\*\user32p.lib
  22. #link with the special version of ntdll.dll
  23. USE_NOLIBS=1
  24. !ifdef USE_NTDLL
  25. !undef USE_NTDLL
  26. !endif
  27. LINKER_FLAGS=$(LINKER_FLAGS) /align:65536 -ignore:4108 /pdb:$(TARGETPATH)\$(TARGET_DIRECTORY)\wimm32.pdb