cvs: gd /libgd/examples CMakeLists.txt
[email protected] ("Pierre-Alain Joye") Sun, 20 Apr 2008 17:27:56 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1208712476@cvsserver> |
pajoye Sun Apr 20 17:27:56 2008 UTC
Modified files:
/gd/libgd/examples CMakeLists.txt
Log:
- fix window example build
http://cvs.php.net/viewvc.cgi/gd/libgd/examples/CMakeLists.txt?r1=1.12&r2=1.13&diff_format=u
Index: gd/libgd/examples/CMakeLists.txt
diff -u gd/libgd/examples/CMakeLists.txt:1.12 gd/libgd/examples/CMakeLists.txt:1.13
--- gd/libgd/examples/CMakeLists.txt:1.12 Thu Apr 17 20:41:41 2008
+++ gd/libgd/examples/CMakeLists.txt Sun Apr 20 17:27:56 2008
@@ -37,7 +37,7 @@
if (WIN32 AND NOT MINGW AND NOT MSYS)
add_executable(windows WIN32 "windows.c")
- target_link_libraries (${test_name} ${GD_LIB})
+ target_link_libraries (windows ${GD_LIB})
else (WIN32 AND NOT MINGW AND NOT MSYS)
if (MINGW OR MSYS)
add_executable(windows "windows.c")