projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unitialized var initialized (mainly to reduce Purify warnings)
[wxWidgets.git]
/
src
/
png
/
makefile.vc
diff --git
a/src/png/makefile.vc
b/src/png/makefile.vc
index 6351a94e85e1256ddb30f06fc56b449d5c6441cf..cd9345debc1bd960141c51a8ef521de41f3aa733 100644
(file)
--- a/
src/png/makefile.vc
+++ b/
src/png/makefile.vc
@@
-47,7
+47,7
@@
OBJECTS = png.obj pngread.obj pngrtran.obj pngrutil.obj \
all: $(WINPNGLIB)
$(WINPNGLIB): $(OBJECTS)
- erase $(WINPNGLIB)
+
-
erase $(WINPNGLIB)
lib @<<
-out:$(WINPNGLIB)
$(OBJECTS)