Source code of Windows XP (NT5)
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.

16 lines
309 B

  1. TARGETNAME=chanmgr
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. USE_MSVCRT=1
  5. INCLUDES=..\..\makefile.inc
  6. SOURCES=chanmgr.cxx
  7. UMAPPL=chanmgr
  8. UMTYPE=console
  9. UMLIBS=$(SDK_LIB_PATH)\ole32.lib \
  10. $(SDK_LIB_PATH)\oleaut32.lib \
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\uuid.lib