-
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
Showing
14 changed files
with
24 additions
and
496 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
include makefile_mini.mk | ||
|
||
|
||
$(call mm_start_parameters_t,a) | ||
$(call mm_start,a) | ||
|
||
$(call mm_add_library_parameters_t,b) | ||
b.filetypes:=EMMLibraryfiletype_Static | ||
b.c:=window_mini.c | ||
b.h:=window_mini.h | ||
$(call mm_add_library,window-mini,b) | ||
|
||
$(call mm_add_library_parameters_t,c) | ||
c.filetypes:=EMMLibraryfiletype_Static | ||
c.c:=window_mini.c | ||
c.cpp:=window_mini.cpp | ||
c.h:=window_mini.h | ||
c.hpp:=window_mini.hpp | ||
$(call mm_add_library,window-mini2,c) | ||
|
||
$(call mm_stop_parameters_t,h) | ||
$(call mm_stop,h) |
Submodule clock-mini
deleted from
617322
File renamed without changes.
Submodule test-mini
deleted from
1a7674
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.