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.

22 lines
311 B

  1. MAJORCOMP=tools
  2. MINORCOMP=intltools
  3. TARGETNAME=muibld
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. USE_MSVCRT=1
  7. INCLUDES=\
  8. $(DS_INC_PATH)\crypto
  9. SOURCES=\
  10. muibld.rc \
  11. muibld.c \
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(DS_LIB_PATH)\rsa32.lib
  15. UMTYPE=console