forked from jaildesigner-jailgames/jaildoctors_dilemma
Faltaba el cambio de borde en el titulo
This commit is contained in:
1
Makefile
1
Makefile
@@ -19,6 +19,7 @@ macos_f:
|
||||
clang++ $(source) -std=c++11 -Wall -O2 -framework SDL2 -F ./Frameworks -ffunction-sections -fdata-sections -o "$(macosBundle)MacOS/$(executable)" -rpath @executable_path/../Frameworks/ -target x86_64-apple-macos10.12
|
||||
rm -rdf ./Frameworks
|
||||
linux:
|
||||
rm -rdf data/config
|
||||
mkdir -p data/config
|
||||
g++ $(source) -std=c++11 -Wall -Os -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -o $(executable)_linux
|
||||
strip -s -R .comment -R .gnu.version $(executable)_linux --strip-unneeded
|
||||
Reference in New Issue
Block a user