mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 08:27:53 +00:00
22 lines
660 B
Text
22 lines
660 B
Text
USEUNIT("libpng.cpp");
|
|
USEUNIT("..\..\png.c");
|
|
USEUNIT("..\..\pngerror.c");
|
|
USEUNIT("..\..\pngget.c");
|
|
USEUNIT("..\..\pngmem.c");
|
|
USEUNIT("..\..\pngpread.c");
|
|
USEUNIT("..\..\pngread.c");
|
|
USEUNIT("..\..\pngrio.c");
|
|
USEUNIT("..\..\pngrtran.c");
|
|
USEUNIT("..\..\pngrutil.c");
|
|
USEUNIT("..\..\pngset.c");
|
|
USEUNIT("..\..\pngtrans.c");
|
|
USEUNIT("..\..\pngwio.c");
|
|
USEUNIT("..\..\pngwrite.c");
|
|
USEUNIT("..\..\pngwtran.c");
|
|
USEUNIT("..\..\pngwutil.c");
|
|
USELIB("..\..\..\zlib\zlib.lib");
|
|
//---------------------------------------------------------------------------
|
|
This file is used by the project manager only and should be treated like the project file
|
|
|
|
|
|
DllEntryPoint
|