Changeset 6393 in orxonox.OLD for branches/preferences/src/lib
- Timestamp:
- Jan 3, 2006, 3:04:01 PM (19 years ago)
- Location:
- branches/preferences/src/lib
- Files:
-
- 16 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/Makefile.am
r6383 r6393 17 17 parser/tinyxml/libtinyxml.a \ 18 18 parser/ini_parser/libIniParser.a \ 19 shell/libORXshell.a 19 shell/libORXshell.a \ 20 argp/libargp.a 20 21 21 22 #libORXlibs_a_LIBDADD = gui/gtk_gui/libORXgui.a \ 22 gui/gl_gui/libORXglgui.a \23 graphics/importer/libORXimporter.a \24 graphics/libORXgraphics.a \25 sound/libORXsound.a \26 event/libORXevent.a \27 physics/libORXphysics.a \28 particles/libORXparticles.a \29 collision_detection/libORXcd.a \30 network/libORXnet.a \31 graphics/spatial_separation/libORXquadtree.a \32 shell/libORXshell.a \33 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)23 # gui/gl_gui/libORXglgui.a \ 24 # graphics/importer/libORXimporter.a \ 25 # graphics/libORXgraphics.a \ 26 # sound/libORXsound.a \ 27 # event/libORXevent.a \ 28 # physics/libORXphysics.a \ 29 # particles/libORXparticles.a \ 30 # collision_detection/libORXcd.a \ 31 # network/libORXnet.a \ 32 # graphics/spatial_separation/libORXquadtree.a \ 33 # shell/libORXshell.a \ 34 # $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) 34 35 35 36 libORXlibs_a_SOURCES = coord/p_node.cc \ … … 76 77 shell \ 77 78 gui \ 79 argp \ 78 80 . 79 81 -
branches/preferences/src/lib/parser/preferences/cmd_line_prefs_reader.h
r6392 r6393 10 10 #include "debug.h" 11 11 12 #include <argp.h>12 #include "src/lib/argp/argp.h" 13 13 14 14 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.