Skip to content

kashz/AnalogClockApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnalogClockApp

授業でやるやつ

Build

Cygwin(Windows)

$ make

Icon

windres -i myicon.rc -o obj/myicon.o

Development

├── Makefile
├── README.md
├── bin           // Binary
├── docs          // Documents
├── include       // Headers
├── media         // Resources (e.g. images)
├── myicon.rc     // Resource file to link icon
├── obj           // Object files
├── src           // C files
└── test          // Test codes

About

授業でやるやつ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published