-
Notifications
You must be signed in to change notification settings - Fork 27
/
LIBS.txt
22 lines (18 loc) · 909 Bytes
/
LIBS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
In the "streamline" branch.
What files are actually necessary and used?
Can any of these be eliminated or used by other plugins?
These LIBS folders are unique to weatherfax,
libs/curl <--- Needed for Linux builds
libs/glshim <--- Removed, not needed.
libs/plugingl <---Removed same as pluginDC
libs/wxcurl <--- Needed for download of DATA
libs/zlib-1.2.3 <---Weather_routing uses zlib1.lib maybe this would help
Other folders and files
src/libaudiofile <--- is for the audio portion, can it be moved to libs? MAYBE LATER
include/GL <--- is this necessary? COULD USE LIBS
include/msvc/inttypes.h <--- is this necessary? can it be moved? DONT KNOW
include/ <--- many audio header files? MOVE TO LIBS MAYBE LATER
buildwin/portaudio_x86.dll JUST LEAVE HERE
buildwin/portaudio_x86.lib
buildwin/PVW32Con.exe
buildwin/zlib.lib (used in Weather_Routing )