r20604 - gnucash/trunk/src/libqof - Win32 cutecash: Add missing precompiler flag

Christian Stimming cstim at code.gnucash.org
Sun May 1 16:56:22 EDT 2011


Author: cstim
Date: 2011-05-01 16:56:22 -0400 (Sun, 01 May 2011)
New Revision: 20604
Trac: http://svn.gnucash.org/trac/changeset/20604

Modified:
   gnucash/trunk/src/libqof/CMakeLists.txt
Log:
Win32 cutecash: Add missing precompiler flag

Modified: gnucash/trunk/src/libqof/CMakeLists.txt
===================================================================
--- gnucash/trunk/src/libqof/CMakeLists.txt	2011-04-29 20:09:02 UTC (rev 20603)
+++ gnucash/trunk/src/libqof/CMakeLists.txt	2011-05-01 20:56:22 UTC (rev 20604)
@@ -32,6 +32,7 @@
    qof/qofutil.c
 )
 IF (WIN32)
+  ADD_DEFINITIONS (-DOS_WIN32)
   SET (libgnc_qof_SOURCES ${libgnc_qof_SOURCES}
     qof/qof-win32.c
 	../../lib/libc/strptime.c



More information about the gnucash-changes mailing list