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.

20 lines
277 B

  1. #
  2. # Define target file.
  3. #
  4. TARGETNAME=devcfg
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. UMTYPE=console
  8. UMBASE=0x1000000
  9. #
  10. # define libs we need and where to find them
  11. #
  12. TARGETLIBS=$(SDK_LIB_PATH)\setupapi.lib \
  13. $(SDK_LIB_PATH)\msvcrt.lib
  14. SOURCES=devcfg.c devcfg.rc