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.

14 lines
582 B

  1. ..\commctrl.rc : $(SELFREGNAME)
  2. !include $(CCSHELL_DIR)\makefile.inc
  3. # Format the message so build.exe recognizes it as an error.
  4. COMCTL_BUILD_ERROR_MSG=NMAKE : U1234: 'COMCTL_BUILD' (\nt\shell\comctl32\...\makefile.inc)
  5. # $(TARGET) at this point includes obj\i386, so use its leaf's pieces instead.
  6. # And watch for the fact that in pass 1 TARGETEXT is .lib instead of .dll.
  7. !if defined(SXS_BINPLACE_SLASH_DIR3)
  8. BINPLACED_COMCTL_DLL=$(_NTTREE)$(SXS_BINPLACE_SLASH_DIR3)\$(TARGETNAME).$(TARGETEXT:lib=dll)
  9. !else
  10. BINPLACED_COMCTL_DLL=$(O)\$(TARGETNAME).$(TARGETEXT:lib=dll)
  11. !endif