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.

30 lines
538 B

  1. !include ..\..\..\place.inc
  2. TARGETNAME=install
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. MAJORCOMP=setup
  6. MINORCOMP=install
  7. UMTYPE=windows
  8. UMENTRY=winmain
  9. USE_MSVCRT=1
  10. SOURCES=\
  11. start.cpp \
  12. start.rc
  13. INCLUDES=\
  14. ..; \
  15. $(BASEDIR)\private\windows\inc; \
  16. ..\..\..\inc
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\gdi32.lib \
  21. $(SDK_LIB_PATH)\ole32.lib \
  22. $(SDK_LIB_PATH)\shell32.lib \
  23. $(SDK_LIB_PATH)\setupapi.lib