aboutsummaryrefslogtreecommitdiff
path: root/k_cext_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'k_cext_win.c')
-rw-r--r--k_cext_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/k_cext_win.c b/k_cext_win.c
index f48a8ff..0ed4e15 100644
--- a/k_cext_win.c
+++ b/k_cext_win.c
@@ -86,7 +86,7 @@ void k_sys_writeincludes(FILE *file){
}
void k_sys_makecompilestring(char *to,char *name,char *funcname){
- sprintf(to,"cl %s " INCLUDEPATH "\\bin\\pd.lib " INCLUDEPATH "\\bin\\k_cext.lib /LD /Gd /GD /Ox /DNT /link /export:%s",
+ sprintf(to,"cl %s " INCLUDEPATH "\\bin\\pd.lib " INCLUDEPATH "\\extra\\k_cext.lib /LD /Gd /GD /Ox /DNT /link /export:%s",
name, funcname);
}