Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

13 lines
593 B
Plaintext

#
# Notice: g++.conf has been split into g++-base.conf and g++-unix.conf
#
# This file will make sure that anyone who's still including g++.conf
# directly will get a warning and an explanation of how to fix their mkspec
#
warning($$escape_expand("Your mkspec is including 'common/g++.conf', but the mkspecs have been refactored\\n\\tTo fix this include 'common/gcc-base-$${TARGET_PLATFORM}.conf and 'common/g++-$${TARGET_PLATFORM}.conf' instead"))
# We include gcc-base-unix.conf and g++-unix.conf to keep the behavior of the old g++.conf
include(gcc-base-unix.conf)
include(g++-unix.conf)