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.

24 lines
285 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. TARGETNAME=cpuid
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. SOURCES= \
  8. cpuid.c \
  9. cpuid.rc
  10. i386_SOURCES= \
  11. cpuidsup.asm
  12. ia64_SOURCES= \
  13. cpuidsup.s
  14. UMTYPE=console
  15. USE_MSVCRT=1