2021-12-03 21:36:12 +08:00
|
|
|
[Template]
|
2022-01-08 13:39:47 +08:00
|
|
|
ver=2
|
2021-12-03 21:36:12 +08:00
|
|
|
Name=Turtle Graphics
|
2022-01-08 13:39:47 +08:00
|
|
|
Name[zh_CN]=海龟作图
|
2021-12-03 21:36:12 +08:00
|
|
|
Icon=CL_Turtle.ico
|
2022-01-08 13:39:47 +08:00
|
|
|
Description=A simple program using Turtle Graphics
|
|
|
|
Description[zh_CN]=简单的海龟作图程序 (https://github.com/royqh1979/libturtle)
|
2021-12-03 21:36:12 +08:00
|
|
|
Category=Multimedia
|
2022-01-08 13:39:47 +08:00
|
|
|
Category[zh_CN]=多媒体
|
|
|
|
|
2021-12-03 21:36:12 +08:00
|
|
|
[Unit0]
|
|
|
|
CppName=main.cpp
|
|
|
|
Cpp=CL_Turtle_cpp.txt
|
2022-01-08 13:39:47 +08:00
|
|
|
|
2021-12-03 21:36:12 +08:00
|
|
|
[Project]
|
|
|
|
UnitCount=1
|
|
|
|
Type=0
|
|
|
|
IsCpp=1
|
2022-02-25 20:04:31 +08:00
|
|
|
linker=-lturtle -lgraphics -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm -lgdiplus
|
2021-12-03 21:36:12 +08:00
|
|
|
|