diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2008-07-18 08:01:00 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2008-07-18 08:01:00 -0700 |
commit | 13f52980dae9821b3d7bec9ff6a0fa4e544607d7 (patch) | |
tree | 5f5e5ce0f792bf41c6081ec77b0437a11380b696 /readme | |
parent | d63a0cbbfd3979bb1423946fd1853411fbc66210 (diff) | |
download | abc-13f52980dae9821b3d7bec9ff6a0fa4e544607d7.tar.gz abc-13f52980dae9821b3d7bec9ff6a0fa4e544607d7.tar.bz2 abc-13f52980dae9821b3d7bec9ff6a0fa4e544607d7.zip |
Version abc80718
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Modify Makefile to have -DLIN (for 32-bits) or -DLIN64 (for 64-bits) If compiling as a static library, it is necessary to uncomment #define _LIB in "src/abc/main/main.c" +To compile with Microsoft Visual Studio higher than 6.0, +remove ABC_CHECK_LEAKS from the preprocessor definitions +for the debug version (Project->Settings->C/C++->Preprocessor Definitions) + Several things to try if it does not compile on your platform: - Try running all code (not only Makefile and depends.sh) through dos2unix - Try the following actions: |