Subversion Repositories spk

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
97 cycrow 1
# Compiler flags...
2
CPP_COMPILER = g++
3
C_COMPILER = gcc
4
 
5
# Include paths...
6
Debug_Include_Path=-I"../libspk/src" 
7
Release_Include_Path=-I"../libspk/src" 
8
 
9
# Library paths...
10
Debug_Library_Path=
11
Release_Library_Path=
12
 
13
# Additional libraries...
14
Debug_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT)  -Wl,--end-group
15
Release_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT)  -Wl,--end-group
16
 
17
# Preprocessor definitions...
18
Debug_Preprocessor_Definitions=-D GCC_BUILD -D _DEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR 
19
Release_Preprocessor_Definitions=-D GCC_BUILD -D NDEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR 
20
 
21
# Implictly linked object files...
22
Debug_Implicitly_Linked_Objects=
23
Release_Implicitly_Linked_Objects=
24
 
25
# Compiler flags...
26
Debug_Compiler_Flags=-O0 -g 
27
Release_Compiler_Flags=
28
 
29
# Builds all configurations for this project...
30
.PHONY: build_all_configurations
31
build_all_configurations: Debug Release 
32
 
33
# Builds the Debug configuration...
34
.PHONY: Debug
35
Debug: create_folders ../Windows/Debug/gccCreator/src/AssemblyInfo.o ../Windows/Debug/gccCreator/src/Creator.o ../Windows/Debug/gccCreator/src/stdafx.o ../Windows/Debug/gccCreator/src/Forms/AddDepend.o ../Windows/Debug/gccCreator/src/Forms/AddShipPart.o ../Windows/Debug/gccCreator/src/Forms/BaseForm.o ../Windows/Debug/gccCreator/src/Forms/CreationWizard.o ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o ../Windows/Debug/gccCreator/src/Forms/FileExplorer.o ../Windows/Debug/gccCreator/src/Forms/Form1.o ../Windows/Debug/gccCreator/src/Forms/ImportShip.o ../Windows/Debug/gccCreator/src/Forms/InputBox.o ../Windows/Debug/gccCreator/src/Forms/LoadShip.o ../Windows/Debug/gccCreator/src/Forms/ModDiff.o ../Windows/Debug/gccCreator/src/Forms/MultiForm.o ../Windows/Debug/gccCreator/src/Forms/PackageForm.o ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o ../Windows/Debug/gccCreator/src/Forms/Waiting.o ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o ../Windows/Debug/gccCreator/src/Forms/WizardCore1.o ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o ../Windows/Debug/gccCreator/src/Forms/WizardStartup.o ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.o 
36
	g++ ../Windows/Debug/gccCreator/src/AssemblyInfo.o ../Windows/Debug/gccCreator/src/Creator.o ../Windows/Debug/gccCreator/src/stdafx.o ../Windows/Debug/gccCreator/src/Forms/AddDepend.o ../Windows/Debug/gccCreator/src/Forms/AddShipPart.o ../Windows/Debug/gccCreator/src/Forms/BaseForm.o ../Windows/Debug/gccCreator/src/Forms/CreationWizard.o ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o ../Windows/Debug/gccCreator/src/Forms/FileExplorer.o ../Windows/Debug/gccCreator/src/Forms/Form1.o ../Windows/Debug/gccCreator/src/Forms/ImportShip.o ../Windows/Debug/gccCreator/src/Forms/InputBox.o ../Windows/Debug/gccCreator/src/Forms/LoadShip.o ../Windows/Debug/gccCreator/src/Forms/ModDiff.o ../Windows/Debug/gccCreator/src/Forms/MultiForm.o ../Windows/Debug/gccCreator/src/Forms/PackageForm.o ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o ../Windows/Debug/gccCreator/src/Forms/Waiting.o ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o ../Windows/Debug/gccCreator/src/Forms/WizardCore1.o ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o ../Windows/Debug/gccCreator/src/Forms/WizardStartup.o ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.o  $(Debug_Library_Path) $(Debug_Libraries) -Wl,-rpath,./ -o ../Windows/gccDebug/Creator.exe
37
 
38
# Compiles file src/AssemblyInfo.cpp for the Debug configuration...
39
-include ../Windows/Debug/gccCreator/src/AssemblyInfo.d
40
../Windows/Debug/gccCreator/src/AssemblyInfo.o: src/AssemblyInfo.cpp
41
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/AssemblyInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/AssemblyInfo.o
42
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/AssemblyInfo.d
43
 
