summaryrefslogtreecommitdiff
path: root/build/fixwin32mak.pl
Commit message (Collapse)AuthorAgeFilesLines
* Ensure /machine is also correctedwrowe2017-09-271-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1809858 13f79535-47bb-0310-9956-ffa450edef68
* Fix regex syntaxwrowe2017-09-271-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1809857 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate all external dependencies upon execution of fixwin32mak.pl,wrowe2010-04-011-0/+22
| | | | | | | | to guard the resulting mak/dep files from header dependency chains that are very specific to one version. This allows apr-util, for example, to build somewhere other than relative to ../apr. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@929796 13f79535-47bb-0310-9956-ffa450edef68
* Strip out the /machine from link.exe, in this day and age each CPUwrowe2007-09-071-0/+9
| | | | | | | | | | gets it's own link.exe in it's own path, e.g. you need to set up the path for amd64 and you will get that cl compiler, and that linker. Although I had already stripped /machine from the .pdb's, the silly export put one back. Axe it for good when touching up our .mak files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@573688 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to consider cases where there is no RECURSE (but we stillwrowe2007-08-241-4/+5
| | | | | | | have a somewhat bogusly constructed .mak file). Place the new target string after INTDIR is declared. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@569348 13f79535-47bb-0310-9956-ffa450edef68
* We needed to fix the fix of .mak files to prevent insane amountswrowe2007-08-241-3/+57
| | | | | | | of recursion, because VS98 wasn't quite exporting the post-build targets appropriatly, and didn't respect the RECURSE flag. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@569339 13f79535-47bb-0310-9956-ffa450edef68
* Tabs? **tabs???** Mea culpa.wrowe2007-08-171-30/+30
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@567138 13f79535-47bb-0310-9956-ffa450edef68
* Fix altroot substitution bug.wrowe2007-08-171-5/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@567137 13f79535-47bb-0310-9956-ffa450edef68
* Revert the changes to fixwin32mak.pl - not tested, and didn'twrowe2007-01-111-10/+5
| | | | | | intend to commit this git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@495117 13f79535-47bb-0310-9956-ffa450edef68
* Spent more time observing MSVC6's default syntax, change somewrowe2007-01-111-5/+10
| | | | | | path delims to their 'preferred' style. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@495116 13f79535-47bb-0310-9956-ffa450edef68
* Ready to blame bad datestamps on a bad tarball... we can onlywrowe2004-04-131-2/+2
| | | | | | | touch mak/dep file dates that correspond to a dsp file. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65056 13f79535-47bb-0310-9956-ffa450edef68
* A slighly more inventive method of cleaning up abs paths from .mak fileswrowe2002-02-041-10/+18
| | | | | | | I worked up before the machines went down [yup - data is recovered.] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62906 13f79535-47bb-0310-9956-ffa450edef68
* Win32 VS6.0 projects require the .dep's file, let's touch those as wellwrowe2001-08-171-0/+7
| | | | | | | when we are syncing the timestamps to the source .dsp. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62188 13f79535-47bb-0310-9956-ffa450edef68
* Keep the date of the exported makefile consistent with the .dsp date.wrowe2001-08-171-0/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62179 13f79535-47bb-0310-9956-ffa450edef68
* Ugh... cd .. is not nice. Now this still needs a touch of work, but atwrowe2001-06-281-1/+0
| | | | | | | least it's marginally better. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61807 13f79535-47bb-0310-9956-ffa450edef68
* Script to fix apr-util's path for apr in the win32 .mak files... alwayswrowe2001-03-081-0/+53
run whenever exporting the .mak files, and always _before_ the copy of this script in httpd-2.0/build, if this is a checkout for that project. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61350 13f79535-47bb-0310-9956-ffa450edef68