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.

55 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Chris Robinson (crobins) May 1998
  12. !ENDIF
  13. !IFNDEF WDMROOT
  14. WDMROOT=$(BASEDIR)\private\ntos\dd\wdm
  15. !ENDIF
  16. MAJORCOMP=WDM
  17. MINORCOMP=INPUT
  18. 386_OPTIMIZATION=/Odi
  19. TARGETNAME=Makebins
  20. TARGETTYPE=PROGRAM
  21. UMTYPE=windows
  22. UMENTRY=winmain
  23. TARGETPATH=.
  24. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(WDMROOT)\input\tools\bingen\lib\*\bingen.lib
  27. INCLUDES= \
  28. $(WDMROOT)\input\tools\bingen\inc; \
  29. $(BASEDIR)\public\sdk\inc; \
  30. $(SDK_INC_PATH)\mfc42;\
  31. $(INCLUDE)
  32. SOURCES= makebins.c \
  33. makebins.rc
  34. !MESSAGE $(INCLUDE)