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.

26 lines
462 B

  1. #
  2. # Component: IoVerify
  3. #
  4. # Author: DMihai (Daniel Mihai)
  5. # Created: 05/27/99
  6. #
  7. TARGETPATH=obj
  8. TARGETNAME=IoVerify
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. UMENTRY=wmain
  12. USE_MSVCRT=1
  13. USE_NATIVE_EH=1
  14. UMLIBS= $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. C_DEFINES= -DWIN32 -DNT -D_UNICODE -DUNICODE
  17. SOURCES= IoVerify.rc \
  18. main.cxx \
  19. ResUtil.cxx \
  20. RegUtil.cxx