Arreglado el modo demo
Grabada una nueva demo
This commit is contained in:
4
Makefile
4
Makefile
@@ -130,6 +130,10 @@ windows:
|
||||
$(CXX) $(SOURCES) $(CXXFLAGS) -Wl,-subsystem,windows $(LDFLAGS) -o "$(TARGET_FILE).exe"
|
||||
strip -s -R .comment -R .gnu.version "$(TARGET_FILE).exe" --strip-unneeded
|
||||
|
||||
windows_rec:
|
||||
@echo off
|
||||
$(CXX) $(SOURCES) -D RECORDING $(CXXFLAGS) -Wl,-subsystem,windows $(LDFLAGS) -o "$(TARGET_FILE)_rec.exe"
|
||||
|
||||
|
||||
windows_debug:
|
||||
@echo off
|
||||
|
||||
Reference in New Issue
Block a user