Skip to content

Commit d4a7560

Browse files
author
Ralph Gauges
committed
Added delayimp.lib to the windows build environment.
1 parent e2f192f commit d4a7560

File tree

8 files changed

+24
-16
lines changed

8 files changed

+24
-16
lines changed

copasi/bindings/cpp_examples/example1/example1.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example1/example1.pro,v $
3-
# $Revision: 1.1.2.2 $
3+
# $Revision: 1.1.2.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/06 14:11:40 $
6+
# $Date: 2009/04/15 08:24:55 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/cpp_examples/example2/example2.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example2/example2.pro,v $
3-
# $Revision: 1.1.2.2 $
3+
# $Revision: 1.1.2.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/06 14:11:40 $
6+
# $Date: 2009/04/15 08:24:55 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/cpp_examples/example3/example3.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example3/example3.pro,v $
3-
# $Revision: 1.1.2.2 $
3+
# $Revision: 1.1.2.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/06 14:11:41 $
6+
# $Date: 2009/04/15 08:24:55 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/cpp_examples/example4/example4.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example4/example4.pro,v $
3-
# $Revision: 1.1.2.2 $
3+
# $Revision: 1.1.2.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/06 14:11:41 $
6+
# $Date: 2009/04/15 08:24:56 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/cpp_examples/example5/example5.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example5/example5.pro,v $
3-
# $Revision: 1.1.2.1 $
3+
# $Revision: 1.1.2.2 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/28 22:51:40 $
6+
# $Date: 2009/04/15 08:24:56 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/cpp_examples/example6/example6.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/cpp_examples/example6/example6.pro,v $
3-
# $Revision: 1.1.2.1 $
3+
# $Revision: 1.1.2.2 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/03/30 14:50:47 $
6+
# $Date: 2009/04/15 08:24:56 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -24,6 +24,7 @@ INCLUDEPATH += ../../..
2424
COPASI_LIBS += COPASISE
2525

2626
contains(BUILD_OS, WIN32) {
27+
LIBS += delayimp.lib
2728
LIBS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)
2829

2930
TARGETDEPS += $$join(COPASI_LIBS, ".lib ../../../lib/", ../../../lib/, .lib)

copasi/bindings/java/java.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/java/java.pro,v $
3-
# $Revision: 1.31.6.2.4.2 $
3+
# $Revision: 1.31.6.2.4.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/04/01 06:28:03 $
6+
# $Date: 2009/04/15 08:24:56 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -83,6 +83,7 @@ contains(BUILD_OS, WIN32) {
8383
CONFIG -= staticlib
8484
CONFIG += dll
8585
CONFIG += embed_manifest_dll
86+
LIBS += delayimp.lib
8687

8788
QMAKE_POST_LINK = mt.exe -manifest $(TARGET).manifest -outputresource:$(TARGET);2
8889

copasi/bindings/python/python.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Begin CVS Header
22
# $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/bindings/python/python.pro,v $
3-
# $Revision: 1.23.6.2.4.2 $
3+
# $Revision: 1.23.6.2.4.3 $
44
# $Name: $
55
# $Author: gauges $
6-
# $Date: 2009/04/01 06:27:19 $
6+
# $Date: 2009/04/15 08:24:56 $
77
# End CVS Header
88

99
# Copyright (C) 2008 by Pedro Mendes, Virginia Tech Intellectual
@@ -89,6 +89,7 @@ contains(BUILD_OS, WIN32) {
8989
CONFIG -= staticlib
9090
CONFIG += dll
9191
CONFIG += embed_manifest_dll
92+
LIBS += delayimp.lib
9293

9394
release {
9495
QMAKE_POST_LINK = mt.exe -manifest $(TARGET).manifest -outputresource:$(TARGET);2 && ren _COPASI.dll _COPASI.pyd

0 commit comments

Comments
 (0)