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.

31 lines
633 B

  1. TARGETNAME=appmgmt
  2. TARGETTYPE=LIBRARY
  3. TARGETPATH=obj
  4. # need ..\common\client\$(O)\common.lib to finish first
  5. SYNCHRONIZE_DRAIN=1
  6. UMTYPE=windows
  7. INCLUDES=..;..\common; \
  8. ..\common\server\$(O); \
  9. ..\server; \
  10. ..\idl\$(O); \
  11. $(ADMIN_INC_PATH);
  12. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_ADVAPI32_
  13. USE_MSVCRT=1
  14. SOURCES= \
  15. app_client.c \
  16. apis.cxx \
  17. bind.cxx \
  18. cltevnts.cxx \
  19. main.cxx
  20. OBJLIBFILES= \
  21. ..\common\client\$(O)\common.lib
  22. PASS1_PUBLISH= \
  23. {$(O)\appmgmt.lib=$(PROJECT_LIB_PATH)\appmgmt.lib}