medit.dev again, now working (Thomas Gilgin)
parent
f1e6b95bd6
commit
72db90cc7e
|
@ -1,7 +1,7 @@
|
|||
[Project]
|
||||
FileName=medit.dev
|
||||
Name=medit
|
||||
UnitCount=240
|
||||
UnitCount=242
|
||||
Type=0
|
||||
Ver=1
|
||||
ObjFiles=
|
||||
|
@ -10,9 +10,9 @@ Libs=
|
|||
PrivateResource=
|
||||
ResourceIncludes=
|
||||
MakeIncludes=medit-before.mak
|
||||
Compiler=-I../moo -I../moo/mooutils -I. _@@_-D__MOO___@@_-DHAVE_CONFIG_H_@@_
|
||||
Compiler=-I../moo_@@_-I../moo/mooutils_@@_-I._@@_-D__MOO___@@_-DHAVE_CONFIG_H_@@_-mms-bitfields_@@_
|
||||
CppCompiler=
|
||||
Linker=-lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lxml2_@@_
|
||||
Linker=-lgtk-win32-2.0_@@_-lgdk-win32-2.0_@@_-latk-1.0_@@_-lgdk_pixbuf-2.0_@@_-lpangowin32-1.0_@@_-lgdi32_@@_-lpangocairo-1.0_@@_-lpango-1.0_@@_-lcairo_@@_-lgobject-2.0_@@_-lgmodule-2.0_@@_-lglib-2.0_@@_-lintl_@@_-liconv_@@_-lxml2_@@_
|
||||
IsCpp=0
|
||||
Icon=
|
||||
ExeOutput=.
|
||||
|
@ -2438,9 +2438,9 @@ OverrideBuildCmd=0
|
|||
BuildCmd=
|
||||
|
||||
[Unit241]
|
||||
FileName=..\moo\mooedit\plugins\fileselector\moofileselector-prefs.c
|
||||
FileName=..\moo\mooutils\moomarshals.h
|
||||
CompileCpp=0
|
||||
Folder=mooedit/plugins/fileselector
|
||||
Folder=mooutils
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
|
@ -2457,3 +2457,13 @@ Priority=1000
|
|||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
||||
[Unit242]
|
||||
FileName=..\moo\mooutils\moomarshals.c
|
||||
CompileCpp=0
|
||||
Folder=mooutils
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
||||
|
|
34
moo.kdevelop
34
moo.kdevelop
|
@ -27,7 +27,7 @@
|
|||
</ignoreparts>
|
||||
<projectdirectory>.</projectdirectory>
|
||||
<absoluteprojectpath>false</absoluteprojectpath>
|
||||
<description/>
|
||||
<description></description>
|
||||
<secondaryLanguages>
|
||||
<language>C</language>
|
||||
</secondaryLanguages>
|
||||
|
@ -49,21 +49,21 @@
|
|||
</run>
|
||||
<configurations>
|
||||
<debug>
|
||||
<configargs>--enable-debug=full --enable-all-gcc-warnings --enable-printing</configargs>
|
||||
<configargs>--enable-debug=full --enable-all-gcc-warnings --enable-printing --without-python</configargs>
|
||||
<builddir>build/debug</builddir>
|
||||
<ccompiler>kdevgccoptions</ccompiler>
|
||||
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||||
<f77compiler>kdevg77options</f77compiler>
|
||||
<cflags>-O0 -g3</cflags>
|
||||
<topsourcedir/>
|
||||
<cppflags/>
|
||||
<ccompilerbinary/>
|
||||
<cxxcompilerbinary/>
|
||||
<f77compilerbinary/>
|
||||
<f77flags/>
|
||||
<topsourcedir></topsourcedir>
|
||||
<cppflags></cppflags>
|
||||
<ccompilerbinary></ccompilerbinary>
|
||||
<cxxcompilerbinary></cxxcompilerbinary>
|
||||
<f77compilerbinary></f77compilerbinary>
|
||||
<f77flags></f77flags>
|
||||
<envvars/>
|
||||
<ldflags/>
|
||||
<cxxflags/>
|
||||
<ldflags></ldflags>
|
||||
<cxxflags></cxxflags>
|
||||
</debug>
|
||||
<gtk-print>
|
||||
<configargs>--enable-debug --enable-all-gcc-warnings --without-python --prefix=/usr/local/gtk-print</configargs>
|
||||
|
@ -222,15 +222,15 @@
|
|||
</kdevautoproject>
|
||||
<kdevdebugger>
|
||||
<general>
|
||||
<dbgshell/>
|
||||
<dbgshell></dbgshell>
|
||||
<programargs>--g-fatal-warnings</programargs>
|
||||
<breakonloadinglibs>true</breakonloadinglibs>
|
||||
<separatetty>false</separatetty>
|
||||
<floatingtoolbar>true</floatingtoolbar>
|
||||
<gdbpath/>
|
||||
<configGdbScript/>
|
||||
<runShellScript/>
|
||||
<runGdbScript/>
|
||||
<gdbpath></gdbpath>
|
||||
<configGdbScript></configGdbScript>
|
||||
<runShellScript></runShellScript>
|
||||
<runGdbScript></runGdbScript>
|
||||
</general>
|
||||
<display>
|
||||
<staticmembers>true</staticmembers>
|
||||
|
@ -328,7 +328,7 @@
|
|||
</codecompletion>
|
||||
<references/>
|
||||
<creategettersetter>
|
||||
<prefixGet/>
|
||||
<prefixGet></prefixGet>
|
||||
<prefixSet>set</prefixSet>
|
||||
<prefixVariable>m_,_</prefixVariable>
|
||||
<parameterName>theValue</parameterName>
|
||||
|
@ -338,7 +338,7 @@
|
|||
<qt>
|
||||
<used>false</used>
|
||||
<version>3</version>
|
||||
<root/>
|
||||
<root></root>
|
||||
</qt>
|
||||
</kdevcppsupport>
|
||||
<kdevdocumentation>
|
||||
|
|
Loading…
Reference in New Issue