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.

41 lines
626 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=actools
  7. MINORCOMP=acFileAttr
  8. TARGETNAME=acFileAttr
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. BINPLACE_PLACEFILE=..\..\placefil.txt
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\imagehlp.lib \
  16. $(SDK_LIB_PATH)\version.lib
  17. SOURCES=acFileAttr.c \
  18. attr.c \
  19. version.c
  20. DLLENTRY=DllMain
  21. C_DEFINES= -DWIN32
  22. USE_MSVCRT=1
  23. DLLBASE=0x1000000
  24. UMTYPE=windows
  25. MSC_WARNING_LEVEL=/WX /W3