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.

25 lines
336 B

  1. !include ..\..\..\place.inc
  2. TARGETNAME=DllHell
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. MAJORCOMP=setup
  6. MINORCOMP=DllHell
  7. UMTYPE=console
  8. USE_MSVCRT=1
  9. SOURCES= main.cpp \
  10. depends.cpp \
  11. resource.rc
  12. INCLUDES=\
  13. ..; \
  14. $(BASEDIR)\private\windows\inc; \
  15. ..\..\..\inc
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\ole32.lib