diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-16 22:32:03 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-08-16 22:32:03 +0000 |
commit | c79bfb1761cebde25ff9951a535bc7dcc73d84c1 (patch) | |
tree | 4b653d8369b42bc06b34a856b75f8e233704620a /libapr.dsp | |
parent | ae6839226ed9d65c212a257be372b6457d78f1f8 (diff) | |
download | libapr-c79bfb1761cebde25ff9951a535bc7dcc73d84c1.tar.gz |
Gobble our local .rc autogeneration script, instead of httpd-2.0's
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r-- | libapr.dsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libapr.dsp b/libapr.dsp index d24e571ff..c727a0ef0 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -599,16 +599,16 @@ SOURCE=.\libapr.rc # End Source File # Begin Source File -SOURCE=..\..\build\win32\win32ver.awk +SOURCE=.\build\win32ver.awk !IF "$(CFG)" == "libapr - Win32 Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Creating Version Resource -InputPath=..\..\build\win32\win32ver.awk +InputPath=.\build\win32ver.awk ".\libapr.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk libapr "Apache Portability Runtime Library"\ + awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library"\ ../../include/ap_release.h > .\libapr.rc # End Custom Build @@ -617,10 +617,10 @@ InputPath=..\..\build\win32\win32ver.awk # PROP Ignore_Default_Tool 1 # Begin Custom Build - Creating Version Resource -InputPath=..\..\build\win32\win32ver.awk +InputPath=.\build\win32ver.awk ".\libapr.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk libapr "Apache Portability Runtime Library"\ + awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library"\ ../../include/ap_release.h > .\libapr.rc # End Custom Build |