peiyongz 2002/08/27 13:40:27
Modified: c/samples/Projects/Win32/VC6/DOMPrint DOMPrint.mak
DOMPrint.dsp
Log:
Build 64bit samples on Itanium
Revision Changes Path
1.2 +1 -1 xml-xerces/c/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak
Index: DOMPrint.mak
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DOMPrint.mak 16 Aug 2002 19:10:18 -0000 1.1
+++ DOMPrint.mak 27 Aug 2002 20:40:27 -0000 1.2
@@ -171,7 +171,7 @@
BSC32_SBRS= \
LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0
/subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:I386
/out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib"
+LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0
/subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:IX86
/out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib"
/machine:IA64
LINK32_OBJS= \
"$(INTDIR)\DOMPrint.obj" \
"$(INTDIR)\DOMPrintErrorHandler.obj" \
1.13 +2 -1 xml-xerces/c/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp
Index: DOMPrint.dsp
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DOMPrint.dsp 16 Aug 2002 16:38:46 -0000 1.12
+++ DOMPrint.dsp 27 Aug 2002 20:40:27 -0000 1.13
@@ -75,7 +75,8 @@
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0
/subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib"
-# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0
/subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib"
+# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0
/subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib"
/machine:IA64
+# SUBTRACT LINK32 /pdb:none
!ENDIF
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]