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.

24 lines
477 B

  1. !IF 0
  2. Copyright (c) 2001 Microsoft Corporation
  3. !ENDIF
  4. !include ..\sources.inc
  5. TARGETNAME=fusiondbg
  6. TARGETTYPE=DYNLINK
  7. TARGETPATH=obj
  8. DLLENTRY=_DllMainCRTStartup
  9. UMTYPE=windows
  10. USE_MSVCRT=1
  11. !undef USE_NTDLL
  12. SOURCES= \
  13. ..\dllmain.cpp \
  14. #
  15. # LINKLIBS is needed so we can export stuff out of the .lib
  16. # I don't understand this..but..
  17. #
  18. LINKLIBS=$(FUSION_WIN_LIB_PATH)\fusiondbglib.lib
  19. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib $(SDK_LIB_PATH)\ole32.lib