44
# Compiles file src/Creator.cpp for the Debug configuration...
45
-include ../Windows/Debug/gccCreator/src/Creator.d
46
../Windows/Debug/gccCreator/src/Creator.o: src/Creator.cpp
47
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Creator.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Creator.o
48
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Creator.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Creator.d
49
 
50
# Compiles file src/stdafx.cpp for the Debug configuration...
51
-include ../Windows/Debug/gccCreator/src/stdafx.d
52
../Windows/Debug/gccCreator/src/stdafx.o: src/stdafx.cpp
53
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/stdafx.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/stdafx.o
54
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/stdafx.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/stdafx.d
55
 
56
# Compiles file src/Forms/AddDepend.cpp for the Debug configuration...
57
-include ../Windows/Debug/gccCreator/src/Forms/AddDepend.d
58
../Windows/Debug/gccCreator/src/Forms/AddDepend.o: src/Forms/AddDepend.cpp
59
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/AddDepend.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/AddDepend.o
60
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/AddDepend.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/AddDepend.d
61
 
62
# Compiles file src/Forms/AddShipPart.cpp for the Debug configuration...
63
-include ../Windows/Debug/gccCreator/src/Forms/AddShipPart.d
64
../Windows/Debug/gccCreator/src/Forms/AddShipPart.o: src/Forms/AddShipPart.cpp
65
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/AddShipPart.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/AddShipPart.o
66
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/AddShipPart.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/AddShipPart.d
67
 
68
# Compiles file src/Forms/BaseForm.cpp for the Debug configuration...
69
-include ../Windows/Debug/gccCreator/src/Forms/BaseForm.d
70
../Windows/Debug/gccCreator/src/Forms/BaseForm.o: src/Forms/BaseForm.cpp
71
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/BaseForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/BaseForm.o
72
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/BaseForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/BaseForm.d
73
 
74
# Compiles file src/Forms/CreationWizard.cpp for the Debug configuration...
75
-include ../Windows/Debug/gccCreator/src/Forms/CreationWizard.d
76
../Windows/Debug/gccCreator/src/Forms/CreationWizard.o: src/Forms/CreationWizard.cpp
77
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CreationWizard.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CreationWizard.o
78
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CreationWizard.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CreationWizard.d
79
 
80
# Compiles file src/Forms/CustomiseGuns.cpp for the Debug configuration...
81
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.d
82
../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o: src/Forms/CustomiseGuns.cpp
83
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseGuns.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o
84
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseGuns.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.d
85
 
86
# Compiles file src/Forms/CustomiseInfo.cpp for the Debug configuration...
87
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.d
88
../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o: src/Forms/CustomiseInfo.cpp
89
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o
90
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.d
91
 
92
# Compiles file src/Forms/CustomisePerformance.cpp for the Debug configuration...
93
-include ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.d
94
../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o: src/Forms/CustomisePerformance.cpp
95
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomisePerformance.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o
96
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomisePerformance.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.d
97
 
98
# Compiles file src/Forms/CustomiseShip.cpp for the Debug configuration...
99
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.d
100
../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o: src/Forms/CustomiseShip.cpp
101
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o
102
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.d
103
 
104
# Compiles file src/Forms/CustomiseTurret.cpp for the Debug configuration...
105
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.d
106
../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o: src/Forms/CustomiseTurret.cpp
107
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseTurret.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o
108
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseTurret.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.d
109
 
110
# Compiles file src/Forms/CustomiseWeapons.cpp for the Debug configuration...
111
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.d
112
../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o: src/Forms/CustomiseWeapons.cpp
113
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseWeapons.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o
114
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseWeapons.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.d
115
 
116
# Compiles file src/Forms/CustomiseWeapons1.cpp for the Debug configuration...
117
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.d
118
../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o: src/Forms/CustomiseWeapons1.cpp
119
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseWeapons1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o
120
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseWeapons1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.d
121
 
122
# Compiles file src/Forms/FileExplorer.cpp for the Debug configuration...
123
-include ../Windows/Debug/gccCreator/src/Forms/FileExplorer.d
124
../Windows/Debug/gccCreator/src/Forms/FileExplorer.o: src/Forms/FileExplorer.cpp
125
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FileExplorer.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/FileExplorer.o
126
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FileExplorer.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/FileExplorer.d
127
 
