Source code of Windows XP (NT5)
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.

45 lines
821 B

  1. TARGETNAME=iasrecst
  2. TARGETTYPE=DYNLINK
  3. IAS_NO_PCH=1
  4. !include ..\..\sources.inc
  5. DLLDEF=iasjet.def
  6. DLLENTRY=_DllMainCRTStartup
  7. ATL_VER=30
  8. USE_STL=1
  9. TARGETLIBS = \
  10. ..\dnary\$(O)\dnary.lib \
  11. ..\dstore\$(O)\dstore.lib \
  12. ..\netsh\$(O)\netsh.lib \
  13. ..\setup\$(O)\setup.lib \
  14. ..\..\services\util\$(O)\iasutil.lib \
  15. ..\..\services\dll_bld\$(O)\iassvcs.lib \
  16. $(SDK_LIB_PATH)\rtutils.lib \
  17. $(SDK_LIB_PATH)\netapi32.lib \
  18. $(SDK_LIB_PATH)\uuid.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\rpcrt4.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib
  25. INCLUDES=\
  26. ..\inc;\
  27. ..\dnary;\
  28. ..\dstore;\
  29. ..\netsh;\
  30. ..\setup;\
  31. $(IASDIR)\services\inc;\
  32. $(IASDIR)\inc;\
  33. $(IASDIR)\inc\$(O)
  34. SOURCES=\
  35. iasdb.cpp \
  36. iasjet.cpp \
  37. iasjet.rc