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.

15 lines
318 B

  1. TARGETNAME=vmtests
  2. TARGETPATH=obj
  3. TARGETTYPE=UMAPPL_NOLIB
  4. SOURCES=vmtest.rc
  5. UMTYPE=console
  6. UMAPPL=poolkill*vmperf32*vmtest*vmstress*tfork*pageit*color*vmread
  7. UMRES=$(O)\vmtest.res
  8. LINKLIBS= \
  9. $(SDK_LIB_PATH)\user32.lib \
  10. $(SDK_LIB_PATH)\ntdll.lib
  11. MSC_WARNING_LEVEL=/W3 /WX
  12. USE_MSVCRT=1