projects
/
kitgen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679cf8d
)
Minor fix for 8.4 builds with nmake
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 11 May 2007 23:15:51 +0000
(23:15 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 11 May 2007 23:15:51 +0000
(23:15 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1480
9e558909
-932a-0410-a563-
af77432da1eb
Makefile.vc
patch
|
blob
|
history
diff --git
a/Makefile.vc
b/Makefile.vc
index 396bfaa76895200832e3b35c354f09a70d417d50..f80cb766ab19d51d9828f881a2a895dfb6291508 100644
(file)
--- a/
Makefile.vc
+++ b/
Makefile.vc
@@
-164,7
+164,8
@@
$(BUILD)\tclAppInit.obj: ..\tcl\win\tclAppInit.c
-DTCL_LOCAL_APPINIT=TclKit_AppInit -Fo$@ -c $**
\r
\r
$(BUILD)\winMain.obj: ..\tk\win\winMain.c
\r
- $(CC) $(CFLAGS) -I$(BUILD)\include -I..\tk\generic -I..\tk\win \
\r
+ $(CC) $(CFLAGS) -I$(BUILD)\include \
\r
+ -I..\tcl\generic -I..\tcl\win -I..\tk\generic -I..\tk\win \
\r
-DTK_LOCAL_APPINIT=TclKit_AppInit -Fo$@ -c $**
\r
\r
$(BUILD)\tclkit.res: ..\..\tclkit.rc
\r