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

  1. !IF 0
  2. Copyright (c) 1998 Microsoft Corporation
  3. !ENDIF
  4. !include ..\sources.inc
  5. TARGETNAME=bitisapi
  6. DLLENTRY=_DllMainCRTStartup
  7. TARGETTYPE=DYNLINK
  8. TARGETPATH=..\bins\$(_OBJ_DIR)
  9. INCLUDES=$(INCLUDES);$(TERMSRV_INC_PATH);..\inc;..\logon;..\newjob;..\download;$(O)
  10. DLLDEF=bitisapi.def
  11. SOURCES= \
  12. bitisapi.cpp \
  13. bitisapi.rc
  14. TARGETLIBS = \
  15. $(SDK_LIB_PATH)\uuid.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\wininet.lib