128
# Compiles file src/Forms/Form1.cpp for the Debug configuration...
129
-include ../Windows/Debug/gccCreator/src/Forms/Form1.d
130
../Windows/Debug/gccCreator/src/Forms/Form1.o: src/Forms/Form1.cpp
131
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/Form1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/Form1.o
132
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/Form1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/Form1.d
133
 
134
# Compiles file src/Forms/ImportShip.cpp for the Debug configuration...
135
-include ../Windows/Debug/gccCreator/src/Forms/ImportShip.d
136
../Windows/Debug/gccCreator/src/Forms/ImportShip.o: src/Forms/ImportShip.cpp
137
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ImportShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/ImportShip.o
138
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ImportShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/ImportShip.d
139
 
140
# Compiles file src/Forms/InputBox.cpp for the Debug configuration...
141
-include ../Windows/Debug/gccCreator/src/Forms/InputBox.d
142
../Windows/Debug/gccCreator/src/Forms/InputBox.o: src/Forms/InputBox.cpp
143
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/InputBox.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/InputBox.o
144
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/InputBox.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/InputBox.d
145
 
146
# Compiles file src/Forms/LoadShip.cpp for the Debug configuration...
147
-include ../Windows/Debug/gccCreator/src/Forms/LoadShip.d
148
../Windows/Debug/gccCreator/src/Forms/LoadShip.o: src/Forms/LoadShip.cpp
149
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/LoadShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/LoadShip.o
150
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/LoadShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/LoadShip.d
151
 
152
# Compiles file src/Forms/ModDiff.cpp for the Debug configuration...
153
-include ../Windows/Debug/gccCreator/src/Forms/ModDiff.d
154
../Windows/Debug/gccCreator/src/Forms/ModDiff.o: src/Forms/ModDiff.cpp
155
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ModDiff.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/ModDiff.o
156
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ModDiff.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/ModDiff.d
157
 
158
# Compiles file src/Forms/MultiForm.cpp for the Debug configuration...
159
-include ../Windows/Debug/gccCreator/src/Forms/MultiForm.d
160
../Windows/Debug/gccCreator/src/Forms/MultiForm.o: src/Forms/MultiForm.cpp
161
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MultiForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/MultiForm.o
162
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MultiForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/MultiForm.d
163
 
164
# Compiles file src/Forms/PackageForm.cpp for the Debug configuration...
165
-include ../Windows/Debug/gccCreator/src/Forms/PackageForm.d
166
../Windows/Debug/gccCreator/src/Forms/PackageForm.o: src/Forms/PackageForm.cpp
167
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/PackageForm.o
168
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/PackageForm.d
169
 
170
# Compiles file src/Forms/SelectFilesystem.cpp for the Debug configuration...
171
-include ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.d
172
../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o: src/Forms/SelectFilesystem.cpp
173
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/SelectFilesystem.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o
174
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/SelectFilesystem.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.d
175
 
176
# Compiles file src/Forms/Waiting.cpp for the Debug configuration...
177
-include ../Windows/Debug/gccCreator/src/Forms/Waiting.d
178
../Windows/Debug/gccCreator/src/Forms/Waiting.o: src/Forms/Waiting.cpp
179
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/Waiting.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/Waiting.o
180
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/Waiting.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/Waiting.d
181
 
182
# Compiles file src/Forms/WizardAdvanced.cpp for the Debug configuration...
183
-include ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.d
184
../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o: src/Forms/WizardAdvanced.cpp
185
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardAdvanced.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o
186
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardAdvanced.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.d
187
 
188
# Compiles file src/Forms/WizardBasic1.cpp for the Debug configuration...
189
-include ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.d
190
../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o: src/Forms/WizardBasic1.cpp
191
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardBasic1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o
192
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardBasic1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.d
193
 
194
# Compiles file src/Forms/WizardCore1.cpp for the Debug configuration...
195
-include ../Windows/Debug/gccCreator/src/Forms/WizardCore1.d
196
../Windows/Debug/gccCreator/src/Forms/WizardCore1.o: src/Forms/WizardCore1.cpp
197
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardCore1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardCore1.o
198
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardCore1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardCore1.d
199
 
200
# Compiles file src/Forms/WizardRebalance.cpp for the Debug configuration...
201
-include ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.d
202
../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o: src/Forms/WizardRebalance.cpp
203
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardRebalance.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o
204
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardRebalance.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.d
205
 
