Updated DLL stuff yet again... sigh...

git-svn-id: file:///fltk/svn/fltk/trunk@296 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-02-18 22:07:40 +00:00
parent 480101ea19
commit b3ef28260e
4 changed files with 19 additions and 587 deletions
+5 -8
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Enumerations.H,v 1.14 1999/02/18 14:26:36 mike Exp $" // "$Id: Enumerations.H,v 1.15 1999/02/18 22:07:38 mike Exp $"
// //
// Enumerations for the Fast Light Tool Kit (FLTK). // Enumerations for the Fast Light Tool Kit (FLTK).
// //
@@ -30,21 +30,18 @@
// The following is only used when building DLLs under WIN32 or OS/2... // The following is only used when building DLLs under WIN32 or OS/2...
// //
#ifdef _MSC_VER
#ifdef FL_DLL #ifdef FL_DLL
# ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport) # define FL_EXPORT __declspec(dllexport)
# define FL_IMPORT __declspec(dllimport) # define FL_IMPORT __declspec(dllimport)
# elif defined(FL_STATIC)
# define FL_EXPORT
# define FL_IMPORT
# else # else
# define FL_EXPORT __declspec(dllimport) # define FL_EXPORT __declspec(dllimport)
# define FL_IMPORT __declspec(dllexport) # define FL_IMPORT __declspec(dllexport)
# endif /* FL_DLL */ # endif /* FL_LIBRARY */
#else #else
# define FL_EXPORT # define FL_EXPORT
# define FL_IMPORT # define FL_IMPORT
#endif /* _MSC_VER */ #endif /* FL_DLL */
// //
// The FLTK version number; this is changed slightly from the beta versions // The FLTK version number; this is changed slightly from the beta versions
@@ -371,5 +368,5 @@ enum Fl_Damage {
#endif #endif
// //
// End of "$Id: Enumerations.H,v 1.14 1999/02/18 14:26:36 mike Exp $". // End of "$Id: Enumerations.H,v 1.15 1999/02/18 22:07:38 mike Exp $".
// //
+5 -8
View File
@@ -1,5 +1,5 @@
// //
// "$Id: filename.H,v 1.8 1999/02/18 14:26:37 mike Exp $" // "$Id: filename.H,v 1.9 1999/02/18 22:07:39 mike Exp $"
// //
// Filename header file for the Fast Light Tool Kit (FLTK). // Filename header file for the Fast Light Tool Kit (FLTK).
// //
@@ -30,21 +30,18 @@
// The following is only used when building DLLs under WIN32 or OS/2... // The following is only used when building DLLs under WIN32 or OS/2...
// //
#ifdef _MSC_VER
#ifdef FL_DLL #ifdef FL_DLL
# ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport) # define FL_EXPORT __declspec(dllexport)
# define FL_IMPORT __declspec(dllimport) # define FL_IMPORT __declspec(dllimport)
# elif defined(FL_STATIC)
# define FL_EXPORT
# define FL_IMPORT
# else # else
# define FL_EXPORT __declspec(dllimport) # define FL_EXPORT __declspec(dllimport)
# define FL_IMPORT __declspec(dllexport) # define FL_IMPORT __declspec(dllexport)
# endif /* FL_DLL */ # endif /* FL_LIBRARY */
#else #else
# define FL_EXPORT # define FL_EXPORT
# define FL_IMPORT # define FL_IMPORT
#endif /* _MSC_VER */ #endif /* FL_DLL */
#define FL_PATH_MAX 256 // all buffers are this length #define FL_PATH_MAX 256 // all buffers are this length
@@ -82,5 +79,5 @@ FL_EXPORT int filename_list(const char *d, struct dirent ***list);
#endif #endif
// //
// End of "$Id: filename.H,v 1.8 1999/02/18 14:26:37 mike Exp $". // End of "$Id: filename.H,v 1.9 1999/02/18 22:07:39 mike Exp $".
// //
+2 -2
View File
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MT /GX /Os /Ob2 /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c # ADD CPP /nologo /MT /GX /Os /Ob2 /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD BASE RSC /l 0x409 /d "NDEBUG"
@@ -69,7 +69,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MTd /Gm /GX /Zi /Od /Ob0 /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c # ADD CPP /nologo /MTd /Gm /GX /Zi /Od /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD BASE RSC /l 0x409 /d "_DEBUG"
+5 -567
View File
File diff suppressed because it is too large Load Diff