source: tmcsimulator/branches/ATMSCommunicator/ATMSCommunicator.cbp @ 75

Revision 75, 1.4 KB checked in by jtorres, 9 years ago (diff)

Renamed fep_client_cpp to ATMSCommunicator, and upgraded it to cpp from straight c. Converted/Renamed? fep_client_java to ATMSDriver NetBeans? project, and checked in initial code for ATMSDriver. It contains the skeleton network model and a NetworkReader? which loads static network data from network lookup files.

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="6" />
4        <Project>
5                <Option title="ATMSCommunicator" />
6                <Option pch_mode="2" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="bin/Debug/ATMSCommunicator" prefix_auto="1" extension_auto="1" />
11                                <Option object_output="obj/Debug/" />
12                                <Option type="1" />
13                                <Option compiler="gcc" />
14                                <Option parameters="localhost networkFile.txt" />
15                                <Compiler>
16                                        <Add option="-g" />
17                                </Compiler>
18                        </Target>
19                        <Target title="Release">
20                                <Option output="bin/Release/ATMSCommunicator" prefix_auto="1" extension_auto="1" />
21                                <Option object_output="obj/Release/" />
22                                <Option type="1" />
23                                <Option compiler="gcc" />
24                                <Compiler>
25                                        <Add option="-O2" />
26                                </Compiler>
27                                <Linker>
28                                        <Add option="-s" />
29                                </Linker>
30                        </Target>
31                </Build>
32                <Compiler>
33                        <Add option="-Wall" />
34                </Compiler>
35                <Unit filename="FEPClient.cpp" />
36                <Unit filename="FEPClient.h" />
37                <Unit filename="NetworkReader.cpp" />
38                <Unit filename="NetworkReader.h" />
39                <Unit filename="fep.h" />
40                <Unit filename="fep_clnt.c">
41                        <Option compilerVar="CC" />
42                </Unit>
43                <Unit filename="fep_xdr.c">
44                        <Option compilerVar="CC" />
45                </Unit>
46                <Unit filename="network.h" />
47                <Extensions>
48                        <code_completion />
49                        <debugger />
50                </Extensions>
51        </Project>
52</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.