206
# Compiles file src/Forms/WizardStartup.cpp for the Debug configuration...
207
-include ../Windows/Debug/gccCreator/src/Forms/WizardStartup.d
208
../Windows/Debug/gccCreator/src/Forms/WizardStartup.o: src/Forms/WizardStartup.cpp
209
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardStartup.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardStartup.o
210
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardStartup.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardStartup.d
211
 
212
# Compiles file src/Forms/WizardUpdate.cpp for the Debug configuration...
213
-include ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.d
214
../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o: src/Forms/WizardUpdate.cpp
215
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardUpdate.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o
216
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardUpdate.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.d
217
 
218
# Compiles file ../SpkExplorer/src/Forms/AddDialog.cpp for the Debug configuration...
219
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
220
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.o: ../SpkExplorer/src/Forms/AddDialog.cpp
221
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../SpkExplorer/src/Forms/AddDialog.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.o
222
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../SpkExplorer/src/Forms/AddDialog.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
223
 
224
# Compiles file ../SpkExplorer/src/Forms/ExtractDialog.cpp for the Debug configuration...
225
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
226
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o: ../SpkExplorer/src/Forms/ExtractDialog.cpp
227
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../SpkExplorer/src/Forms/ExtractDialog.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o
228
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../SpkExplorer/src/Forms/ExtractDialog.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
229
 
230
# Compiles file ../SpkExplorer/src/Forms/SpkForm.cpp for the Debug configuration...
231
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
232
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.o: ../SpkExplorer/src/Forms/SpkForm.cpp
233
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../SpkExplorer/src/Forms/SpkForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.o
234
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../SpkExplorer/src/Forms/SpkForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
235
 
236
# Builds the Release configuration...
237
.PHONY: Release
238
Release: create_folders ../Windows/Release/gccCreator/src/AssemblyInfo.o ../Windows/Release/gccCreator/src/Creator.o ../Windows/Release/gccCreator/src/stdafx.o ../Windows/Release/gccCreator/src/Forms/AddDepend.o ../Windows/Release/gccCreator/src/Forms/AddShipPart.o ../Windows/Release/gccCreator/src/Forms/BaseForm.o ../Windows/Release/gccCreator/src/Forms/CreationWizard.o ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o ../Windows/Release/gccCreator/src/Forms/CustomiseShip.o ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o ../Windows/Release/gccCreator/src/Forms/FileExplorer.o ../Windows/Release/gccCreator/src/Forms/Form1.o ../Windows/Release/gccCreator/src/Forms/ImportShip.o ../Windows/Release/gccCreator/src/Forms/InputBox.o ../Windows/Release/gccCreator/src/Forms/LoadShip.o ../Windows/Release/gccCreator/src/Forms/ModDiff.o ../Windows/Release/gccCreator/src/Forms/MultiForm.o ../Windows/Release/gccCreator/src/Forms/PackageForm.o ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o ../Windows/Release/gccCreator/src/Forms/Waiting.o ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o ../Windows/Release/gccCreator/src/Forms/WizardBasic1.o ../Windows/Release/gccCreator/src/Forms/WizardCore1.o ../Windows/Release/gccCreator/src/Forms/WizardRebalance.o ../Windows/Release/gccCreator/src/Forms/WizardStartup.o ../Windows/Release/gccCreator/src/Forms/WizardUpdate.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.o 
239
	g++ ../Windows/Release/gccCreator/src/AssemblyInfo.o ../Windows/Release/gccCreator/src/Creator.o ../Windows/Release/gccCreator/src/stdafx.o ../Windows/Release/gccCreator/src/Forms/AddDepend.o ../Windows/Release/gccCreator/src/Forms/AddShipPart.o ../Windows/Release/gccCreator/src/Forms/BaseForm.o ../Windows/Release/gccCreator/src/Forms/CreationWizard.o ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o ../Windows/Release/gccCreator/src/Forms/CustomiseShip.o ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o ../Windows/Release/gccCreator/src/Forms/FileExplorer.o ../Windows/Release/gccCreator/src/Forms/Form1.o ../Windows/Release/gccCreator/src/Forms/ImportShip.o ../Windows/Release/gccCreator/src/Forms/InputBox.o ../Windows/Release/gccCreator/src/Forms/LoadShip.o ../Windows/Release/gccCreator/src/Forms/ModDiff.o ../Windows/Release/gccCreator/src/Forms/MultiForm.o ../Windows/Release/gccCreator/src/Forms/PackageForm.o ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o ../Windows/Release/gccCreator/src/Forms/Waiting.o ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o ../Windows/Release/gccCreator/src/Forms/WizardBasic1.o ../Windows/Release/gccCreator/src/Forms/WizardCore1.o ../Windows/Release/gccCreator/src/Forms/WizardRebalance.o ../Windows/Release/gccCreator/src/Forms/WizardStartup.o ../Windows/Release/gccCreator/src/Forms/WizardUpdate.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.o  $(Release_Library_Path) $(Release_Libraries) -Wl,-rpath,./ -o ../Windows/gccRelease/Creator.exe
