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.

31 lines
540 B

  1. !IF 0
  2. **************************************************************
  3. Sources file for building an NT dll.
  4. Module Name : Sources for statw32.dll
  5. Author: vaidy
  6. Revision: 10/23/90
  7. **************************************************************
  8. !ENDIF
  9. DLLBASE=0x76000000
  10. USE_MSVCRT=1
  11. MSC_WARNING_LEVEL=/W3 /WX
  12. TARGETNAME=statw32
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  16. UMTYPE=console
  17. INCLUDES=..\inc
  18. SOURCES= stat.c
  19. i386_SOURCES=i386\87ftol.asm
  20. C_DEFINES=-DWIN32