cvsuser 03/08/12 08:36:39
Modified: config/gen/makefiles root.in
Log:
Allow pdb and pdump to build on Win32
Revision Changes Path
1.105 +2 -2 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -w -r1.104 -r1.105
--- root.in 12 Aug 2003 07:57:33 -0000 1.104
+++ root.in 12 Aug 2003 15:36:39 -0000 1.105
@@ -282,7 +282,7 @@
#
# Parrot Debugger
#
-PDB=pdb
+PDB=pdb${exe}
pdb$(O) : $(GENERAL_H_FILES)
@@ -292,7 +292,7 @@
#
# Parrot Disassembler
#
-DIS=disassemble
+DIS=disassemble${exe}
disassemble$(O) : $(GENERAL_H_FILES)