projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099287b
)
Semicolon was missing on the end of the WXINC line
author
George Tasker
<gtasker@allenbrook.com>
Tue, 13 Mar 2001 15:09:40 +0000
(15:09 +0000)
committer
George Tasker
<gtasker@allenbrook.com>
Tue, 13 Mar 2001 15:09:40 +0000
(15:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9512
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/makeb32.env
patch
|
blob
|
blame
|
history
diff --git
a/src/makeb32.env
b/src/makeb32.env
index 4a498cf9eabf8ecd3ad73ccfb84bbed1b2d400de..754fb261efe1472dfc46b1f94fc2895f6b384b37 100644
(file)
--- a/
src/makeb32.env
+++ b/
src/makeb32.env
@@
-6,7
+6,7
@@
CFG = $(WXDIR)\src\msw\wxwin32.cfg
# LNKCFG=$(WXDIR)\src\msw\bclnk32.cfg
WXLIBDIR = $(WXDIR)\lib
WXLIBDIR2 = $(WXDIR)\contrib\lib
-WXINC = $(WXDIR)\include;$(WXDIR)\contrib\include;$(WXDIR)\src\iodbc
+WXINC = $(WXDIR)\include;$(WXDIR)\contrib\include;$(WXDIR)\src\iodbc
;
WIN95FLAG = -D__WIN95__ -D__WINDOWS__
# This should be changed to tlink32 if ilink32 is not available.