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
675 B

  1. TARGETNAME=nouiutil
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=-DUNICODE=1 -DWINVER=0x500
  5. ## BUFFER_OVERFLOW_CHECKS=1
  6. ## Caused: error LNK2001: unresolved external symbol ___security_cookie
  7. ## This should be reenabled once all consumers of this lib have enabled this flag
  8. INCLUDES=\
  9. ..\..\inc;\
  10. ..\..\..\inc;\
  11. ..\..\..\idl\$(O);\
  12. ..\..\..\..\inc;
  13. SOURCES=\
  14. utilsys.c \
  15. dtl.c \
  16. eapcfg.c \
  17. inetcfgp.c \
  18. intl.c \
  19. loaddlls.c \
  20. mdm.c \
  21. noui.c \
  22. pbuser.c \
  23. rasapi.c \
  24. rasman.c \
  25. rasrpc.c \
  26. rassrv.c \
  27. pwutil.c \
  28. reg.c