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.

17 lines
300 B

  1. INCLUDES= \
  2. $(INCLUDES) \
  3. $(SDK_INC_PATH)\..\amovie\inc
  4. TARGETNAME=dsperf
  5. TARGETPATH=obj
  6. TARGETTYPE=DYNLINK
  7. C_FLAGS=$(C_FLAGS) /Od /Fd /Zi
  8. SOURCES=dsperf.cpp
  9. UMTYPE=console
  10. DLLBASE=0x1c800000
  11. DLLENTRY=_DllMainCRTStartup
  12. LINKLIBS=$(SDK_LIB_PATH)\advapi32.lib $(SDK_LIB_PATH)\kernel32.lib