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.

29 lines
791 B

  1. TARGETNAME = ie3inst
  2. TARGETPATH = $(_OBJ_DIR)
  3. TARGETTYPE = PROGRAM
  4. #VERIFY_LC=1
  5. LC_PATH=$(PROJECT_ROOT)\lcinf
  6. NOT_UNICODE = 1
  7. RCNOFONTMAP = 1
  8. CHICAGO_PRODUCT = 1
  9. # (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
  10. C_DEFINES = $(C_DEFINES) -D_WIN32_WINDOWS=0x0400 -DWINVER=0x0400 -D_WIN32 -DNASHVILLE
  11. SOURCES = \
  12. autorun.c \
  13. helpers.c \
  14. autorun.rc
  15. TARGETLIBS = \
  16. $(SDK_LIB_PATH)\winmm.lib \
  17. $(SDK_LIB_PATH)\uuid.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\shell32.lib
  20. UMTYPE = windows
  21. UMENTRY = ModuleEntry
  22. UMENTRYABS = ModuleEntry