Blame | Last modification | View Log | RSS feed
# Compiler flags...
CPP_COMPILER = g++
C_COMPILER = gcc
# Include paths...
Debug_Include_Path=-I"../libspk/src"
Release_Include_Path=-I"../libspk/src"
# Library paths...
Debug_Library_Path=
Release_Library_Path=
# Additional libraries...
Debug_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT) -Wl,--end-group
Release_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT) -Wl,--end-group
# Preprocessor definitions...
Debug_Preprocessor_Definitions=-D GCC_BUILD -D _DEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR
Release_Preprocessor_Definitions=-D GCC_BUILD -D NDEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR
# Implictly linked object files...
Debug_Implicitly_Linked_Objects=
Release_Implicitly_Linked_Objects=
# Compiler flags...
Debug_Compiler_Flags=-O0 -g
Release_Compiler_Flags=
# Builds all configurations for this project...
.PHONY: build_all_configurations
build_all_configurations: Debug Release
# Builds the Debug configuration...
.PHONY: Debug
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/gccCre
ator/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
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/Mo
dDiff.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
# Compiles file src/AssemblyInfo.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/AssemblyInfo.d
../Windows/Debug/gccCreator/src/AssemblyInfo.o: src/AssemblyInfo.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/AssemblyInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/AssemblyInfo.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/AssemblyInfo.d
# Compiles file src/Creator.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Creator.d
../Windows/Debug/gccCreator/src/Creator.o: src/Creator.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Creator.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Creator.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Creator.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Creator.d
# Compiles file src/stdafx.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/stdafx.d
../Windows/Debug/gccCreator/src/stdafx.o: src/stdafx.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/stdafx.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/stdafx.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/stdafx.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/stdafx.d
# Compiles file src/Forms/AddDepend.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/AddDepend.d
../Windows/Debug/gccCreator/src/Forms/AddDepend.o: src/Forms/AddDepend.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/AddDepend.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/AddDepend.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/AddDepend.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/AddDepend.d
# Compiles file src/Forms/AddShipPart.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/AddShipPart.d
../Windows/Debug/gccCreator/src/Forms/AddShipPart.o: src/Forms/AddShipPart.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/AddShipPart.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/AddShipPart.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/AddShipPart.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/AddShipPart.d
# Compiles file src/Forms/BaseForm.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/BaseForm.d
../Windows/Debug/gccCreator/src/Forms/BaseForm.o: src/Forms/BaseForm.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/BaseForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/BaseForm.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/BaseForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/BaseForm.d
# Compiles file src/Forms/CreationWizard.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CreationWizard.d
../Windows/Debug/gccCreator/src/Forms/CreationWizard.o: src/Forms/CreationWizard.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CreationWizard.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CreationWizard.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CreationWizard.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CreationWizard.d
# Compiles file src/Forms/CustomiseGuns.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.d
../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o: src/Forms/CustomiseGuns.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseGuns.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseGuns.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseGuns.d
# Compiles file src/Forms/CustomiseInfo.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.d
../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o: src/Forms/CustomiseInfo.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseInfo.d
# Compiles file src/Forms/CustomisePerformance.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.d
../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o: src/Forms/CustomisePerformance.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomisePerformance.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomisePerformance.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomisePerformance.d
# Compiles file src/Forms/CustomiseShip.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.d
../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o: src/Forms/CustomiseShip.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseShip.d
# Compiles file src/Forms/CustomiseTurret.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.d
../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o: src/Forms/CustomiseTurret.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseTurret.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseTurret.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseTurret.d
# Compiles file src/Forms/CustomiseWeapons.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.d
../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o: src/Forms/CustomiseWeapons.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseWeapons.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseWeapons.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons.d
# Compiles file src/Forms/CustomiseWeapons1.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.d
../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o: src/Forms/CustomiseWeapons1.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CustomiseWeapons1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CustomiseWeapons1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/CustomiseWeapons1.d
# Compiles file src/Forms/FileExplorer.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/FileExplorer.d
../Windows/Debug/gccCreator/src/Forms/FileExplorer.o: src/Forms/FileExplorer.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FileExplorer.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/FileExplorer.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FileExplorer.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/FileExplorer.d
# Compiles file src/Forms/Form1.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/Form1.d
../Windows/Debug/gccCreator/src/Forms/Form1.o: src/Forms/Form1.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/Form1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/Form1.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/Form1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/Form1.d
# Compiles file src/Forms/ImportShip.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/ImportShip.d
../Windows/Debug/gccCreator/src/Forms/ImportShip.o: src/Forms/ImportShip.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ImportShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/ImportShip.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ImportShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/ImportShip.d
# Compiles file src/Forms/InputBox.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/InputBox.d
../Windows/Debug/gccCreator/src/Forms/InputBox.o: src/Forms/InputBox.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/InputBox.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/InputBox.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/InputBox.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/InputBox.d
# Compiles file src/Forms/LoadShip.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/LoadShip.d
../Windows/Debug/gccCreator/src/Forms/LoadShip.o: src/Forms/LoadShip.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/LoadShip.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/LoadShip.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/LoadShip.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/LoadShip.d
# Compiles file src/Forms/ModDiff.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/ModDiff.d
../Windows/Debug/gccCreator/src/Forms/ModDiff.o: src/Forms/ModDiff.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ModDiff.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/ModDiff.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ModDiff.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/ModDiff.d
# Compiles file src/Forms/MultiForm.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/MultiForm.d
../Windows/Debug/gccCreator/src/Forms/MultiForm.o: src/Forms/MultiForm.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MultiForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/MultiForm.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MultiForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/MultiForm.d
# Compiles file src/Forms/PackageForm.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/PackageForm.d
../Windows/Debug/gccCreator/src/Forms/PackageForm.o: src/Forms/PackageForm.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageForm.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/PackageForm.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageForm.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/PackageForm.d
# Compiles file src/Forms/SelectFilesystem.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.d
../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o: src/Forms/SelectFilesystem.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/SelectFilesystem.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/SelectFilesystem.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/SelectFilesystem.d
# Compiles file src/Forms/Waiting.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/Waiting.d
../Windows/Debug/gccCreator/src/Forms/Waiting.o: src/Forms/Waiting.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/Waiting.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/Waiting.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/Waiting.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/Waiting.d
# Compiles file src/Forms/WizardAdvanced.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.d
../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o: src/Forms/WizardAdvanced.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardAdvanced.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardAdvanced.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardAdvanced.d
# Compiles file src/Forms/WizardBasic1.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.d
../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o: src/Forms/WizardBasic1.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardBasic1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardBasic1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardBasic1.d
# Compiles file src/Forms/WizardCore1.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardCore1.d
../Windows/Debug/gccCreator/src/Forms/WizardCore1.o: src/Forms/WizardCore1.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardCore1.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardCore1.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardCore1.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardCore1.d
# Compiles file src/Forms/WizardRebalance.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.d
../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o: src/Forms/WizardRebalance.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardRebalance.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardRebalance.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardRebalance.d
# Compiles file src/Forms/WizardStartup.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardStartup.d
../Windows/Debug/gccCreator/src/Forms/WizardStartup.o: src/Forms/WizardStartup.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardStartup.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardStartup.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardStartup.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardStartup.d
# Compiles file src/Forms/WizardUpdate.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.d
../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o: src/Forms/WizardUpdate.cpp
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/WizardUpdate.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.o
$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/WizardUpdate.cpp $(Debug_Include_Path) > ../Windows/Debug/gccCreator/src/Forms/WizardUpdate.d
# Compiles file ../SpkExplorer/src/Forms/AddDialog.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/AddDialog.o: ../SpkExplorer/src/Forms/AddDialog.cpp
$(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
$(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
# Compiles file ../SpkExplorer/src/Forms/ExtractDialog.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o: ../SpkExplorer/src/Forms/ExtractDialog.cpp
$(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
$(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
# Compiles file ../SpkExplorer/src/Forms/SpkForm.cpp for the Debug configuration...
-include ../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
../Windows/Debug/gccCreator/../SpkExplorer/src/Forms/SpkForm.o: ../SpkExplorer/src/Forms/SpkForm.cpp
$(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
$(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
# Builds the Release configuration...
.PHONY: Release
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
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
# Compiles file src/AssemblyInfo.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/AssemblyInfo.d
../Windows/Release/gccCreator/src/AssemblyInfo.o: src/AssemblyInfo.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/AssemblyInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/AssemblyInfo.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/AssemblyInfo.d
# Compiles file src/Creator.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Creator.d
../Windows/Release/gccCreator/src/Creator.o: src/Creator.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Creator.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Creator.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Creator.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Creator.d
# Compiles file src/stdafx.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/stdafx.d
../Windows/Release/gccCreator/src/stdafx.o: src/stdafx.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/stdafx.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/stdafx.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/stdafx.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/stdafx.d
# Compiles file src/Forms/AddDepend.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/AddDepend.d
../Windows/Release/gccCreator/src/Forms/AddDepend.o: src/Forms/AddDepend.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/AddDepend.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/AddDepend.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/AddDepend.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/AddDepend.d
# Compiles file src/Forms/AddShipPart.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/AddShipPart.d
../Windows/Release/gccCreator/src/Forms/AddShipPart.o: src/Forms/AddShipPart.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/AddShipPart.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/AddShipPart.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/AddShipPart.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/AddShipPart.d
# Compiles file src/Forms/BaseForm.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/BaseForm.d
../Windows/Release/gccCreator/src/Forms/BaseForm.o: src/Forms/BaseForm.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/BaseForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/BaseForm.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/BaseForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/BaseForm.d
# Compiles file src/Forms/CreationWizard.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CreationWizard.d
../Windows/Release/gccCreator/src/Forms/CreationWizard.o: src/Forms/CreationWizard.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CreationWizard.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CreationWizard.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CreationWizard.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CreationWizard.d
# Compiles file src/Forms/CustomiseGuns.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.d
../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o: src/Forms/CustomiseGuns.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseGuns.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseGuns.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseGuns.d
# Compiles file src/Forms/CustomiseInfo.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.d
../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o: src/Forms/CustomiseInfo.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseInfo.d
# Compiles file src/Forms/CustomisePerformance.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.d
../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o: src/Forms/CustomisePerformance.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomisePerformance.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomisePerformance.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomisePerformance.d
# Compiles file src/Forms/CustomiseShip.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseShip.d
../Windows/Release/gccCreator/src/Forms/CustomiseShip.o: src/Forms/CustomiseShip.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseShip.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseShip.d
# Compiles file src/Forms/CustomiseTurret.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.d
../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o: src/Forms/CustomiseTurret.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseTurret.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseTurret.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseTurret.d
# Compiles file src/Forms/CustomiseWeapons.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.d
../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o: src/Forms/CustomiseWeapons.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseWeapons.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseWeapons.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons.d
# Compiles file src/Forms/CustomiseWeapons1.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.d
../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o: src/Forms/CustomiseWeapons1.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CustomiseWeapons1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CustomiseWeapons1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/CustomiseWeapons1.d
# Compiles file src/Forms/FileExplorer.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/FileExplorer.d
../Windows/Release/gccCreator/src/Forms/FileExplorer.o: src/Forms/FileExplorer.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FileExplorer.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/FileExplorer.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FileExplorer.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/FileExplorer.d
# Compiles file src/Forms/Form1.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/Form1.d
../Windows/Release/gccCreator/src/Forms/Form1.o: src/Forms/Form1.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/Form1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/Form1.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/Form1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/Form1.d
# Compiles file src/Forms/ImportShip.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/ImportShip.d
../Windows/Release/gccCreator/src/Forms/ImportShip.o: src/Forms/ImportShip.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ImportShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/ImportShip.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ImportShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/ImportShip.d
# Compiles file src/Forms/InputBox.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/InputBox.d
../Windows/Release/gccCreator/src/Forms/InputBox.o: src/Forms/InputBox.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/InputBox.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/InputBox.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/InputBox.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/InputBox.d
# Compiles file src/Forms/LoadShip.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/LoadShip.d
../Windows/Release/gccCreator/src/Forms/LoadShip.o: src/Forms/LoadShip.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/LoadShip.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/LoadShip.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/LoadShip.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/LoadShip.d
# Compiles file src/Forms/ModDiff.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/ModDiff.d
../Windows/Release/gccCreator/src/Forms/ModDiff.o: src/Forms/ModDiff.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ModDiff.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/ModDiff.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ModDiff.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/ModDiff.d
# Compiles file src/Forms/MultiForm.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/MultiForm.d
../Windows/Release/gccCreator/src/Forms/MultiForm.o: src/Forms/MultiForm.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MultiForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/MultiForm.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MultiForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/MultiForm.d
# Compiles file src/Forms/PackageForm.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/PackageForm.d
../Windows/Release/gccCreator/src/Forms/PackageForm.o: src/Forms/PackageForm.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageForm.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/PackageForm.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageForm.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/PackageForm.d
# Compiles file src/Forms/SelectFilesystem.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.d
../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o: src/Forms/SelectFilesystem.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/SelectFilesystem.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/SelectFilesystem.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/SelectFilesystem.d
# Compiles file src/Forms/Waiting.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/Waiting.d
../Windows/Release/gccCreator/src/Forms/Waiting.o: src/Forms/Waiting.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/Waiting.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/Waiting.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/Waiting.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/Waiting.d
# Compiles file src/Forms/WizardAdvanced.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.d
../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o: src/Forms/WizardAdvanced.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardAdvanced.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardAdvanced.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardAdvanced.d
# Compiles file src/Forms/WizardBasic1.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardBasic1.d
../Windows/Release/gccCreator/src/Forms/WizardBasic1.o: src/Forms/WizardBasic1.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardBasic1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardBasic1.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardBasic1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardBasic1.d
# Compiles file src/Forms/WizardCore1.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardCore1.d
../Windows/Release/gccCreator/src/Forms/WizardCore1.o: src/Forms/WizardCore1.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardCore1.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardCore1.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardCore1.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardCore1.d
# Compiles file src/Forms/WizardRebalance.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardRebalance.d
../Windows/Release/gccCreator/src/Forms/WizardRebalance.o: src/Forms/WizardRebalance.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardRebalance.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardRebalance.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardRebalance.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardRebalance.d
# Compiles file src/Forms/WizardStartup.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardStartup.d
../Windows/Release/gccCreator/src/Forms/WizardStartup.o: src/Forms/WizardStartup.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardStartup.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardStartup.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardStartup.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardStartup.d
# Compiles file src/Forms/WizardUpdate.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/src/Forms/WizardUpdate.d
../Windows/Release/gccCreator/src/Forms/WizardUpdate.o: src/Forms/WizardUpdate.cpp
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/WizardUpdate.cpp $(Release_Include_Path) -o ../Windows/Release/gccCreator/src/Forms/WizardUpdate.o
$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/WizardUpdate.cpp $(Release_Include_Path) > ../Windows/Release/gccCreator/src/Forms/WizardUpdate.d
# Compiles file ../SpkExplorer/src/Forms/AddDialog.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.d
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/AddDialog.o: ../SpkExplorer/src/Forms/AddDialog.cpp
$(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
$(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
# Compiles file ../SpkExplorer/src/Forms/ExtractDialog.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.d
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/ExtractDialog.o: ../SpkExplorer/src/Forms/ExtractDialog.cpp
$(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
$(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
# Compiles file ../SpkExplorer/src/Forms/SpkForm.cpp for the Release configuration...
-include ../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.d
../Windows/Release/gccCreator/../SpkExplorer/src/Forms/SpkForm.o: ../SpkExplorer/src/Forms/SpkForm.cpp
$(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
$(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
# Creates the intermediate and output folders for each configuration...
.PHONY: create_folders
create_folders:
mkdir -p ../Windows/Debug/gccCreator/source
mkdir -p ../Windows/gccDebug
mkdir -p ../Windows/Release/gccCreator/source
mkdir -p ../Windows/gccRelease
# Cleans intermediate and output files (objects, libraries, executables)...
.PHONY: clean
clean:
rm -f ../Windows/Debug/gccCreator/*.o
rm -f ../Windows/Debug/gccCreator/*.d
rm -f ../Windows/gccDebug/*.a
rm -f ../Windows/gccDebug/*.so
rm -f ../Windows/gccDebug/*.dll
rm -f ../Windows/gccDebug/*.exe
rm -f ../Windows/Release/gccCreator/*.o
rm -f ../Windows/Release/gccCreator/*.d
rm -f ../Windows/gccRelease/*.a
rm -f ../Windows/gccRelease/*.so
rm -f ../Windows/gccRelease/*.dll
rm -f ../Windows/gccRelease/*.exe