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.

8 lines
327 B

  1. # We don't want all that SXS_MANIFEST_IN_RESOURCES implies.
  2. # This doesn't work completely, we still get extra rc_temp files, but their contents
  3. # are ok.
  4. !if "$(NUMBER_OF_MANIFESTS)" != "0" && "$(NUMBER_OF_MANIFESTS)" != "1"
  5. !undef RC_FORCE_INCLUDE_STRING
  6. !undef RC_FORCE_INCLUDE_FILES
  7. RC_FORCE_INCLUDE_FILES_CMD=echo.
  8. !endif