File: sgmlop.mak

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (10 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# generated by opal/pymake (release 0.3/98-05-10)

all: sgmlop.dll

sgmlop.obj: sgmlop.c
	cl -nologo -c -W3 -O2 -MD -DWIN32 -DNDEBUG -Ic:\pythonware\src\python-1.5\include -Ic:\pythonware\src\python-1.5\pc sgmlop.c

sgmlop.dll: sgmlop.obj
	link -nologo -dll -machine:ix86 sgmlop.obj c:\pythonware\src\python-1.5\pcbuild\release\python15.lib kernel32.lib user32.lib gdi32.lib