Changeset 1231
- Timestamp:
- 05/25/03 00:46:14 (5 years ago)
- Files:
-
- trunk/swish-e/src/win32/acconfig.h (modified) (3 diffs)
- trunk/swish-e/src/win32/libswishe.dsp (modified) (9 diffs)
- trunk/swish-e/src/win32/libswishsearch.dsp (added)
- trunk/swish-e/src/win32/swishe.dsw (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/src/win32/acconfig.h
r1152 r1231 1 1 #ifdef _WIN32 2 2 3 /* We define this in OS-specific code which include's config.h */4 #ifndef _SWISH_PORT5 # include "win32/dirent.h"6 # include "pcreposix.h"7 # include "mkstemp.h"8 #endif9 10 3 /* Special Inclusions */ 4 #include <windows.h> /* Win32 API */ 11 5 #include <stdlib.h> /* _sleep() */ 12 6 #include <process.h> /* _getpid() */ … … 15 9 #include <sys/types.h> /* Most io.h functions want this */ 16 10 #include <sys/stat.h> /* Most io.h functions want this */ 11 12 /* We define this in OS-specific code which include's config.h */ 13 #ifndef _SWISH_PORT 14 # include "dirent.h" 15 # include "pcreposix.h" 16 # include "mkstemp.h" 17 #endif 17 18 18 19 /* ifdef logic */ … … 29 30 /* Macros which rewrite values */ 30 31 #define SWISH_VERSION "2.3.4" /* Should we find a better way to handle this */ 32 #define VERSION SWISH_VERSION /* Some things want this */ 33 #define libexecdir "/usr/local/lib" /* Microsoft CPP is brain damaged */ 31 34 32 35 /* Internal SWISH-E File Access Modes */ trunk/swish-e/src/win32/libswishe.dsp
r1154 r1231 42 42 # PROP Target_Dir "" 43 43 # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\..\expat\xmlparse" /I "..\..\..\expat\xmltok" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 44 # ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\zlib " /I "." /I "..\..\..\expat\xmlparse" /I "..\..\..\expat\xmltok" /I "../../../libxml2/include" /I "../../../pcre/include" /D "HAVE_PCRE" /D "HAVE_CONFIG_H" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_ZLIB" /YX /FD /c44 # ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\zlib\include" /I "..\replace" /I "." /I "..\..\..\expat\xmlparse" /I "..\..\..\expat\xmltok" /I "../../../libxml2/include" /I "../../../pcre/include" /D "HAVE_PCRE" /D "HAVE_CONFIG_H" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_ZLIB" /YX /FD /c 45 45 # ADD BASE RSC /l 0x409 /d "NDEBUG" 46 46 # ADD RSC /l 0x409 /d "NDEBUG" … … 65 65 # PROP Target_Dir "" 66 66 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\expat\xmlparse" /I "..\..\..\expat/xmltok" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 67 # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "../../../zlib " /I "..\..\..\expat\xmlparse" /I "../../../libxml2/include" /I "../../../pcre/include" /I "..\..\..\expat/xmltok" /D "HAVE_PCRE" /D "HAVE_CONFIG_H" /D "_LIB" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "HAVE_ZLIB" /YX /FD /I /GZ /c67 # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /I "../../../zlib/include" /I "..\replace" /I "..\..\..\expat\xmlparse" /I "../../../libxml2/include" /I "../../../pcre/include" /I "..\..\..\expat/xmltok" /D "HAVE_PCRE" /D "HAVE_CONFIG_H" /D "_LIB" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "HAVE_ZLIB" /YX /FD /I /GZ /c 68 68 # ADD BASE RSC /l 0x409 /d "_DEBUG" 69 69 # ADD RSC /l 0x409 /d "_DEBUG" … … 202 202 # Begin Source File 203 203 204 SOURCE=..\ mkstemp.c204 SOURCE=..\replace\mkstemp.c 205 205 # End Source File 206 206 # Begin Source File … … 254 254 # Begin Source File 255 255 256 SOURCE=..\string.c257 # End Source File258 # Begin Source File259 260 256 SOURCE=..\swish2.c 261 257 # End Source File … … 271 267 272 268 SOURCE=..\swregex.c 269 # End Source File 270 # Begin Source File 271 272 SOURCE=..\swstring.c 273 273 # End Source File 274 274 # Begin Source File … … 286 286 # Begin Source File 287 287 288 SOURCE=..\_datatypes.h 289 # End Source File 290 # Begin Source File 291 292 SOURCE=..\_module_example.h 293 # End Source File 294 # Begin Source File 295 288 296 SOURCE=.\acconfig.h 289 297 # End Source File 290 298 # Begin Source File 291 299 292 SOURCE=..\_datatypes.h293 # End Source File294 # Begin Source File295 296 SOURCE=..\_module_example.h297 # End Source File298 # Begin Source File299 300 300 SOURCE=..\check.h 301 301 # End Source File … … 414 414 # Begin Source File 415 415 416 SOURCE=..\mkstemp.h 417 # End Source File 418 # Begin Source File 419 420 SOURCE=.\mkstemp.h 416 SOURCE=..\replace\mkstemp.h 421 417 # End Source File 422 418 # Begin Source File … … 474 470 # Begin Source File 475 471 476 SOURCE=..\string.h477 # End Source File478 # Begin Source File479 480 472 SOURCE=..\swish.h 481 473 # End Source File … … 491 483 492 484 SOURCE=..\swregex.h 485 # End Source File 486 # Begin Source File 487 488 SOURCE=..\swstring.h 493 489 # End Source File 494 490 # Begin Source File trunk/swish-e/src/win32/swishe.dsw
r950 r1231 16 16 ############################################################################### 17 17 18 Project: "gennmtab"="..\ ..\..\expat\gennmtab\gennmtab.dsp" - Package Owner=<4>18 Project: "gennmtab"="..\expat\gennmtab\gennmtab.dsp" - Package Owner=<4> 19 19 20 20 Package=<5> … … 29 29 30 30 Project: "libswishe"=".\libswishe.dsp" - Package Owner=<4> 31 32 Package=<5> 33 {{{ 34 }}} 35 36 Package=<4> 37 {{{ 38 }}} 39 40 ############################################################################### 41 42 Project: "libswishsearch"=".\libswishsearch.dsp" - Package Owner=<4> 31 43 32 44 Package=<5> … … 76 88 ############################################################################### 77 89 78 Project: "xmlparse"="..\ ..\..\expat\xmlparse\xmlparse.dsp" - Package Owner=<4>90 Project: "xmlparse"="..\expat\xmlparse\xmlparse.dsp" - Package Owner=<4> 79 91 80 92 Package=<5> … … 91 103 ############################################################################### 92 104 93 Project: "xmltok"="..\ ..\..\expat\xmltok\xmltok.dsp" - Package Owner=<4>105 Project: "xmltok"="..\expat\xmltok\xmltok.dsp" - Package Owner=<4> 94 106 95 107 Package=<5>
