]>
Commit | Line | Data |
---|---|---|
9fdd8384 GL |
1 | # WXXT base directory |
2 | WXBASEDIR=@WXBASEDIR@ | |
3 | ||
4 | # set the OS type for compilation | |
5 | OS=@OS@ | |
6 | # compile a library only | |
7 | RULE=gslib | |
8 | ||
9 | # define common stuff | |
10 | ||
11 | # define library name | |
12 | LIB_TARGET=wxserial | |
13 | LIB_MAJOR=2 | |
14 | LIB_MINOR=0 | |
15 | # define library sources | |
16 | LIB_SRC=\ | |
17 | sermain.cpp sercore.cpp sergdi.cpp serwnd.cpp serctrl.cpp serext.cpp | |
18 | #define library objects | |
19 | LIB_OBJ=\ | |
20 | sermain.o sercore.o sergdi.o serwnd.o serctrl.o serext.o | |
21 | ||
22 | #additional things needed for compile | |
23 | ||
24 | # include the definitions now | |
25 | include ../../../template.mak |