New Visualage C++ Version 4.0 Project Configuration files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
26
src/wxZlib.icc
Normal file
26
src/wxZlib.icc
Normal file
@@ -0,0 +1,26 @@
|
||||
option ProjectOptions = gen(arch, "pentium2"), opt(tune, "pentium2"),
|
||||
report(level, "E"), file(genobject, "..\\src\\zlib\\debugos2\\")
|
||||
{
|
||||
|
||||
perform
|
||||
{
|
||||
run before '-mkdir ' '..\\src\\zlib\\debugos2'
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user