240
 
241
# Compiles file src/AssemblyInfo.cpp for the Release configuration...
242
-include ../Windows/Release/gccCreator/src/AssemblyInfo.d
243
../Windows/Release/gccCreator/src/AssemblyInfo.o: src/AssemblyInfo.cpp
244
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/AssemblyInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/AssemblyInfo.o
245
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/AssemblyInfo.d
246
 
247
# Compiles file src/Creator.cpp for the Release configuration...
248
-include ../Windows/Release/gccCreator/src/Creator.d
249
../Windows/Release/gccCreator/src/Creator.o: src/Creator.cpp
250
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Creator.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Creator.o
251
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Creator.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Creator.d
252
 
253
# Compiles file src/stdafx.cpp for the Release configuration...
254
-include ../Windows/Release/gccCreator/src/stdafx.d
255
../Windows/Release/gccCreator/src/stdafx.o: src/stdafx.cpp
256
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/stdafx.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/stdafx.o
257
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/stdafx.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/stdafx.d
258
 
259
# Compiles file src/Forms/AddDepend.cpp for the Release configuration...
260
-include ../Windows/Release/gccCreator/src/Forms/AddDepend.d
261
../Windows/Release/gccCreator/src/Forms/AddDepend.o: src/Forms/AddDepend.cpp
262
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/AddDepend.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/AddDepend.o
263
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/AddDepend.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/AddDepend.d
264
 
265
# Compiles file src/Forms/AddShipPart.cpp for the Release configuration...
266
-include ../Windows/Release/gccCreator/src/Forms/AddShipPart.d
267
../Windows/Release/gccCreator/src/Forms/AddShipPart.o: src/Forms/AddShipPart.cpp
268
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/AddShipPart.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/AddShipPart.o
269
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/AddShipPart.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/AddShipPart.d
270
 
271
# Compiles file src/Forms/BaseForm.cpp for the Release configuration...
272
-include ../Windows/Release/gccCreator/src/Forms/BaseForm.d
273
../Windows/Release/gccCreator/src/Forms/BaseForm.o: src/Forms/BaseForm.cpp
274
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/BaseForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/BaseForm.o
275
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/BaseForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/BaseForm.d
276
 
277
# Compiles file src/Forms/CreationWizard.cpp for the Release configuration...
278
-include ../Windows/Release/gccCreator/src/Forms/CreationWizard.d
279
../Windows/Release/gccCreator/src/Forms/CreationWizard.o: src/Forms/CreationWizard.cpp
280
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CreationWizard.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CreationWizard.o
281
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CreationWizard.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CreationWizard.d
282
 
283
# Compiles file src/Forms/CustomiseGuns.cpp for the Release configuration...
284
-include ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.d
285
../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o: src/Forms/CustomiseGuns.cpp
286
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseGuns.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o
287
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseGuns.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.d
288
 
289
# Compiles file src/Forms/CustomiseInfo.cpp for the Release configuration...
290
-include ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.d
291
../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o: src/Forms/CustomiseInfo.cpp
292
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o
293
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.d
294
 
295
# Compiles file src/Forms/CustomisePerformance.cpp for the Release configuration...
296
-include ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.d
297
../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o: src/Forms/CustomisePerformance.cpp
298
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomisePerformance.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o
299
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomisePerformance.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.d
300
 
301
# Compiles file src/Forms/CustomiseShip.cpp for the Release configuration...
302
-include ../Windows/Release/gccCreator/src/Forms/CustomiseShip.d
303
../Windows/Release/gccCreator/src/Forms/CustomiseShip.o: src/Forms/CustomiseShip.cpp
304
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseShip.o
305
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseShip.d
306
 
