projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A little clarification
[wxWidgets.git]
/
src
/
regex
/
makefile.vc
diff --git
a/src/regex/makefile.vc
b/src/regex/makefile.vc
index 3316aca49db5f4d7d28831dcf05481005dd4ad0b..5dd195cbb6f46808418733ad039ff03da9405c42 100644
(file)
--- a/
src/regex/makefile.vc
+++ b/
src/regex/makefile.vc
@@
-7,10
+7,10
@@
LIBTARGET=$(WXDIR)\lib\regexd.lib
!endif
OBJECTS= \
-
regcomp.o
\
-
regexec.o
\
-
regerror.o
\
- regfree.o
+
$D\regcomp.obj
\
+
$D\regexec.obj
\
+
$D\regerror.obj
\
+ $D\regfree.obj
# Pull in standard variable definitions