aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pique/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/pique/makefile')
-rw-r--r--pd/extra/pique/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/extra/pique/makefile b/pd/extra/pique/makefile
index 2a565566..47a7463e 100644
--- a/pd/extra/pique/makefile
+++ b/pd/extra/pique/makefile
@@ -12,13 +12,13 @@ pd_nt: $(NAME).dll
PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo
VC="C:\Program Files\Microsoft Visual Studio\Vc98"
-PDNTINCLUDE = /I. /I\tcl\include /I\ftp\pd\src /I$(VC)\include
+PDNTINCLUDE = /I. /I..\..\src /I$(VC)\include
PDNTLDIR = $(VC)\lib
PDNTLIB = $(PDNTLDIR)\libc.lib \
$(PDNTLDIR)\oldnames.lib \
$(PDNTLDIR)\kernel32.lib \
- \ftp\pd\bin\pd.lib
+ ..\..\bin\pd.lib
.c.dll:
cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c