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.

26 lines
444 B

  1. TARGETNAME=rassapi
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. PASS1_PUBLISH={$(O)\rassapi.lib=$(SDK_LIB_PATH)\rassapi.lib}
  5. C_DEFINES=$(C_DEFINES) -DUNICODE
  6. DLLENTRY=_DllMainCRTStartup
  7. UMTYPE=windows
  8. USE_MSVCRT=1
  9. BUFFER_OVERFLOW_CHECKS=1
  10. TARGETLIBS=\
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. INCLUDES=\
  13. ..\..\inc; \
  14. ..\..\..\..\inc
  15. SOURCES= \
  16. dllinit.c \
  17. nmapi.c \
  18. rassapi.rc \
  19. userapi.c