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.

31 lines
687 B

  1. TARGETNAME=iasacct
  2. TARGETTYPE=DYNLINK
  3. !include ..\..\sources.inc
  4. DLLENTRY=_DllMainCRTStartup
  5. USE_STL=1
  6. TARGETLIBS = \
  7. ..\..\policy\dll_bld\$(O)\iaspolcy.lib \
  8. ..\..\services\dll_bld\$(O)\iassvcs.lib \
  9. ..\..\services\util\$(O)\iasutil.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\ole32.lib \
  13. $(SDK_LIB_PATH)\oleaut32.lib \
  14. $(SDK_LIB_PATH)\oledb.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\uuid.lib \
  17. $(SDK_LIB_PATH)\ws2_32.lib
  18. INCLUDES=$(IASDIR)\services\inc;$(IASDIR)\inc;$(IASDIR)\inc\$(O)
  19. SOURCES=\
  20. account.cpp \
  21. classattr.cpp \
  22. formbuf.cpp \
  23. iasacct.cpp \
  24. iasacct.rc \
  25. logfile.cpp \
  26. logschema.cpp \
  27. outbuf.cpp