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.

20 lines
408 B

  1. TARGETNAME=cluslog
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=windows
  5. UMENTRY=winmain
  6. UMLIBS=\
  7. $(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
  8. $(BASEDIR)\Public\Sdk\Lib\*\comdlg32.lib \
  9. $(BASEDIR)\Public\Sdk\Lib\*\shell32.lib \
  10. $(BASEDIR)\Public\Sdk\Lib\*\user32.lib
  11. SOURCES= \
  12. CApplicationWindow.cpp \
  13. CFindDialog.cpp \
  14. ClusLog.cpp \
  15. resource.rc \
  16. StdAfx.cpp