projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrections for theme brush alignments under X (no more SetOrigin calls)
[wxWidgets.git]
/
src
/
jpeg
/
makefile.vc
diff --git
a/src/jpeg/makefile.vc
b/src/jpeg/makefile.vc
index 6630483d504f1e566f5865d8c07b4c7d1c13978e..af92dd53d0407898ec39779e5178331820a81848 100644
(file)
--- a/
src/jpeg/makefile.vc
+++ b/
src/jpeg/makefile.vc
@@
-16,7
+16,7
@@
SYSDEPMEM= $D\jmemnobs.obj
# miscellaneous OS-dependent stuff
# file deletion command
!if "$(RM)" == ""
-RM=
del
+RM=
erase
!endif
# End of configurable options.