X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=msvc%2FREADME;h=375febbdbb20e611fade4d0027c98ea77dcfd2c4;hb=216b92db17ef8c7d6cf86e6cd483df2c420251eb;hp=7c6541e0282ab8f4c8d111a582f16f9dd4237f99;hpb=0f3ca07b429a800982581f587d1af3b07d66aadd;p=mono.git diff --git a/msvc/README b/msvc/README index 7c6541e0282..375febbdbb2 100755 --- a/msvc/README +++ b/msvc/README @@ -22,12 +22,16 @@ MAINTENANCE Files that should not be build on Windows should be excluded using this configuration: - true - true - true - true + $(ExcludeFromWindowsBuild) + and at the begning of the target file have a property set when to exclude files. This example will always + exclude the file, but could be condtional if needed: + + + true + + All header files added to makefiles should be included in the different targets files for consistency. Each target file has a corresponding filter file, files added to target files should also be added to the corresponding