00001 #ifndef OPSYSTEM_LIBRARY_IMPLEMENTATION_FILE 00002 #define OPSYSTEM_LIBRARY_IMPLEMENTATION_FILE 00003 00004 /*****************************************************************************\ 00005 * * 00006 * Name : operating system library glommer * 00007 * Author : Chris Koeritz * 00008 * * 00009 * Purpose: * 00010 * * 00011 * Provides access to all the code files in the library to assist building * 00012 * statically linked applications. * 00013 * * 00014 ******************************************************************************* 00015 * Copyright (c) 2000-$now By Author. This program is free software; you can * 00016 * redistribute it and/or modify it under the terms of the GNU General Public * 00017 * License as published by the Free Software Foundation; either version 2 of * 00018 * the License or (at your option) any later version. This is online at: * 00019 * http://www.fsf.org/copyleft/gpl.html * 00020 * Please send any updates to: fred@gruntose.com * 00021 \*****************************************************************************/ 00022 00023 #include "application_base.cpp" 00024 #include "application_shell.cpp" 00025 #include "byte_filer.cpp" 00026 #include "command_line.cpp" 00027 #include "critical_events.cpp" 00028 #include "directory.cpp" 00029 #include "directory_tree.cpp" 00030 #include "dynamic_loader.cpp" 00031 #include "event_extensions.cpp" 00032 #include "file_info.cpp" 00033 #include "filename.cpp" 00034 #include "filename_list.cpp" 00035 #include "filename_tree.cpp" 00036 #include "filetime.cpp" 00037 #include "heavy_file_ops.cpp" 00038 #include "huge_file.cpp" 00039 #include "ini_config.cpp" 00040 #include "ini_parser.cpp" 00041 #include "occurrence.cpp" 00042 #include "path_configuration.cpp" 00043 #include "redirecter.cpp" 00044 #include "registry_config.cpp" 00045 #include "rendezvous.cpp" 00046 #include "runtime_history.cpp" 00047 #include "shared_memory.cpp" 00048 #include "singleton_application.cpp" 00049 #include "system_values.cpp" 00050 #include "timer_driver.cpp" 00051 #include "version_ini.cpp" 00052 #include "virtual_library.cpp" 00053 00054 #endif //OPSYSTEM_LIBRARY_IMPLEMENTATION_FILE 00055
1.5.1