You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
681 B
35 lines
681 B
SubDir . ;
|
|
|
|
SubDirC++Flags $(ALLLIBSC++FLAGS) ;
|
|
|
|
if $(WINDOWS)
|
|
{
|
|
SUFEXE = .exe ;
|
|
}
|
|
|
|
Main 7drl2018 : src/main.cpp
|
|
src/RLMap.cpp
|
|
src/Levels.cpp
|
|
src/Entity.cpp
|
|
src/Enemies.cpp
|
|
src/Abilities.cpp
|
|
src/Logging.cpp
|
|
src/Utilities.cpp
|
|
src/PlayerDeadScreen.cpp
|
|
src/MainMenu.cpp
|
|
src/Gameplay.cpp
|
|
src/Art.cpp
|
|
;
|
|
|
|
# LinkLibraries 7drl2018 : libBase20 ;
|
|
|
|
if $(WINDOWS)
|
|
{
|
|
MakeLocate 7drl2018.exe : windowsBin ;
|
|
}
|
|
else
|
|
{
|
|
MakeLocate 7drl2018 : bin ;
|
|
}
|
|
|
|
# SubInclude . libs ;
|