Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Index: dll/win32/comctl32/CMakeLists.txt
  2. ===================================================================
  3. --- dll/win32/comctl32/CMakeLists.txt (revision 74390)
  4. +++ dll/win32/comctl32/CMakeLists.txt (working copy)
  5. @@ -63,3 +63,5 @@
  6. add_importlibs(comctl32 user32 gdi32 advapi32 msvcrt kernel32 ntdll)
  7. add_pch(comctl32 comctl32.h SOURCE)
  8. add_cd_file(TARGET comctl32 DESTINATION reactos/system32 FOR all)
  9. +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/comctl32v5.manifest DESTINATION reactos/winsxs/manifests NAME_ON_CD x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.2600.2982_none_deadbeef.manifest FOR all)
  10. +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/comctl32.manifest DESTINATION reactos/winsxs/manifests NAME_ON_CD x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest FOR all)
  11. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement