more new and modified build files

This commit is contained in:
Aleksandar Fabijanic
2012-06-25 02:13:06 +00:00
parent 1de421c0bc
commit e60cb0f58e
54 changed files with 8648 additions and 2059 deletions

View File

@@ -7,7 +7,7 @@ vc.project.outdir = ${vc.project.pocobase}
vc.project.platforms = Win32, x64
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
vc.project.prototype = ${vc.project.name}_vs90.vcproj
vc.project.compiler.include = ..\\Foundation\\include
vc.project.compiler.include = .\\include\\Poco\\PDF;..\\Foundation\\include
vc.project.compiler.defines =
vc.project.compiler.defines.shared = _CRT_SECURE_NO_WARNINGS;${vc.project.name}_EXPORTS
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}