projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented
[wxWidgets.git]
/
src
/
makefile.vc
diff --git
a/src/makefile.vc
b/src/makefile.vc
index 5ad7dee96a70aedc3f1d6d1d07ea7f9e664c6871..ca8985bf2e6a8afe8dce8c8965656f15a6f5699d 100644
(file)
--- a/
src/makefile.vc
+++ b/
src/makefile.vc
@@
-20,16
+20,16
@@
THISDIR=$(WXWIN)\src
all:
cd msw
all:
cd msw
- nmake -f makefile.
nt
+ nmake -f makefile.
vc
cd $(THISDIR)
clean:
cd msw
cd $(THISDIR)
clean:
cd msw
- nmake -f makefile.
nt
clean
+ nmake -f makefile.
vc
clean
cd $(THISDIR)
cleanall:
cd msw
cd $(THISDIR)
cleanall:
cd msw
- nmake -f makefile.
nt
cleanall
+ nmake -f makefile.
vc
cleanall
cd $(THISDIR)
cd $(THISDIR)