307
# Compiles file src/Forms/CustomiseTurret.cpp for the Release configuration...
308
-include ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.d
309
../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o: src/Forms/CustomiseTurret.cpp
310
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseTurret.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o
311
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseTurret.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.d
312
 
313
# Compiles file src/Forms/CustomiseWeapons.cpp for the Release configuration...
314
-include ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.d
315
../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o: src/Forms/CustomiseWeapons.cpp
316
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseWeapons.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o
317
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseWeapons.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.d
318
 
319
# Compiles file src/Forms/CustomiseWeapons1.cpp for the Release configuration...
320
-include ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.d
321
../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o: src/Forms/CustomiseWeapons1.cpp
322
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseWeapons1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o
323
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseWeapons1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.d
324
 
325
# Compiles file src/Forms/FileExplorer.cpp for the Release configuration...
326
-include ../Windows/Release/gccCreator/src/Forms/FileExplorer.d
327
../Windows/Release/gccCreator/src/Forms/FileExplorer.o: src/Forms/FileExplorer.cpp
328
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FileExplorer.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/FileExplorer.o
329
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FileExplorer.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/FileExplorer.d
330
 
331
# Compiles file src/Forms/Form1.cpp for the Release configuration...
332
-include ../Windows/Release/gccCreator/src/Forms/Form1.d
333
../Windows/Release/gccCreator/src/Forms/Form1.o: src/Forms/Form1.cpp
334
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/Form1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/Form1.o
335
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/Form1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/Form1.d
336
 
337
# Compiles file src/Forms/ImportShip.cpp for the Release configuration...
338
-include ../Windows/Release/gccCreator/src/Forms/ImportShip.d
339
../Windows/Release/gccCreator/src/Forms/ImportShip.o: src/Forms/ImportShip.cpp
340
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ImportShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/ImportShip.o
341
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ImportShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/ImportShip.d
342
 
343
# Compiles file src/Forms/InputBox.cpp for the Release configuration...
344
-include ../Windows/Release/gccCreator/src/Forms/InputBox.d
345
../Windows/Release/gccCreator/src/Forms/InputBox.o: src/Forms/InputBox.cpp
346
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/InputBox.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/InputBox.o
347
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/InputBox.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/InputBox.d
348
 
349
# Compiles file src/Forms/LoadShip.cpp for the Release configuration...
350
-include ../Windows/Release/gccCreator/src/Forms/LoadShip.d
351
../Windows/Release/gccCreator/src/Forms/LoadShip.o: src/Forms/LoadShip.cpp
352
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/LoadShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/LoadShip.o
353
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/LoadShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/LoadShip.d
354
 
355
# Compiles file src/Forms/ModDiff.cpp for the Release configuration...
356
-include ../Windows/Release/gccCreator/src/Forms/ModDiff.d
357
../Windows/Release/gccCreator/src/Forms/ModDiff.o: src/Forms/ModDiff.cpp
358
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ModDiff.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/ModDiff.o
359
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ModDiff.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/ModDiff.d
360
 
361
# Compiles file src/Forms/MultiForm.cpp for the Release configuration...
362
-include ../Windows/Release/gccCreator/src/Forms/MultiForm.d
363
../Windows/Release/gccCreator/src/Forms/MultiForm.o: src/Forms/MultiForm.cpp
364
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MultiForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/MultiForm.o
365
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MultiForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/MultiForm.d
366
 
367
# Compiles file src/Forms/PackageForm.cpp for the Release configuration...
368
-include ../Windows/Release/gccCreator/src/Forms/PackageForm.d
369
../Windows/Release/gccCreator/src/Forms/PackageForm.o: src/Forms/PackageForm.cpp
370
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/PackageForm.o
371
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/PackageForm.d
372
 
373
# Compiles file src/Forms/SelectFilesystem.cpp for the Release configuration...
374
-include ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.d
375
../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o: src/Forms/SelectFilesystem.cpp
376
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/SelectFilesystem.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o
377
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/SelectFilesystem.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.d
378
 
379
# Compiles file src/Forms/Waiting.cpp for the Release configuration...
380
-include ../Windows/Release/gccCreator/src/Forms/Waiting.d
381
../Windows/Release/gccCreator/src/Forms/Waiting.o: src/Forms/Waiting.cpp
382
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/Waiting.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/Waiting.o
383
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/Waiting.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/Waiting.d
384
 
