projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
For all platforms except WXMAC, the wxGIFDecoder::dgif function was
[wxWidgets.git]
/
src
/
makelib.vc
diff --git
a/src/makelib.vc
b/src/makelib.vc
index afbc1456c0668581b41438ccde9c30f3962d6585..2c4b8b9b5ade67acd36085aa5090b0ce1480386d 100644
(file)
--- a/
src/makelib.vc
+++ b/
src/makelib.vc
@@
-14,7
+14,14
@@
WXDIR = $(WXWIN)
!include $(WXDIR)\src\makevc.env
!include $(WXDIR)\src\makevc.env
-all: $(LIBTARGET)
+!if "$(RM)" == ""
+RM= erase
+!endif
+
+all: $(D) $(EXTRATARGETS) $(LIBTARGET)
+
+$(D) :
+ mkdir $(D)
wx:
cd $(WXDIR)\src\msw
wx:
cd $(WXDIR)\src\msw
@@
-25,7
+32,7
@@
wxclean:
nmake -f makefile.vc clean
$(LIBTARGET): $(OBJECTS)
nmake -f makefile.vc clean
$(LIBTARGET): $(OBJECTS)
- -
erase
$(LIBTARGET)
+ -
$(RM)
$(LIBTARGET)
$(implib) @<<
-out:$(LIBTARGET)
-machine:$(CPU)
$(implib) @<<
-out:$(LIBTARGET)
-machine:$(CPU)
@@
-33,10
+40,10
@@
$(OBJECTS)
<<
clean:
<<
clean:
- -
erase
$(LIBTARGET)
- -
erase
$(OBJECTS)
- -
erase
*.exe
- -
erase
*.res
- -
erase
*.map
- -
erase
*.sbr
- -
erase
*.pdb
+ -
$(RM)
$(LIBTARGET)
+ -
$(RM)
$(OBJECTS)
+ -
$(RM)
*.exe
+ -
$(RM)
*.res
+ -
$(RM)
*.map
+ -
$(RM)
*.sbr
+ -
$(RM)
*.pdb