parent
d3e580423b
commit
8fe1a2510c
@ -0,0 +1,63 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<CodeBlocks_project_file>
|
||||||
|
<FileVersion major="1" minor="6" />
|
||||||
|
<Project>
|
||||||
|
<Option title="booklib" />
|
||||||
|
<Option pch_mode="2" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Build>
|
||||||
|
<Target title="Debug">
|
||||||
|
<Option output="bin/Debug/booklib" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj/Debug/" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-g" />
|
||||||
|
</Compiler>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release">
|
||||||
|
<Option output="bin/Release/booklib" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj/Release/" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-O2" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add option="-s" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
</Build>
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-Wall" />
|
||||||
|
</Compiler>
|
||||||
|
<Unit filename="BOOKS.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="BOOKS.h" />
|
||||||
|
<Unit filename="BOOKUI.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="BOOKUI.h" />
|
||||||
|
<Unit filename="admin.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="admin.h" />
|
||||||
|
<Unit filename="login.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="login.h" />
|
||||||
|
<Unit filename="main.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="user.c">
|
||||||
|
<Option compilerVar="CC" />
|
||||||
|
</Unit>
|
||||||
|
<Unit filename="user.h" />
|
||||||
|
<Extensions>
|
||||||
|
<code_completion />
|
||||||
|
<envvars />
|
||||||
|
<debugger />
|
||||||
|
</Extensions>
|
||||||
|
</Project>
|
||||||
|
</CodeBlocks_project_file>
|
@ -0,0 +1,205 @@
|
|||||||
|
# depslib dependency file v1.0
|
||||||
|
1544181177 source:c:\users\15096\documents\c\hud\booklib\bookui.c
|
||||||
|
"BOOKUI.h"
|
||||||
|
|
||||||
|
1544181176 c:\users\15096\documents\c\hud\booklib\bookui.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<windows.h>
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544181177 source:c:\users\15096\documents\c\hud\booklib\main.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
|
||||||
|
1544181176 source:c:\users\15096\documents\c\hud\booklib\user.c
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
<string.h>
|
||||||
|
|
||||||
|
1544106355 c:\users\15096\documents\c\hud\booklib\user.h
|
||||||
|
<conio.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544181177 source:c:\users\15096\documents\c\hud\booklib\login.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1544101008 c:\users\15096\documents\c\hud\booklib\login.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
<time.h>
|
||||||
|
"BOOKS.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544181291 source:c:\users\15096\documents\c\hud\booklib\books.c
|
||||||
|
"BOOKS.h"
|
||||||
|
|
||||||
|
1544104379 c:\users\15096\documents\c\hud\booklib\books.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544106477 c:\users\15096\documents\c\hud\booklib\admin.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
"BOOKS.h"
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1544181176 source:c:\users\15096\documents\c\hud\booklib\admin.c
|
||||||
|
"admin.h"
|
||||||
|
<string.h>
|
||||||
|
|
||||||
|
1546846940 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\admin.c
|
||||||
|
"admin.h"
|
||||||
|
<string.h>
|
||||||
|
|
||||||
|
1544106477 c:\users\15096\documents\c\hud\图书管理系统\booklib\admin.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
"BOOKS.h"
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1546850546 c:\users\15096\documents\c\hud\图书管理系统\booklib\bookui.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<windows.h>
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544106355 c:\users\15096\documents\c\hud\图书管理系统\booklib\user.h
|
||||||
|
<conio.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1545410929 c:\users\15096\documents\c\hud\图书管理系统\booklib\books.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544101008 c:\users\15096\documents\c\hud\图书管理系统\booklib\login.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
<time.h>
|
||||||
|
"BOOKS.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1546907391 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\books.c
|
||||||
|
"BOOKS.h"
|
||||||
|
|
||||||
|
1546907391 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\bookui.c
|
||||||
|
"BOOKUI.h"
|
||||||
|
|
||||||
|
1546847479 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\login.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1546852943 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\main.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
|
||||||
|
1546846467 source:c:\users\15096\documents\c\hud\图书管理系统\booklib\user.c
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
<string.h>
|
||||||
|
|
||||||
|
1546907391 source:c:\users\15096\documents\xk\adoption\books.c
|
||||||
|
"BOOKS.h"
|
||||||
|
|
||||||
|
1545410929 c:\users\15096\documents\xk\adoption\books.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544106355 c:\users\15096\documents\xk\adoption\user.h
|
||||||
|
<conio.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1546850546 c:\users\15096\documents\xk\adoption\bookui.h
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<windows.h>
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1544106477 c:\users\15096\documents\xk\adoption\admin.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
"BOOKS.h"
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1544101008 c:\users\15096\documents\xk\adoption\login.h
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
<time.h>
|
||||||
|
"BOOKS.h"
|
||||||
|
"admin.h"
|
||||||
|
|
||||||
|
1546907391 source:c:\users\15096\documents\xk\adoption\bookui.c
|
||||||
|
"BOOKUI.h"
|
||||||
|
|
||||||
|
1546847479 source:c:\users\15096\documents\xk\adoption\login.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"login.h"
|
||||||
|
|
||||||
|
1546852943 source:c:\users\15096\documents\xk\adoption\main.c
|
||||||
|
<stdio.h>
|
||||||
|
<stdlib.h>
|
||||||
|
<string.h>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
"BOOKUI.h"
|
||||||
|
"user.h"
|
||||||
|
|
||||||
|
1546846467 source:c:\users\15096\documents\xk\adoption\user.c
|
||||||
|
"user.h"
|
||||||
|
"BOOKUI.h"
|
||||||
|
"login.h"
|
||||||
|
<string.h>
|
||||||
|
|
||||||
|
1547197992 source:c:\users\15096\documents\xk\adoption\admin.c
|
||||||
|
"admin.h"
|
||||||
|
<string.h>
|
||||||
|
|
@ -0,0 +1,60 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<CodeBlocks_layout_file>
|
||||||
|
<FileVersion major="1" minor="0" />
|
||||||
|
<ActiveTarget name="Debug" />
|
||||||
|
<File name="BOOKS.h" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="1841" topLine="37" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="login.c" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="1389" topLine="36" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="login.h" open="1" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="482" topLine="13" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="admin.h" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="398" topLine="8" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="BOOKUI.c" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="157" topLine="0" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="admin.c" open="1" top="1" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="3435" topLine="96" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="BOOKUI.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="431" topLine="3" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="BOOKS.c" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="26381" topLine="934" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="main.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="98" topLine="0" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="user.h" open="1" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="50" topLine="0" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
<File name="user.c" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="3812" topLine="141" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
</CodeBlocks_layout_file>
|
Loading…
Reference in new issue