Changeset 20053 for trunk/ppSub/src
- Timestamp:
- Oct 10, 2008, 3:10:48 PM (18 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
Makefile.am (modified) (2 diffs)
-
ppSubKernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src
- Property svn:ignore
-
old new 9 9 config.h.in 10 10 stamp-h1 11 ppSubKernel
-
- Property svn:ignore
-
trunk/ppSub/src/.cvsignore
r13341 r20053 9 9 config.h.in 10 10 stamp-h1 11 ppSubKernel -
trunk/ppSub/src/Makefile.am
r14404 r20053 1 bin_PROGRAMS = ppSub 1 bin_PROGRAMS = ppSub ppSubKernel 2 2 3 ppSub_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSTATS_CFLAGS) $(PSPHOT_CFLAGS) $(PPSUB_CFLAGS) 3 4 ppSub_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSTATS_LIBS) $(PSPHOT_LIBS) $(PPSUB_LIBS) … … 11 12 ppSubVersion.c 12 13 14 ppSubKernel_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSUB_CFLAGS) 15 ppSubKernel_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSUB_LIBS) 16 17 ppSubKernel_SOURCES = \ 18 ppSubKernel.c 19 13 20 noinst_HEADERS = \ 14 21 ppSub.h -
trunk/ppSub/src/ppSubKernel.c
r19753 r20053 16 16 exit(PS_EXIT_SYS_ERROR); 17 17 } 18 19 psTraceSetLevel("psModules.imcombine", 7); 18 20 19 21 const char *inName = argv[1]; // Input file name
Note:
See TracChangeset
for help on using the changeset viewer.
