|
Revision 495, 0.6 KB
(checked in by balister, 8 years ago)
|
|
Clean up old readme files and add build files for windows
|
| Line | |
|---|
| 1 | lib_LTLIBRARIES = libossiecf.la |
|---|
| 2 | libossiecf_la_SOURCES = ApplicationFactory_impl.cpp File_impl.cpp Application_impl.cpp FileManager_impl.cpp PortSupplier_impl.cpp Device_impl.cpp FileSystem_impl.cpp PropertySet_impl.cpp DeviceManager_impl.cpp LifeCycle_impl.cpp Resource_impl.cpp DomainManager_impl.cpp linkedList.cpp ExecutableDevice_impl.cpp LoadableDevice_impl.cpp TestableObject_impl.cpp |
|---|
| 3 | |
|---|
| 4 | EXTRA_DIST = StdAfx.cpp ossiecf.cpp ossiecf.sln ossiecf.vcproj ossiecf.dsw |
|---|
| 5 | |
|---|
| 6 | libossiecf_la_LDFLAGS = -version-info 0:4:0 |
|---|
| 7 | |
|---|
| 8 | AM_CXXFLAGS = -Wall |
|---|
| 9 | |
|---|
| 10 | INCLUDES = -I../include -I../idl |
|---|