wrowe 2003/02/11 13:57:46
Modified: build libapr_app.dsp
Log:
This source isn't needed, it's exported through libapr.dll which is
sufficient for linking the app library (for exclusively WinNT apps)
to the libapr_app.lib symbols.
Revision Changes Path
1.6 +0 -4 apr/build/libapr_app.dsp
Index: libapr_app.dsp
===================================================================
RCS file: /home/cvs/apr/build/libapr_app.dsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libapr_app.dsp 6 Feb 2003 22:54:55 -0000 1.5
+++ libapr_app.dsp 11 Feb 2003 21:57:45 -0000 1.6
@@ -89,9 +89,5 @@
SOURCE=..\misc\win32\internal.c
# End Source File
-# Begin Source File
-
-SOURCE=..\misc\win32\utf8.c
-# End Source File
# End Target
# End Project
|