summaryrefslogtreecommitdiffstats
path: root/win/targets.vc
Commit message (Collapse)AuthorAgeFilesLines
* Allow standard targets to be selectively disabled.apnadkarni2017-12-111-1/+47
| | | | Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines.
* Fix ignore-glob versioned setting (something went wrong in previous merge). ↵jan.nijtmans2017-11-171-52/+52
| | | | Also convert rules-ext.vc and targets.vc to CRLF line-endings.
* Minor editsapnadkarni2017-10-281-4/+1
|
* Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old ↵apnadkarni2017-10-261-5/+14
| | | | comments.
* Added test and shell targets.apnadkarni2017-10-201-1/+19
|
* Add PRJ_MANIFEST to support manifest generation.apnadkarni2017-10-171-0/+7
|
* Permit application makefile to define RCFILE.apnadkarni2017-10-151-1/+1
| | | | Change PROJECT_REQUIRES_TK to use value instead of ifdef. Change MAKERESCMD macro not to specify included input files.
* Move standard predefined targets to targets.vc as this allows the masterapnadkarni2017-10-061-0/+21
makefile to modify macros if required before the targets are defined.