From d718eeaef158211909dc0e4e4a5ff025d3d06909 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 26 Jun 2009 19:43:05 +0000 Subject: *** empty log message *** --- html/en/download_tips.html | 27 ++++++++++++++++----------- src/tecmake_compact.mak | 6 ++++-- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/html/en/download_tips.html b/html/en/download_tips.html index b7bd258..47286c2 100644 --- a/html/en/download_tips.html +++ b/html/en/download_tips.html @@ -94,19 +94,22 @@ stub libraries and Includes for Windows to use with Visual C++ 3) "-liup" to specify the library files

For IDEs the configuration involves the same 3 steps above, but each IDE has a different dialog. The IUP toolkit has a Guide for some IDEs:

-

Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html -
- Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html -
+

Borland C++ BuilderX - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html
- Microsoft Visual C++ (Visual Studio 2003) - -http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html
- Microsoft Visual C++ (Visual Studio 2005) - -http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html
+Code Blocks - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/codeblocks.html
+ Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html +
Eclipse for C++ - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html +
+Microsoft Visual C++ (Visual Studio 2003) - +http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html
+ Microsoft Visual C++ (Visual Studio 2005) - +http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html
+Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html +

Available Platforms

The following platforms can be available:

@@ -282,13 +285,15 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html http://www.mingw.org/ ¹
 Also compatible with Dev-C++ - - http://www.bloodshed.net/devcpp.html + http://www.bloodshed.net/devcpp.html
+ and with Code Blocks - + http://www.codeblocks.org/ ¹ Win32_mingw4 -  MingW gcc 4.x (unofficial) - - http://www.develer.com/oss/GccWinBinaries +  MingW gcc 4.4 - + http://www.mingw.org/ ¹ diff --git a/src/tecmake_compact.mak b/src/tecmake_compact.mak index d1a61ff..d4fe0af 100644 --- a/src/tecmake_compact.mak +++ b/src/tecmake_compact.mak @@ -635,8 +635,10 @@ ifdef USE_LUA ifndef NO_LUALIB LIBS += lualib$(LUASUFX) endif - LIBS += lua$(LUASUFX) - LDIR += $(LUA_LIB) + ifndef NO_LUALINK + LIBS += lua$(LUASUFX) + LDIR += $(LUA_LIB) + endif endif LUA_INC ?= $(LUA)/include -- cgit v1.2.3