rollup commit

This commit is contained in:
2025-07-11 22:04:45 -05:00
parent b229f88761
commit e396ca1c35
161 changed files with 74099 additions and 74099 deletions

View File

@@ -1,24 +1,24 @@
# -w-8008 Disable warning "Condition is always true"
# -w-8066 Disable warning "Unreachable code"
# -q Disable copyright message
#CFLAGS_DEBUG = -y -v
CFLAGS = -w-8008 -w-8066 -q -DWIN32=1 -I.. -I..\cole $(CFLAGS_DEBUG)
LDFLAGS = -q $(CFLAGS_DEBUG)
LIBCOLE = ..\cole\cole.lib
all: ppthtml.exe pptdump.exe
clean:
-del *.obj
-del *.exe
-del *.tds
ppthtml.exe: ppthtml.obj $(OBJECTS)
$(CC) $(LDFLAGS) ppthtml.obj $(LIBCOLE)
pptdump.exe: pptdump.obj $(OBJECTS)
$(CC) $(LDFLAGS) pptdump.obj $(LIBCOLE)
# eof
# -w-8008 Disable warning "Condition is always true"
# -w-8066 Disable warning "Unreachable code"
# -q Disable copyright message
#CFLAGS_DEBUG = -y -v
CFLAGS = -w-8008 -w-8066 -q -DWIN32=1 -I.. -I..\cole $(CFLAGS_DEBUG)
LDFLAGS = -q $(CFLAGS_DEBUG)
LIBCOLE = ..\cole\cole.lib
all: ppthtml.exe pptdump.exe
clean:
-del *.obj
-del *.exe
-del *.tds
ppthtml.exe: ppthtml.obj $(OBJECTS)
$(CC) $(LDFLAGS) ppthtml.obj $(LIBCOLE)
pptdump.exe: pptdump.obj $(OBJECTS)
$(CC) $(LDFLAGS) pptdump.obj $(LIBCOLE)
# eof