Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
877 B
Plaintext
27 lines
877 B
Plaintext
option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
|
|
report(level, "E"), file(genobject, "..\\src\\zlib\\dbgos240\\")
|
|
{
|
|
|
|
perform
|
|
{
|
|
run before '-mkdir ' '..\\src\\zlib\\dbgos240'
|
|
}
|
|
target "..\\lib\\os2zlib.lib"
|
|
{
|
|
source type("c") "ZLIB\\ADLER32.C"
|
|
source type("c") "ZLIB\\COMPRESS.C"
|
|
source type("c") "ZLIB\\CRC32.C"
|
|
source type("c") "ZLIB\\DEFLATE.C"
|
|
source type("c") "ZLIB\\GZIO.C"
|
|
source type("c") "ZLIB\\INFBLOCK.C"
|
|
source type("c") "ZLIB\\INFCODES.C"
|
|
source type("c") "ZLIB\\INFFAST.C"
|
|
source type("c") "ZLIB\\INFLATE.C"
|
|
source type("c") "ZLIB\\INFTREES.C"
|
|
source type("c") "ZLIB\\INFUTIL.C"
|
|
source type("c") "ZLIB\\TREES.C"
|
|
source type("c") "ZLIB\\UNCOMPR.C"
|
|
source type("c") "ZLIB\\ZUTIL.C"
|
|
}
|
|
}
|