/[dtapublic]/projs/emts/trunk/build/emts_standalone/emts_ifsfscan/unix/build_ets_ifsfscan
ViewVC logotype

Contents of /projs/emts/trunk/build/emts_standalone/emts_ifsfscan/unix/build_ets_ifsfscan

Parent Directory Parent Directory | Revision Log Revision Log


Revision 323 - (show annotations) (download)
Thu Jan 9 02:01:34 2020 UTC (4 years, 2 months ago) by dashley
File size: 3349 byte(s)
Update Unix build.

1 #!/bin/bash
2 #-------------------------------------------------------------------------------------------------
3 #$Header$
4 #{}
5 #-------------------------------------------------------------------------------------------------
6 #This file is part of "Embedded Tool Set" (EMTS), a tool set designed to facilitate embedded
7 #system software and hardware development.
8 #-------------------------------------------------------------------------------------------------
9 #This file and any program in which it is compiled/used is provided under the MIT License,
10 #reproduced below.
11 #-------------------------------------------------------------------------------------------------
12 #Permission is hereby granted, free of charge, to any person obtaining a copy of
13 #this software and associated documentation files(the "Software"), to deal in the
14 #Software without restriction, including without limitation the rights to use,
15 #copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the
16 #Software, and to permit persons to whom the Software is furnished to do so,
17 #subject to the following conditions:
18 #
19 #The above copyright notice and this permission notice shall be included in all
20 #copies or substantial portions of the Software.
21 #
22 #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23 #IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24 #FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
25 #AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26 #LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27 #OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28 #SOFTWARE.
29 #-------------------------------------------------------------------------------------------------
30 g++ -I ../../../../src/lib_c/c_emts/ -D K_EMTS_PF=K_EMTS_PF_LINUX -D K_EMTS_WSZ_OS=\(32\) \
31 -D K_EMTS_PROC_AL=K_EMTS_PROC_AL_X86_64 -D K_EMTS_WSZ_M=\(32\) -D K_EMTS_SZ_INT_LL=\(64\) \
32 -D K_EMTS_SZ_INT_L=\(64\) -D K_EMTS_SZ_INT=\(32\) -D K_EMTS_SZ_INT_S=\(16\) \
33 -D K_EMTS_MIR=K_EMTS_MIR_2SCOMP -D K_EMTS_MFPU=K_EMTS_MFPU_YES \
34 -D K_EMTS_PROJTYPE=K_EMTS_PROJTYPE_APP -D K_EMTS_LINKTYPE=K_EMTS_LINKTYPE_STATIC \
35 -D K_EMTS_PROJTYPE=K_EMTS_PROJTYPE_APP -D K_EMTS_LINKTYPE=K_EMTS_LINKTYPE_STATIC \
36 -D K_EMTS_DEBUGLVL=K_EMTS_DEBUGLVL_RELEASE \
37 -D K_EMTS_DEBUGLOGLVL=K_EMTS_DEBUGLOGLVL_NONE \
38 -D K_EMTS_ASSERTLVL=K_EMTS_ASSERTLVL_NONE \
39 -D K_EMTS_PROGTYPE=K_EMTS_PROGTYPE_CONSOLE -D K_EMTS_SCREENSIZE=K_EMTS_SCREENSIZE_ADAPTIVE \
40 -D K_EMTS_THREADS=K_EMTS_THREADS_1 -D K_EMTS_CMODE=K_EMTS_CMODE_ASCII \
41 -D K_EMTS_MALLOCSTRAT=K_EMTS_MALLOCSTRAT_OM_FATAL \
42 -o emts_ifsfscan \
43 ../win/emts_ifsfscan.cpp
44 #-------------------------------------------------------------------------------------------------
45 #End of build_ets_ifsfscan.
46 #-------------------------------------------------------------------------------------------------

Properties

Name Value
svn:executable *
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25