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.

23 lines
343 B

  1. TARGETNAME=logview
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. TARGETLIBS=\
  5. $(SDK_LIB_PATH)\shell32.lib \
  6. $(SDK_LIB_PATH)\comdlg32.lib
  7. C_DEFINES=-DWIN32 -DWINVER=0x0400
  8. SUBSYSTEM_VERSION=4.00
  9. SOURCES=\
  10. LOGVIEW.RC \
  11. LOGVIEW.C \
  12. FVFILE.C \
  13. FVFIND.C \
  14. FVINIT.C \
  15. FVOPEN.C \
  16. FVPRINT.C
  17. UMTYPE=windows
  18. UMENTRY=winmain