part 2 of Benjamin's Windows patches - forgot to add new files last time
This commit is contained in:
19
ppthtml/Makefile.vc
Normal file
19
ppthtml/Makefile.vc
Normal file
@@ -0,0 +1,19 @@
|
||||
CFLAGS = /nologo /DWIN32=1 /I.. /I..\cole
|
||||
LDFLAGS = /nologo
|
||||
|
||||
LIBCOLE = ..\cole\cole.lib
|
||||
|
||||
all: ppthtml.exe pptdump.exe
|
||||
|
||||
clean:
|
||||
-del *.obj
|
||||
-del *.exe
|
||||
|
||||
ppthtml.exe: ppthtml.obj $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) ppthtml.obj $(LIBCOLE)
|
||||
|
||||
pptdump.exe: pptdump.obj $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) pptdump.obj $(LIBCOLE)
|
||||
|
||||
# eof
|
||||
|
Reference in New Issue
Block a user