385
# Compiles file src/Forms/WizardAdvanced.cpp for the Release configuration...
386
-include ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.d
387
../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o: src/Forms/WizardAdvanced.cpp
388
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardAdvanced.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o
389
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardAdvanced.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.d
390
 
391
# Compiles file src/Forms/WizardBasic1.cpp for the Release configuration...
392
-include ../Windows/Release/gccCreator/src/Forms/WizardBasic1.d
393
../Windows/Release/gccCreator/src/Forms/WizardBasic1.o: src/Forms/WizardBasic1.cpp
394
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardBasic1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardBasic1.o
395
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardBasic1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardBasic1.d
396
 
397
# Compiles file src/Forms/WizardCore1.cpp for the Release configuration...
398
-include ../Windows/Release/gccCreator/src/Forms/WizardCore1.d
399
../Windows/Release/gccCreator/src/Forms/WizardCore1.o: src/Forms/WizardCore1.cpp
400
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardCore1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardCore1.o
401
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardCore1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardCore1.d
402
 
403
# Compiles file src/Forms/WizardRebalance.cpp for the Release configuration...
404
-include ../Windows/Release/gccCreator/src/Forms/WizardRebalance.d
405
../Windows/Release/gccCreator/src/Forms/WizardRebalance.o: src/Forms/WizardRebalance.cpp
406
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardRebalance.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardRebalance.o
407
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardRebalance.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardRebalance.d
408
 
409
# Compiles file src/Forms/WizardStartup.cpp for the Release configuration...
410
-include ../Windows/Release/gccCreator/src/Forms/WizardStartup.d
411
../Windows/Release/gccCreator/src/Forms/WizardStartup.o: src/Forms/WizardStartup.cpp
412
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardStartup.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardStartup.o
413
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardStartup.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardStartup.d
414
 
415
# Compiles file src/Forms/WizardUpdate.cpp for the Release configuration...
416
-include ../Windows/Release/gccCreator/src/Forms/WizardUpdate.d
417
../Windows/Release/gccCreator/src/Forms/WizardUpdate.o: src/Forms/WizardUpdate.cpp
418
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardUpdate.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardUpdate.o
419
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardUpdate.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardUpdate.d
420
 
421
# Compiles file ../SpkExplorer/src/Forms/AddDialog.cpp for the Release configuration...
422
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
423
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.o: ../SpkExplorer/src/Forms/AddDialog.cpp
424
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../SpkExplorer/src/Forms/AddDialog.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.o
425
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../SpkExplorer/src/Forms/AddDialog.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
426
 
427
# Compiles file ../SpkExplorer/src/Forms/ExtractDialog.cpp for the Release configuration...
428
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
429
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o: ../SpkExplorer/src/Forms/ExtractDialog.cpp
430
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../SpkExplorer/src/Forms/ExtractDialog.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o
431
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../SpkExplorer/src/Forms/ExtractDialog.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
432
 
433
# Compiles file ../SpkExplorer/src/Forms/SpkForm.cpp for the Release configuration...
434
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
435
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.o: ../SpkExplorer/src/Forms/SpkForm.cpp
436
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../SpkExplorer/src/Forms/SpkForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.o
437
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../SpkExplorer/src/Forms/SpkForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
438
 
439
# Creates the intermediate and output folders for each configuration...
440
.PHONY: create_folders
441
create_folders:
442
	mkdir -p ../Windows/Debug/gccCreator/source
443
	mkdir -p ../Windows/gccDebug
444
	mkdir -p ../Windows/Release/gccCreator/source
445
	mkdir -p ../Windows/gccRelease
446
 
447
# Cleans intermediate and output files (objects, libraries, executables)...
448
.PHONY: clean
449
clean:
450
	rm -f ../Windows/Debug/gccCreator/*.o
451
	rm -f ../Windows/Debug/gccCreator/*.d
452
	rm -f ../Windows/gccDebug/*.a
453
	rm -f ../Windows/gccDebug/*.so
454
	rm -f ../Windows/gccDebug/*.dll
455
	rm -f ../Windows/gccDebug/*.exe
456
	rm -f ../Windows/Release/gccCreator/*.o
457
	rm -f ../Windows/Release/gccCreator/*.d
458
	rm -f ../Windows/gccRelease/*.a
459
	rm -f ../Windows/gccRelease/*.so
460
	rm -f ../Windows/gccRelease/*.dll
461
	rm -f ../Windows/gccRelease/*.exe
462