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.

41 lines
907 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1999.
  5. #
  6. # source list file for the event viewer snapin launching stub
  7. #
  8. # History: 01-14-1999 DavidMun Created
  9. #
  10. #
  11. #-----------------------------------------------------------------------------
  12. MAJORCOMP=mgt
  13. MINORCOMP=eventvwr
  14. TARGETNAME=eventvwr
  15. TARGETTYPE=PROGRAM
  16. TARGETPATH=obj
  17. UMTYPE=windows
  18. USE_MSVCRT=1
  19. C_DEFINES= \
  20. $(C_DEFINES) \
  21. -DFLAT \
  22. -DWIN32=100 \
  23. -DNOEXCEPTIONS \
  24. -D_NT1X_=100 \
  25. -DUNICODE \
  26. -D_UNICODE
  27. SOURCES=\
  28. dlg.cxx \
  29. errordlg.cxx \
  30. main.cxx \
  31. exestub.rc
  32. PRECOMPILED_INCLUDE = headers.hxx
  33. PRECOMPILED_CXX = 1
  34. # JonN 5/3/01 380483
  35. LINKER_STACKCOMMITSIZE = 32768