-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efb856e
commit dabf313
Showing
22 changed files
with
345 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule .makefile
updated
from 07ac6f to 59409f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
################################################### | ||
# Project definition | ||
# | ||
PROJECT = TimedPetriNetEditor | ||
STANDARD = --std=c++14 | ||
BUILD_TYPE = release | ||
PROJECT_NAME := TimedPetriNetEditor | ||
PROJECT_VERSION := 0.4.0 | ||
COMPILATION_MODE := release | ||
CXX_STANDARD := --std=c++14 | ||
|
||
################################################### | ||
# Select the Dear ImGui backend: RayLib or GLFW3. | ||
# | ||
DEAR_IMGUI_BACKEND ?= RayLib | ||
|
||
################################################### | ||
# Reduce warnings | ||
# | ||
CCFLAGS += -Wno-sign-conversion -Wno-float-equal | ||
CXXFLAGS += -Wno-undef -Wno-switch-enum -Wno-enum-compare | ||
CXXFLAGS += -Wshadow | ||
|
||
################################################### | ||
# Project defines | ||
# | ||
DEFINES += -DDATADIR=\"$(DATADIR):$(abspath $(P))/data/:data/\" | ||
DEAR_IMGUI_BACKEND ?= RayLib |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.