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.

34 lines
627 B

  1. TARGETNAME=iascomp
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. DLLDEF=iascomp.def
  5. DLLENTRY=_DllMainCRTStartup
  6. ATL_VER=30
  7. USE_ATL=1
  8. USE_MSVCRT=1
  9. USE_STL=1
  10. INCLUDES=\
  11. ..\inc;\
  12. ..\dll;\
  13. ..\..\inc;\
  14. ..\..\inc\$(O);\
  15. $(BASE_INC_PATH)
  16. SOURCES=\
  17. iascomp.cpp \
  18. iascomp.rc
  19. TARGETLIBS = \
  20. ..\dnary\$(O)\dnary.lib \
  21. ..\..\services\util\$(O)\iasutil.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\rtutils.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\user32.lib