Searched refs:pchname (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/solenv/bin/ |
H A D | pchdelta.py | 73 def writePch(pchname, header, footer, acceptedlines, testlines): argument 74 outputfile = file(pchname, "w") 93 def binaryTest(dirlist, lines, pchname, header, footer, acceptedlines, indent, startpoint): argument 98 writePch(pchname, header, footer, acceptedlines, lines) 133 pchname = os.path.abspath(sys.argv[1]) variable 146 inputfile = file(pchname, "r+") 155 writePch(pchname + "_backup", header, footer, lines, []) 158 writePch(pchname, header, footer, [], []) 160 writePch(pchname, header, footer, lines, []) 166 acceptedlines = binaryTest(dirlist, lines, pchname, header, footer, [], "", 0) [all …]
|
/aoo4110/main/sd/util/ |
H A D | makefile.mk | 217 SHL1OBJS += $(SLO)$/pchname.obj \ 220 SHL2OBJS += $(SLO)$/pchname.obj \ 223 SHL4OBJS += $(SLO)$/pchname.obj \
|
/aoo4110/main/solenv/inc/ |
H A D | wntmsci10.mk | 115 CFLAGS_CREATE_PCH=-I$(INCPCH) -Fo$(SLO)/pchname.obj -Ycprecompiled_$(PRJNAME).hxx -DPRECOMPILED_HEA…
|
H A D | wntmsci11.mk | 133 CFLAGS_CREATE_PCH=-I$(INCPCH) -Fo$(SLO)/pchname.obj -Ycprecompiled_$(PRJNAME).hxx -DPRECOMPILED_HEA…
|
H A D | rules.mk | 108 …(PCHEXOUTDIR)/precompiled_$(PRJNAME).hxx$(PCHPOST) $(CFLAGS_CREATE_PCH:s/pchname/pchname_ex/) $(CF…
|
Completed in 77 milliseconds