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.

39 lines
838 B

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. MAJORCOMP=winutils
  3. MINORCOMP=installr
  4. TARGETNAME=installr
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. UMTYPE=windows
  8. UMENTRY=winmain
  9. # uncomment the following to build with 3D Control support
  10. #USING_3DCONTROLS=1
  11. ## comment the following lines to build without WINSTA.DLL support
  12. #WINSTA=-DWINSTA
  13. #C_DEFINES=$(WINSTA) $(C_DEFINES)
  14. USE_MFC=1
  15. USE_LIBCMT=1
  16. USE_MFCUNICODE=1
  17. SUBSYSTEM_VERSION=4.00
  18. PRECOMPILED_INCLUDE=stdafx.h
  19. PRECOMPILED_CXX=1
  20. SOURCES=\
  21. installr.rc\
  22. installr.cpp\
  23. installrdlg.cpp
  24. UMLIBS=\
  25. $(SDK_LIB_PATH)\comdlg32.lib \
  26. $(SDK_LIB_PATH)\comctl32.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SDK_LIB_PATH)\netapi32.lib \
  29. $(TERMSRV_LIB_PATH)\regapi.lib \
  30. $(SDK_LIB_PATH)\winsta.lib \
  31. $(TERMSRV_LIB_PATH)\utildll.lib