aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2004-04-10 18:07:40 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2004-04-10 18:07:40 +0000
commite5fbfc6d82edb31e9403cbb4961bfc4ecfb25d46 (patch)
tree83e588777f0a15d7a369d798d71bea8ee71d4ea8 /src/makefile
parentc050bb9a7595860bf72e7c407ff3e8cbd7e77480 (diff)
change pd_nt makefile to adapt to the cvs structure
svn path=/trunk/externals/pmpd/; revision=1592
Diffstat (limited to 'src/makefile')
-rwxr-xr-xsrc/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefile b/src/makefile
index 32ef4e0..4a6a388 100755
--- a/src/makefile
+++ b/src/makefile
@@ -12,13 +12,13 @@ pd_nt: pmpd.dll
PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo
VC="C:\Program Files\Microsoft Visual Studio\Vc98"
-PDNTINCLUDE = /I. /I\tcl\include /I\pds\win32\pd36\src /I$(VC)\include
+PDNTINCLUDE = /I. /I\tcl\include /I..\..\..\pd\src /I$(VC)\include
PDNTLDIR = $(VC)\lib
PDNTLIB = $(PDNTLDIR)\libc.lib \
$(PDNTLDIR)\oldnames.lib \
$(PDNTLDIR)\kernel32.lib \
- \pds\win32\pd37\bin\pd.lib
+ ..\..\..\pd\bin\pd.lib
.c.dll:
cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
@@ -26,7 +26,7 @@ PDNTLIB = $(PDNTLDIR)\libc.lib \
# ----------------------- IRIX 5.x -----------------------
-pd_irix5: foo1.pd_irix5 foo2.pd_irix5 dspobj~.pd_irix5
+pd_irix5: pmpd.pd_irix5
.SUFFIXES: .pd_irix5
@@ -42,7 +42,7 @@ SGIINCLUDE = -I../../src/
# ----------------------- IRIX 6.x -----------------------
-pd_irix6: foo1.pd_irix6 foo2.pd_irix6 dspobj~.pd_irix6
+pd_irix6: pmpd.pd_irix6
.SUFFIXES: .pd_irix6