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.

13 lines
240 B

  1. TARGETNAME=winkeye
  2. TARGETTYPE=PROGRAM
  3. TARGETPATH=obj
  4. UMTYPE=console
  5. UMENTRY=main
  6. MSC_WARNING_LEVEL=-W3 -WX
  7. SOURCES=main.c
  8. INCLUDES=..\inc; $(BASE_INC_PATH)
  9. TARGETLIBS=$(SDK_LIB_PATH)\advapip.lib \
  10. $(SDK_LIB_PATH)\setupapi.lib