Update test app for new grid picker classes.
This commit is contained in:
@@ -52,7 +52,7 @@ FFLAGS=
|
||||
ASFLAGS=
|
||||
|
||||
# Link Libraries and Options
|
||||
LDLIBSOPTIONS=-L/usr/local/wxWidgets/lib -lwx_baseu-3.1 -lwx_gtk2u_core-3.1 -lwx_gtk2u_adv-3.1 -lpq -lsqlite3 -Wl,-rpath,'../L7/dist/Debug/GNU-Linux' -L../L7/dist/Debug/GNU-Linux -lL7
|
||||
LDLIBSOPTIONS=-L/usr/local/wxWidgets/lib -lwx_baseu-3.1 -lwx_gtk2u_core-3.1 -lwx_baseu_xml-3.1 -lwxcode_gtk2ud_wxjson-3.1 -lpq -lsqlite3 -Wl,-rpath,'../L7/dist/Debug/GNU-Linux' -L../L7/dist/Debug/GNU-Linux -lL7
|
||||
|
||||
# Build Targets
|
||||
.build-conf: ${BUILD_SUBPROJECTS}
|
||||
|
||||
@@ -52,7 +52,7 @@ FFLAGS=
|
||||
ASFLAGS=
|
||||
|
||||
# Link Libraries and Options
|
||||
LDLIBSOPTIONS=-L/usr/local/wxWidgets-Release/lib -lwx_baseu-3.1 -lwx_gtk2u_core-3.1 -lwx_gtk2u_adv-3.1 -Wl,-rpath,'../L7/dist/Release/GNU-Linux' -L../L7/dist/Release/GNU-Linux -lL7 -lpq -lsqlite3
|
||||
LDLIBSOPTIONS=-L/usr/local/wxWidgets-Release/lib -lwx_baseu-3.1 -lwx_gtk2u_core-3.1 -lwx_baseu_xml-3.1 -lwxcode_gtk2u_wxjson-3.1 -Wl,-rpath,'../L7/dist/Release/GNU-Linux' -L../L7/dist/Release/GNU-Linux -lL7 -lpq -lsqlite3
|
||||
|
||||
# Build Targets
|
||||
.build-conf: ${BUILD_SUBPROJECTS}
|
||||
|
||||
@@ -26,6 +26,17 @@
|
||||
kind="IMPORTANT_FILES_FOLDER">
|
||||
<itemPath>Makefile</itemPath>
|
||||
</logicalFolder>
|
||||
<logicalFolder name="TestFiles"
|
||||
displayName="Test Files"
|
||||
projectFiles="false"
|
||||
kind="TEST_LOGICAL_FOLDER">
|
||||
</logicalFolder>
|
||||
<logicalFolder name="ExternalFiles"
|
||||
displayName="Important Files"
|
||||
projectFiles="false"
|
||||
kind="IMPORTANT_FILES_FOLDER">
|
||||
<itemPath>Makefile</itemPath>
|
||||
</logicalFolder>
|
||||
</logicalFolder>
|
||||
<projectmakefile>Makefile</projectmakefile>
|
||||
<confs>
|
||||
@@ -58,7 +69,8 @@
|
||||
<linkerLibItems>
|
||||
<linkerLibLibItem>wx_baseu-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_gtk2u_core-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_gtk2u_adv-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_baseu_xml-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wxcode_gtk2ud_wxjson-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>pq</linkerLibLibItem>
|
||||
<linkerLibLibItem>sqlite3</linkerLibLibItem>
|
||||
<linkerLibProjectItem>
|
||||
@@ -122,7 +134,8 @@
|
||||
<linkerLibItems>
|
||||
<linkerLibLibItem>wx_baseu-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_gtk2u_core-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_gtk2u_adv-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wx_baseu_xml-3.1</linkerLibLibItem>
|
||||
<linkerLibLibItem>wxcode_gtk2u_wxjson-3.1</linkerLibLibItem>
|
||||
<linkerLibProjectItem>
|
||||
<makeArtifact PL="../L7"
|
||||
CT="2"
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
<gdb_interceptlist>
|
||||
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
|
||||
</gdb_interceptlist>
|
||||
<gdb_signals>
|
||||
</gdb_signals>
|
||||
<gdb_options>
|
||||
<DebugOptions>
|
||||
</DebugOptions>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</code-assistance-data>
|
||||
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
|
||||
<activeConfTypeElem>1</activeConfTypeElem>
|
||||
<activeConfIndexElem>0</activeConfIndexElem>
|
||||
<activeConfIndexElem>1</activeConfIndexElem>
|
||||
</data>
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
|
||||
Reference in New Issue
Block a user