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.

32 lines
596 B

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\hals\hals.inc
  5. MAJORCOMP=hal
  6. MINORCOMP=x86new
  7. TARGETNAME=x86new
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=$(INCLUDES);..;$(HALKIT_INC_PATH)
  11. SYNCHRONIZE_BLOCK=1
  12. SOURCES=
  13. UMTYPE=console
  14. UMLIBS=$(O)\x86new.lib $(SDK_LIB_PATH)\ntdll.lib
  15. UMTEST=main
  16. PASS1_PUBLISH = \
  17. {$(O)\x86new.lib=$(HALKIT_LIB_PATH)\x86new.lib}
  18. PASS0_PUBLISH = \
  19. {emulate.h=$(PROJECT_INC_PATH)\emulate.h} \
  20. {xm86.h=$(PROJECT_INC_PATH)\xm86.h} \
  21. {x86new.h=$(PROJECT_INC_PATH)\x86new.h}