-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmake-src-release
executable file
·104 lines (104 loc) · 3.77 KB
/
make-src-release
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
tar -C .. -cvzf simclimat-src.tar.gz \
simclimat/README \
simclimat/make-src-release \
simclimat/make-win-release \
simclimat/make-linux-release \
simclimat/simclimat.iss \
simclimat/textures/bonhomme_chaud.rgba \
simclimat/textures/bonhomme_froid.rgba \
simclimat/textures/cam_earth0.rgba \
simclimat/textures/cam_earth10.rgba \
simclimat/textures/cam_earth30.rgba \
simclimat/textures/cam_earth50.rgba \
simclimat/textures/cam_earth70.rgba \
simclimat/textures/eau.rgba \
simclimat/textures/ile.gray \
simclimat/textures/neige.rgba \
simclimat/textures/palmier-chaud.rgba \
simclimat/textures/palmier-froid.rgba \
simclimat/textures/sable.rgba \
simclimat/figures_explications/albedo.png \
simclimat/figures_explications/albedo.svg \
simclimat/figures_explications/albedo_en.png \
simclimat/figures_explications/albedo_en.svg \
simclimat/figures_explications/excentricite.png \
simclimat/figures_explications/excentricite.svg \
simclimat/figures_explications/excentricite_en.png \
simclimat/figures_explications/excentricite_en.svg \
simclimat/figures_explications/Makefile \
simclimat/figures_explications/obliquite.png \
simclimat/figures_explications/obliquite.svg \
simclimat/figures_explications/obliquite_en.png \
simclimat/figures_explications/obliquite_en.svg \
simclimat/figures_explications/precession.png \
simclimat/figures_explications/precession.svg \
simclimat/figures_explications/precession_en.png \
simclimat/figures_explications/precession_en.svg \
simclimat/locale/en/LC_MESSAGES/climat.mo \
simclimat/locale/fr/LC_MESSAGES/climat.mo \
simclimat/po/climat.pot \
simclimat/po/en.po \
simclimat/po/fr.po \
simclimat/po/Makefile \
simclimat/src/debug_eqrad.cpp \
simclimat/src/experience_values.cpp \
simclimat/src/globals.cpp \
simclimat/src/graph_designer.cpp \
simclimat/src/modele_constants.cpp \
simclimat/src/modele_create_etat_1750.cpp \
simclimat/src/modele_create_etat_2007.cpp \
simclimat/src/modele_execute.cpp \
simclimat/src/modele_test.cpp \
simclimat/src/simulation_values.cpp \
simclimat/src/tableau.cpp \
simclimat/src/exceptions.h \
simclimat/src/experience_values.h \
simclimat/src/globals.h \
simclimat/src/graphe_shown.h \
simclimat/src/graph_designer.h \
simclimat/src/modele_constants.h \
simclimat/src/modele_consts_physique.h \
simclimat/src/simulation_values.h \
simclimat/src/tableau.h \
simclimat/src/traduction.h \
simclimat/src/Makefile \
simclimat/gui/glconfigutil.cpp \
simclimat/gui/aboutdialog.cc \
simclimat/gui/cairo_graphe.cc \
simclimat/gui/choix_des_parametres_dialog.cc \
simclimat/gui/choix_des_parametres_dialog_glade.cc \
simclimat/gui/choix_etat_initial_dialog.cc \
simclimat/gui/choix_etat_initial_dialog_glade.cc \
simclimat/gui/climat.cc \
simclimat/gui/enregister_etat_final_dialog.cc \
simclimat/gui/enregister_etat_final_dialog_glade.cc \
simclimat/gui/glext_calottes.cc \
simclimat/gui/glext_waterlevel.cc \
simclimat/gui/main_window.cc \
simclimat/gui/main_window_glade.cc \
simclimat/gui/config.h \
simclimat/gui/glconfigutil.h \
simclimat/gui/rgba_texture.h \
simclimat/gui/aboutdialog.hh \
simclimat/gui/cairo_graphe.hh \
simclimat/gui/choix_des_parametres_dialog.hh \
simclimat/gui/choix_des_parametres_dialog_glade.hh \
simclimat/gui/choix_etat_initial_dialog.hh \
simclimat/gui/choix_etat_initial_dialog_glade.hh \
simclimat/gui/climat.hh \
simclimat/gui/enregister_etat_final_dialog.hh \
simclimat/gui/enregister_etat_final_dialog_glade.hh \
simclimat/gui/glext_calottes.hh \
simclimat/gui/glext_waterlevel.hh \
simclimat/gui/main_window.hh \
simclimat/gui/main_window_glade.hh \
simclimat/gui/icones_interface.ico \
simclimat/gui/icon.rc \
simclimat/gui/Makefile \
simclimat/gpl-3.0.txt \
simclimat/Makefile \
simclimat/Makefile.cross.conf \
simclimat/Makefile.msys.conf \
simclimat/Makefile.unix.conf \
simclimat/configprog/Makefile \
simclimat/configprog/languagesetup.c