diff options
author | Max Horn | 2009-02-15 08:11:58 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 08:11:58 +0000 |
commit | 75f4c44fd0644e10ceb556b2fbeaa7737d521a85 (patch) | |
tree | f7f4da025114c4fd6e03a20ee39e163e8310e566 /engines/sci/win32 | |
parent | 79f7b51c1630b77d95bcf6e46f06cfd85f8e5b3d (diff) | |
download | scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.tar.gz scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.tar.bz2 scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.zip |
Removing various unused files (backups remain in vendor/sci/, of course)
svn-id: r38197
Diffstat (limited to 'engines/sci/win32')
-rw-r--r-- | engines/sci/win32/Makefile.am | 6 | ||||
-rw-r--r-- | engines/sci/win32/freesci.def | 103 | ||||
-rw-r--r-- | engines/sci/win32/getopt.c | 755 | ||||
-rw-r--r-- | engines/sci/win32/msvc71-2003/freesci.sln | 34 | ||||
-rw-r--r-- | engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj | 932 | ||||
-rw-r--r-- | engines/sci/win32/msvc71-2003/sciv/sciv.vcproj | 187 | ||||
-rw-r--r-- | engines/sci/win32/msvc80-2005/freesci.sln | 28 | ||||
-rw-r--r-- | engines/sci/win32/msvc80-2005/fsci_dll/fsci_dll.vcproj | 1218 | ||||
-rw-r--r-- | engines/sci/win32/msvc80-2005/sciv/sciv.vcproj | 260 | ||||
-rw-r--r-- | engines/sci/win32/msvc90-2008/freesci.sln | 28 | ||||
-rw-r--r-- | engines/sci/win32/msvc90-2008/fsci_dll/fsci_dll.vcproj | 1223 | ||||
-rw-r--r-- | engines/sci/win32/msvc90-2008/sciv/sciv.vcproj | 262 | ||||
-rw-r--r-- | engines/sci/win32/usleep.c | 25 |
13 files changed, 0 insertions, 5061 deletions
diff --git a/engines/sci/win32/Makefile.am b/engines/sci/win32/Makefile.am deleted file mode 100644 index 701c376d1f..0000000000 --- a/engines/sci/win32/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -EXTRA_DIST = freesci.def getopt.c \ - msvc71-2003/freesci.sln msvc71-2003/fsci_dll/fsci_dll.vcproj msvc71-2003/sciv/sciv.vcproj \ - msvc80-2005/freesci.sln msvc80-2005/fsci_dll/fsci_dll.vcproj msvc80-2005/sciv/sciv.vcproj \ - msvc90-2008/freesci.sln msvc90-2008/fsci_dll/fsci_dll.vcproj msvc90-2008/sciv/sciv.vcproj -noinst_LIBRARIES = libsciwin32.a -libsciwin32_a_SOURCES = usleep.c diff --git a/engines/sci/win32/freesci.def b/engines/sci/win32/freesci.def deleted file mode 100644 index 5a849571a3..0000000000 --- a/engines/sci/win32/freesci.def +++ /dev/null @@ -1,103 +0,0 @@ -LIBRARY -EXPORTS - -_debug_get_input DATA -_debug_seeking DATA -_debug_step_running DATA -_debugstate_valid DATA -_SCI_CALLOC -_SCI_FREE -_SCI_MALLOC -_SCI_MEMDUP -_SCI_REALLOC -_SCI_STRDUP -class_names DATA -close_console_file -con_gfx_init -con_gfx_read -con_gfx_show -con_hook_command -con_hook_int -con_init -con_parse -con_passthrough DATA -formats DATA -game_exit -game_init -game_init_graphics -game_init_sound -game_restore -game_run -gfx_alloc_color -gfx_crossblit_alpha_threshold DATA -gfx_find_driver -gfx_free_pixmap -gfx_get_driver_name -gfx_new_pixmap -gfx_pixmap_alloc_data -gfx_pixmap_alloc_index_data -gfx_update_conf -gfx_xlate_pixmap -gfxop_exit -gfxop_init -gfxop_init_default -gfxop_set_clip_zone -gfxr_draw_font -gfxr_font_calculate_size -gfxr_free_font -gfxr_get_font -gfxr_interpreter_get_static_palette -gfxr_read_font -loadObjects -memtest -open_console_file -printObject -sci_error_types DATA -sci_fd_size -sci_ffs -sci_find_first -sci_find_next -sci_finish_find -sci_get_homedir -sci_getcwd -sci_gettime -sci_hexdump -sci_init_dir -sci_open -sci_resource_type_suffixes -sci_resource_types -sci_sched_yield -sci_version_types DATA -sci0_palette -sci0_read_resource_map -sci01_priority_table_flags -sciprintf -scir_find_resource -scir_free_resource_manager -scir_new_resource_manager -script_abort_flag DATA -script_adjust_opcode_formats -script_debug_flag DATA -script_dissect -script_free_breakpoints -script_free_engine -script_init_engine -script_set_gamestate_save_dir -script_set_gamestate_save_dir -set_debug_mode -test_savegame -usleep -version_detect_from_executable -version_guess_from_hashcode -version_parse -vocab_free_words -vocab_get_any_group_word -vocab_get_words -vocabulary_free_knames -vocabulary_free_opcodes -vocabulary_free_snames -vocabulary_get_class_count -vocabulary_get_classes -vocabulary_get_knames -vocabulary_get_opcodes -vocabulary_get_snames diff --git a/engines/sci/win32/getopt.c b/engines/sci/win32/getopt.c deleted file mode 100644 index eff0777946..0000000000 --- a/engines/sci/win32/getopt.c +++ /dev/null @@ -1,755 +0,0 @@ -/* Getopt for GNU. - NOTE: getopt is now part of the C library, so if you don't know what - "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu - before changing it! - - Copyright (C) 1987, 88, 89, 90, 91, 92, 1993 - Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any - later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#ifndef __STDC__ -# ifndef const -# define const -# endif -#endif - -/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. */ -#ifndef _NO_PROTO -#define _NO_PROTO -#endif - -#include <stdio.h> -#include <string.h> - -/* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C - Library, but also included in many other GNU distributions. Compiling - and linking in this code is a waste when using the GNU C library - (especially if it is a shared library). Rather than having every GNU - program understand `configure --with-gnu-libc' and omit the object files, - it is simpler to just do this in the source for each such file. */ - -#if defined (_LIBC) || !defined (__GNU_LIBRARY__) - - -/* This needs to come after some library #include - to get __GNU_LIBRARY__ defined. */ -#ifdef __GNU_LIBRARY__ -/* Don't include stdlib.h for non-GNU C libraries because some of them - contain conflicting prototypes for getopt. */ -#include <stdlib.h> -#endif /* GNU C library. */ - -/* If GETOPT_COMPAT is defined, `+' as well as `--' can introduce a - long-named option. Because this is not POSIX.2 compliant, it is - being phased out. */ -/* #define GETOPT_COMPAT */ - -/* This version of `getopt' appears to the caller like standard Unix `getopt' - but it behaves differently for the user, since it allows the user - to intersperse the options with the other arguments. - - As `getopt' works, it permutes the elements of ARGV so that, - when it is done, all the options precede everything else. Thus - all application programs are extended to handle flexible argument order. - - Setting the environment variable POSIXLY_CORRECT disables permutation. - Then the behavior is completely standard. - - GNU application programs can use a third alternative mode in which - they can distinguish the relative order of options and other arguments. */ - -#include <win32/getopt.h> - -/* For communication from `getopt' to the caller. - When `getopt' finds an option that takes an argument, - the argument value is returned here. - Also, when `ordering' is RETURN_IN_ORDER, - each non-option ARGV-element is returned here. */ - -char *optarg = 0; - -/* Index in ARGV of the next element to be scanned. - This is used for communication to and from the caller - and for communication between successive calls to `getopt'. - - On entry to `getopt', zero means this is the first call; initialize. - - When `getopt' returns EOF, this is the index of the first of the - non-option elements that the caller should itself scan. - - Otherwise, `optind' communicates from one call to the next - how much of ARGV has been scanned so far. */ - -/* XXX 1003.2 says this must be 1 before any call. */ -int optind = 0; - -/* The next char to be scanned in the option-element - in which the last option character we returned was found. - This allows us to pick up the scan where we left off. - - If this is zero, or a null string, it means resume the scan - by advancing to the next ARGV-element. */ - -static char *nextchar; - -/* Callers store zero here to inhibit the error message - for unrecognized options. */ - -int opterr = 1; - -/* Set to an option character which was unrecognized. - This must be initialized on some systems to avoid linking in the - system's own getopt implementation. */ - -#define BAD_OPTION '\0' -int optopt = BAD_OPTION; - -/* Describe how to deal with options that follow non-option ARGV-elements. - - If the caller did not specify anything, - the default is REQUIRE_ORDER if the environment variable - POSIXLY_CORRECT is defined, PERMUTE otherwise. - - REQUIRE_ORDER means don't recognize them as options; - stop option processing when the first non-option is seen. - This is what Unix does. - This mode of operation is selected by either setting the environment - variable POSIXLY_CORRECT, or using `+' as the first character - of the list of option characters. - - PERMUTE is the default. We permute the contents of ARGV as we scan, - so that eventually all the non-options are at the end. This allows options - to be given in any order, even with programs that were not written to - expect this. - - RETURN_IN_ORDER is an option available to programs that were written - to expect options and other ARGV-elements in any order and that care about - the ordering of the two. We describe each non-option ARGV-element - as if it were the argument of an option with character code 1. - Using `-' as the first character of the list of option characters - selects this mode of operation. - - The special argument `--' forces an end of option-scanning regardless - of the value of `ordering'. In the case of RETURN_IN_ORDER, only - `--' can cause `getopt' to return EOF with `optind' != ARGC. */ - -static enum -{ - REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER -} ordering; - -#ifdef __GNU_LIBRARY__ -/* We want to avoid inclusion of string.h with non-GNU libraries - because there are many ways it can cause trouble. - On some systems, it contains special magic macros that don't work - in GCC. */ -#include <string.h> -#define my_index strchr -#define my_strlen strlen -#else - -/* Avoid depending on library functions or files - whose names are inconsistent. */ - -#if __STDC__ || defined(PROTO) -extern char *getenv(const char *name); -extern int strcmp (const char *s1, const char *s2); -extern int strncmp(const char *s1, const char *s2, int n); - -static int my_strlen(const char *s); -static char *my_index (const char *str, int chr); -#else -extern char *getenv (); -#endif - -static int -my_strlen (str) - const char *str; -{ - int n = 0; - while (*str++) - n++; - return n; -} - -static char * -my_index (str, chr) - const char *str; - int chr; -{ - while (*str) - { - if (*str == chr) - return (char *) str; - str++; - } - return 0; -} - -#endif /* GNU C library. */ - -/* Handle permutation of arguments. */ - -/* Describe the part of ARGV that contains non-options that have - been skipped. `first_nonopt' is the index in ARGV of the first of them; - `last_nonopt' is the index after the last of them. */ - -static int first_nonopt; -static int last_nonopt; - -/* Exchange two adjacent subsequences of ARGV. - One subsequence is elements [first_nonopt,last_nonopt) - which contains all the non-options that have been skipped so far. - The other is elements [last_nonopt,optind), which contains all - the options processed since those non-options were skipped. - - `first_nonopt' and `last_nonopt' are relocated so that they describe - the new indices of the non-options in ARGV after they are moved. - - To perform the swap, we first reverse the order of all elements. So - all options now come before all non options, but they are in the - wrong order. So we put back the options and non options in original - order by reversing them again. For example: - original input: a b c -x -y - reverse all: -y -x c b a - reverse options: -x -y c b a - reverse non options: -x -y a b c -*/ - -#if __STDC__ || defined(PROTO) -static void exchange (char **argv); -#endif - -static void -exchange (argv) - char **argv; -{ - char *temp, **first, **last; - - /* Reverse all the elements [first_nonopt, optind) */ - first = &argv[first_nonopt]; - last = &argv[optind-1]; - while (first < last) { - temp = *first; *first = *last; *last = temp; first++; last--; - } - /* Put back the options in order */ - first = &argv[first_nonopt]; - first_nonopt += (optind - last_nonopt); - last = &argv[first_nonopt - 1]; - while (first < last) { - temp = *first; *first = *last; *last = temp; first++; last--; - } - - /* Put back the non options in order */ - first = &argv[first_nonopt]; - last_nonopt = optind; - last = &argv[last_nonopt-1]; - while (first < last) { - temp = *first; *first = *last; *last = temp; first++; last--; - } -} - -/* Scan elements of ARGV (whose length is ARGC) for option characters - given in OPTSTRING. - - If an element of ARGV starts with '-', and is not exactly "-" or "--", - then it is an option element. The characters of this element - (aside from the initial '-') are option characters. If `getopt' - is called repeatedly, it returns successively each of the option characters - from each of the option elements. - - If `getopt' finds another option character, it returns that character, - updating `optind' and `nextchar' so that the next call to `getopt' can - resume the scan with the following option character or ARGV-element. - - If there are no more option characters, `getopt' returns `EOF'. - Then `optind' is the index in ARGV of the first ARGV-element - that is not an option. (The ARGV-elements have been permuted - so that those that are not options now come last.) - - OPTSTRING is a string containing the legitimate option characters. - If an option character is seen that is not listed in OPTSTRING, - return BAD_OPTION after printing an error message. If you set `opterr' to - zero, the error message is suppressed but we still return BAD_OPTION. - - If a char in OPTSTRING is followed by a colon, that means it wants an arg, - so the following text in the same ARGV-element, or the text of the following - ARGV-element, is returned in `optarg'. Two colons mean an option that - wants an optional arg; if there is text in the current ARGV-element, - it is returned in `optarg', otherwise `optarg' is set to zero. - - If OPTSTRING starts with `-' or `+', it requests different methods of - handling the non-option ARGV-elements. - See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above. - - Long-named options begin with `--' instead of `-'. - Their names may be abbreviated as long as the abbreviation is unique - or is an exact match for some defined option. If they have an - argument, it follows the option name in the same ARGV-element, separated - from the option name by a `=', or else the in next ARGV-element. - When `getopt' finds a long-named option, it returns 0 if that option's - `flag' field is nonzero, the value of the option's `val' field - if the `flag' field is zero. - - The elements of ARGV aren't really const, because we permute them. - But we pretend they're const in the prototype to be compatible - with other systems. - - LONGOPTS is a vector of `struct option' terminated by an - element containing a name which is zero. - - LONGIND returns the index in LONGOPT of the long-named option found. - It is only valid when a long-named option has been found by the most - recent call. - - If LONG_ONLY is nonzero, '-' as well as '--' can introduce - long-named options. */ - -int -_getopt_internal (argc, argv, optstring, longopts, longind, long_only) - int argc; - char *const *argv; - const char *optstring; - const struct option *longopts; - int *longind; - int long_only; -{ - int option_index; - - optarg = 0; - - /* Initialize the internal data when the first call is made. - Start processing options with ARGV-element 1 (since ARGV-element 0 - is the program name); the sequence of previously skipped - non-option ARGV-elements is empty. */ - - if (optind == 0) - { - first_nonopt = last_nonopt = optind = 1; - - nextchar = NULL; - - /* Determine how to handle the ordering of options and nonoptions. */ - - if (optstring[0] == '-') - { - ordering = RETURN_IN_ORDER; - ++optstring; - } - else if (optstring[0] == '+') - { - ordering = REQUIRE_ORDER; - ++optstring; - } - else if (getenv ("POSIXLY_CORRECT") != NULL) - ordering = REQUIRE_ORDER; - else - ordering = PERMUTE; - } - - if (nextchar == NULL || *nextchar == '\0') - { - if (ordering == PERMUTE) - { - /* If we have just processed some options following some non-options, - exchange them so that the options come first. */ - - if (first_nonopt != last_nonopt && last_nonopt != optind) - exchange ((char **) argv); - else if (last_nonopt != optind) - first_nonopt = optind; - - /* Now skip any additional non-options - and extend the range of non-options previously skipped. */ - - while (optind < argc - && (argv[optind][0] != '-' || argv[optind][1] == '\0') -#ifdef GETOPT_COMPAT - && (longopts == NULL - || argv[optind][0] != '+' || argv[optind][1] == '\0') -#endif /* GETOPT_COMPAT */ - ) - optind++; - last_nonopt = optind; - } - - /* Special ARGV-element `--' means premature end of options. - Skip it like a null option, - then exchange with previous non-options as if it were an option, - then skip everything else like a non-option. */ - - if (optind != argc && !strcmp (argv[optind], "--")) - { - optind++; - - if (first_nonopt != last_nonopt && last_nonopt != optind) - exchange ((char **) argv); - else if (first_nonopt == last_nonopt) - first_nonopt = optind; - last_nonopt = argc; - - optind = argc; - } - - /* If we have done all the ARGV-elements, stop the scan - and back over any non-options that we skipped and permuted. */ - - if (optind == argc) - { - /* Set the next-arg-index to point at the non-options - that we previously skipped, so the caller will digest them. */ - if (first_nonopt != last_nonopt) - optind = first_nonopt; - return EOF; - } - - /* If we have come to a non-option and did not permute it, - either stop the scan or describe it to the caller and pass it by. */ - - if ((argv[optind][0] != '-' || argv[optind][1] == '\0') -#ifdef GETOPT_COMPAT - && (longopts == NULL - || argv[optind][0] != '+' || argv[optind][1] == '\0') -#endif /* GETOPT_COMPAT */ - ) - { - if (ordering == REQUIRE_ORDER) - return EOF; - optarg = argv[optind++]; - return 1; - } - - /* We have found another option-ARGV-element. - Start decoding its characters. */ - - nextchar = (argv[optind] + 1 - + (longopts != NULL && argv[optind][1] == '-')); - } - - if (longopts != NULL - && ((argv[optind][0] == '-' - && (argv[optind][1] == '-' || long_only)) -#ifdef GETOPT_COMPAT - || argv[optind][0] == '+' -#endif /* GETOPT_COMPAT */ - )) - { - const struct option *p; - char *s = nextchar; - int exact = 0; - int ambig = 0; - const struct option *pfound = NULL; - int indfound = 0; - - while (*s && *s != '=') - s++; - - /* Test all options for either exact match or abbreviated matches. */ - for (p = longopts, option_index = 0; p->name; - p++, option_index++) - if (!strncmp (p->name, nextchar, s - nextchar)) - { - if (s - nextchar == my_strlen (p->name)) - { - /* Exact match found. */ - pfound = p; - indfound = option_index; - exact = 1; - break; - } - else if (pfound == NULL) - { - /* First nonexact match found. */ - pfound = p; - indfound = option_index; - } - else - /* Second nonexact match found. */ - ambig = 1; - } - - if (ambig && !exact) - { - if (opterr) - fprintf (stderr, "%s: option `%s' is ambiguous\n", - argv[0], argv[optind]); - nextchar += my_strlen (nextchar); - optind++; - return BAD_OPTION; - } - - if (pfound != NULL) - { - option_index = indfound; - optind++; - if (*s) - { - /* Don't test has_arg with >, because some C compilers don't - allow it to be used on enums. */ - if (pfound->has_arg) - optarg = s + 1; - else - { - if (opterr) - { - if (argv[optind - 1][1] == '-') - /* --option */ - fprintf (stderr, - "%s: option `--%s' doesn't allow an argument\n", - argv[0], pfound->name); - else - /* +option or -option */ - fprintf (stderr, - "%s: option `%c%s' doesn't allow an argument\n", - argv[0], argv[optind - 1][0], pfound->name); - } - nextchar += my_strlen (nextchar); - return BAD_OPTION; - } - } - else if (pfound->has_arg == 1) - { - if (optind < argc) - optarg = argv[optind++]; - else - { - if (opterr) - fprintf (stderr, "%s: option `%s' requires an argument\n", - argv[0], argv[optind - 1]); - nextchar += my_strlen (nextchar); - return optstring[0] == ':' ? ':' : BAD_OPTION; - } - } - nextchar += my_strlen (nextchar); - if (longind != NULL) - *longind = option_index; - if (pfound->flag) - { - *(pfound->flag) = pfound->val; - return 0; - } - return pfound->val; - } - /* Can't find it as a long option. If this is not getopt_long_only, - or the option starts with '--' or is not a valid short - option, then it's an error. - Otherwise interpret it as a short option. */ - if (!long_only || argv[optind][1] == '-' -#ifdef GETOPT_COMPAT - || argv[optind][0] == '+' -#endif /* GETOPT_COMPAT */ - || my_index (optstring, *nextchar) == NULL) - { - if (opterr) - { - if (argv[optind][1] == '-') - /* --option */ - fprintf (stderr, "%s: unrecognized option `--%s'\n", - argv[0], nextchar); - else - /* +option or -option */ - fprintf (stderr, "%s: unrecognized option `%c%s'\n", - argv[0], argv[optind][0], nextchar); - } - nextchar = (char *) ""; - optind++; - return BAD_OPTION; - } - } - - /* Look at and handle the next option-character. */ - - { - char c = *nextchar++; - char *temp = my_index (optstring, c); - - /* Increment `optind' when we start to process its last character. */ - if (*nextchar == '\0') - ++optind; - - if (temp == NULL || c == ':') - { - if (opterr) - { -#if 0 - if (c < 040 || c >= 0177) - fprintf (stderr, "%s: unrecognized option, character code 0%o\n", - argv[0], c); - else - fprintf (stderr, "%s: unrecognized option `-%c'\n", argv[0], c); -#else - /* 1003.2 specifies the format of this message. */ - fprintf (stderr, "%s: illegal option -- %c\n", argv[0], c); -#endif - } - optopt = c; - return BAD_OPTION; - } - if (temp[1] == ':') - { - if (temp[2] == ':') - { - /* This is an option that accepts an argument optionally. */ - if (*nextchar != '\0') - { - optarg = nextchar; - optind++; - } - else - optarg = 0; - nextchar = NULL; - } - else - { - /* This is an option that requires an argument. */ - if (*nextchar != '\0') - { - optarg = nextchar; - /* If we end this ARGV-element by taking the rest as an arg, - we must advance to the next element now. */ - optind++; - } - else if (optind == argc) - { - if (opterr) - { -#if 0 - fprintf (stderr, "%s: option `-%c' requires an argument\n", - argv[0], c); -#else - /* 1003.2 specifies the format of this message. */ - fprintf (stderr, "%s: option requires an argument -- %c\n", - argv[0], c); -#endif - } - optopt = c; - if (optstring[0] == ':') - c = ':'; - else - c = BAD_OPTION; - } - else - /* We already incremented `optind' once; - increment it again when taking next ARGV-elt as argument. */ - optarg = argv[optind++]; - nextchar = NULL; - } - } - return c; - } -} - -int -getopt (argc, argv, optstring) - int argc; - char *const *argv; - const char *optstring; -{ - return _getopt_internal (argc, argv, optstring, - (const struct option *) 0, - (int *) 0, - 0); -} - -int -getopt_long (argc, argv, options, long_options, opt_index) - int argc; - char *const *argv; - const char *options; - const struct option *long_options; - int *opt_index; -{ - return _getopt_internal (argc, argv, options, long_options, opt_index, 0); -} - -#endif /* _LIBC or not __GNU_LIBRARY__. */ - -#ifdef TEST - -/* Compile with -DTEST to make an executable for use in testing - the above definition of `getopt'. */ - -int -main (argc, argv) - int argc; - char **argv; -{ - int c; - int digit_optind = 0; - - while (1) - { - int this_option_optind = optind ? optind : 1; - - c = getopt (argc, argv, "abc:d:0123456789"); - if (c == EOF) - break; - - switch (c) - { - case '0': - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - if (digit_optind != 0 && digit_optind != this_option_optind) - printf ("digits occur in two different argv-elements.\n"); - digit_optind = this_option_optind; - printf ("option %c\n", c); - break; - - case 'a': - printf ("option a\n"); - break; - - case 'b': - printf ("option b\n"); - break; - - case 'c': - printf ("option c with value `%s'\n", optarg); - break; - - case BAD_OPTION: - break; - - default: - printf ("?? getopt returned character code 0%o ??\n", c); - } - } - - if (optind < argc) - { - printf ("non-option ARGV-elements: "); - while (optind < argc) - printf ("%s ", argv[optind++]); - printf ("\n"); - } - - exit (0); -} - -#endif /* TEST */ diff --git a/engines/sci/win32/msvc71-2003/freesci.sln b/engines/sci/win32/msvc71-2003/freesci.sln deleted file mode 100644 index 0863329a64..0000000000 --- a/engines/sci/win32/msvc71-2003/freesci.sln +++ /dev/null @@ -1,34 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fsci_dll", "fsci_dll\fsci_dll.vcproj", "{B605B919-02BD-4E2D-B043-08A21736B01A}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sciv", "sciv\sciv.vcproj", "{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug.ActiveCfg = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug.Build.0 = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release.ActiveCfg = Release|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release.Build.0 = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug.ActiveCfg = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug.Build.0 = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release.ActiveCfg = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection - GlobalSection(DPCodeReviewSolutionGUID) = preSolution - DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} - EndGlobalSection -EndGlobal diff --git a/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj b/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj deleted file mode 100644 index f37dfd7258..0000000000 --- a/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj +++ /dev/null @@ -1,932 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="fsci_dll" - ProjectGUID="{B605B919-02BD-4E2D-B043-08A21736B01A}" - RootNamespace="fsci_dll" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="TRUE" - FavorSizeOrSpeed="1" - OmitFramePointers="TRUE" - OptimizeForProcessor="3" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="TRUE" - RuntimeLibrary="2" - BufferSecurityCheck="FALSE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - IgnoreDefaultLibraryNames="libci.lib" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\Release/fsci_dll.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\ -copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\ -"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BufferSecurityCheck="FALSE" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - IgnoreDefaultLibraryNames="libci.lib" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName=".\Debug/fsci_dll.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\ -copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\ -"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\BUGS-IN-GAMES"> - </File> - <File - RelativePath="..\..\..\..\ChangeLog"> - </File> - <File - RelativePath="..\..\freesci.def"> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> - <Tool - Name="VCCustomBuildTool"/> - </FileConfiguration> - </File> - <File - RelativePath="..\..\..\..\NEWS"> - </File> - <File - RelativePath="..\..\..\..\README"> - </File> - <File - RelativePath="..\..\..\..\README.Win32"> - </File> - <File - RelativePath="..\..\..\..\TODO"> - </File> - <Filter - Name="engine" - Filter=""> - <File - RelativePath="..\..\..\engine\cfsml.pl"> - </File> - <File - RelativePath="..\..\..\engine\game.c"> - </File> - <File - RelativePath="..\..\..\engine\gc.c"> - </File> - <File - RelativePath="..\..\..\engine\grammar.c"> - </File> - <File - RelativePath="..\..\..\engine\kernel.c"> - </File> - <File - RelativePath="..\..\..\engine\kevent.c"> - </File> - <File - RelativePath="..\..\..\engine\kfile.c"> - </File> - <File - RelativePath="..\..\..\engine\kgraphics.c"> - </File> - <File - RelativePath="..\..\..\engine\klists.c"> - </File> - <File - RelativePath="..\..\..\engine\kmath.c"> - </File> - <File - RelativePath="..\..\..\engine\kmenu.c"> - </File> - <File - RelativePath="..\..\..\engine\kmovement.c"> - </File> - <File - RelativePath="..\..\..\engine\kpathing.c"> - </File> - <File - RelativePath="..\..\..\engine\kscripts.c"> - </File> - <File - RelativePath="..\..\..\engine\ksound.c"> - </File> - <File - RelativePath="..\..\..\engine\kstring.c"> - </File> - <File - RelativePath="..\..\..\engine\said.c"> - </File> - <File - RelativePath="..\..\..\engine\said.y"> - </File> - <File - RelativePath="..\..\..\engine\savegame.c"> - </File> - <File - RelativePath="..\..\..\engine\savegame.cfsml"> - </File> - <File - RelativePath="..\..\..\engine\scriptconsole.c"> - </File> - <File - RelativePath="..\..\..\engine\scriptdebug.c"> - </File> - <File - RelativePath="..\..\..\engine\seg_manager.c"> - </File> - <File - RelativePath="..\..\..\engine\sys_strings.c"> - </File> - <File - RelativePath="..\..\..\engine\vm.c"> - </File> - </Filter> - <Filter - Name="gfx" - Filter=""> - <File - RelativePath="..\..\..\gfx\antialias.c"> - </File> - <File - RelativePath="..\..\..\gfx\font-5x8.c"> - </File> - <File - RelativePath="..\..\..\gfx\font-6x10.c"> - </File> - <File - RelativePath="..\..\..\gfx\font.c"> - </File> - <File - RelativePath="..\..\..\gfx\gfx_console.c"> - </File> - <File - RelativePath="..\..\..\gfx\gfx_res_options.c"> - </File> - <File - RelativePath="..\..\..\gfx\gfx_resource.c"> - </File> - <File - RelativePath="..\..\..\gfx\gfx_support.c"> - </File> - <File - RelativePath="..\..\..\gfx\gfx_tools.c"> - </File> - <File - RelativePath="..\..\..\gfx\menubar.c"> - </File> - <File - RelativePath="..\..\..\gfx\operations.c"> - </File> - <File - RelativePath="..\..\..\gfx\resmgr.c"> - </File> - <File - RelativePath="..\..\..\gfx\sbtree.c"> - </File> - <File - RelativePath="..\..\..\gfx\sci_widgets.c"> - </File> - <File - RelativePath="..\..\..\gfx\widgets.c"> - </File> - <Filter - Name="drivers" - Filter=""> - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.cpp"> - </File> - <File - RelativePath="..\..\..\gfx\drivers\gfx_drivers.c"> - </File> - <File - RelativePath="..\..\..\gfx\drivers\null_driver.c"> - </File> - <File - RelativePath="..\..\..\gfx\drivers\sdl_driver.c"> - </File> - </Filter> - <Filter - Name="resource" - Filter=""> - <File - RelativePath="..\..\..\gfx\resource\sci_cursor_0.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_font.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pal_1.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pic_0.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_resmgr.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_0.c"> - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_1.c"> - </File> - </Filter> - </Filter> - <Filter - Name="scicore" - Filter=""> - <File - RelativePath="..\..\..\scicore\aatree.c"> - </File> - <File - RelativePath="..\..\..\scicore\console.c"> - </File> - <File - RelativePath="..\..\..\scicore\decompress0.c"> - </File> - <File - RelativePath="..\..\..\scicore\decompress01.c"> - </File> - <File - RelativePath="..\..\..\scicore\decompress1.c"> - </File> - <File - RelativePath="..\..\..\scicore\decompress11.c"> - </File> - <File - RelativePath="..\..\..\scicore\exe.c"> - </File> - <File - RelativePath="..\..\..\scicore\exe_lzexe.c"> - </File> - <File - RelativePath="..\..\..\scicore\exe_raw.c"> - </File> - <File - RelativePath="..\..\..\scicore\fnmatch.c"> - </File> - <File - RelativePath="..\..\..\scicore\huffmake.pl"> - </File> - <File - RelativePath="..\..\..\scicore\hufftree.1"> - </File> - <File - RelativePath="..\..\..\scicore\hufftree.2"> - </File> - <File - RelativePath="..\..\..\scicore\hufftree.3"> - </File> - <File - RelativePath="..\..\..\scicore\int_hashmap.c"> - </File> - <File - RelativePath="..\..\..\scicore\modules.c"> - </File> - <File - RelativePath="..\..\..\scicore\old_objects.c"> - </File> - <File - RelativePath="..\..\..\scicore\reg_t_hashmap.c"> - </File> - <File - RelativePath="..\..\..\scicore\resource.c"> - </File> - <File - RelativePath="..\..\..\scicore\resource_map.c"> - </File> - <File - RelativePath="..\..\..\scicore\resource_patch.c"> - </File> - <File - RelativePath="..\..\..\scicore\sci_memory.c"> - </File> - <File - RelativePath="..\..\..\scicore\script.c"> - </File> - <File - RelativePath="..\..\..\scicore\tools.c"> - </File> - <File - RelativePath="..\..\..\scicore\treedef.1"> - </File> - <File - RelativePath="..\..\..\scicore\treedef.2"> - </File> - <File - RelativePath="..\..\..\scicore\treedef.3"> - </File> - <File - RelativePath="..\..\..\scicore\versions.c"> - </File> - <File - RelativePath="..\..\..\scicore\vocab.c"> - </File> - <File - RelativePath="..\..\..\scicore\vocab_debug.c"> - </File> - </Filter> - <Filter - Name="sfx" - Filter=""> - <File - RelativePath="..\..\..\sfx\adlib.c"> - </File> - <File - RelativePath="..\..\..\sfx\core.c"> - </File> - <File - RelativePath="..\..\..\sfx\iterator.c"> - </File> - <File - RelativePath="..\..\..\sfx\pcm-iterator.c"> - </File> - <File - RelativePath="..\..\..\sfx\songlib.c"> - </File> - <File - RelativePath="..\..\..\sfx\time.c"> - </File> - <Filter - Name="seq" - Filter=""> - <File - RelativePath="..\..\..\sfx\seq\gm.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\instrument-map.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\mt32.c"> - </File> - <File - RelativePath="..\..\..\sfx\seq\sequencers.c"> - </File> - </Filter> - <Filter - Name="timer" - Filter=""> - <File - RelativePath="..\..\..\sfx\timer\sigalrm.c"> - </File> - <File - RelativePath="..\..\..\sfx\timer\timers.c"> - </File> - </Filter> - <Filter - Name="player" - Filter=""> - <File - RelativePath="..\..\..\sfx\player\players.c"> - </File> - <File - RelativePath="..\..\..\sfx\player\polled.c"> - </File> - <File - RelativePath="..\..\..\sfx\player\realtime.c"> - </File> - </Filter> - <Filter - Name="device" - Filter=""> - <File - RelativePath="..\..\..\sfx\device\devices.c"> - </File> - </Filter> - <Filter - Name="mixer" - Filter=""> - <File - RelativePath="..\..\..\sfx\mixer\mixers.c"> - </File> - <File - RelativePath="..\..\..\sfx\mixer\soft.c"> - </File> - </Filter> - <Filter - Name="pcm_device" - Filter=""> - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.c"> - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\pcm_devices.c"> - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\sdl.c"> - </File> - </Filter> - <Filter - Name="softseq" - Filter=""> - <File - RelativePath="..\..\..\sfx\softseq\amiga.c"> - </File> - <File - RelativePath="..\..\..\sfx\softseq\fmopl.c"> - </File> - <File - RelativePath="..\..\..\sfx\softseq\mt32.cpp" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\opl2.c"> - </File> - <File - RelativePath="..\..\..\sfx\softseq\pcspeaker.c"> - </File> - <File - RelativePath="..\..\..\sfx\softseq\SN76496.c"> - </File> - <File - RelativePath="..\..\..\sfx\softseq\softsequencers.c"> - </File> - </Filter> - </Filter> - <Filter - Name="win32" - Filter=""> - <File - RelativePath="..\..\usleep.c"> - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\include\aatree.h"> - </File> - <File - RelativePath="..\..\..\include\console.h"> - </File> - <File - RelativePath="..\..\..\include\engine.h"> - </File> - <File - RelativePath="..\..\..\include\event.h"> - </File> - <File - RelativePath="..\..\..\scicore\exe.h"> - </File> - <File - RelativePath="..\..\..\scicore\exe_dec.h"> - </File> - <File - RelativePath="..\..\..\include\game_select.h"> - </File> - <File - RelativePath="..\..\..\scicore\games.h"> - </File> - <File - RelativePath="..\..\..\engine\gc.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_driver.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_operations.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_options.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_res_options.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_resmgr.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_resource.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_state_internal.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_system.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_tools.h"> - </File> - <File - RelativePath="..\..\..\include\gfx_widgets.h"> - </File> - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.h"> - </File> - <File - RelativePath="..\..\..\include\hashmap.h"> - </File> - <File - RelativePath="..\..\..\engine\heap.h"> - </File> - <File - RelativePath="..\..\..\include\heapmgr.h"> - </File> - <File - RelativePath="..\..\..\include\int_hashmap.h"> - </File> - <File - RelativePath="..\..\..\include\kdebug.h"> - </File> - <File - RelativePath="..\..\..\include\kernel.h"> - </File> - <File - RelativePath="..\..\..\engine\kernel_compat.h"> - </File> - <File - RelativePath="..\..\..\engine\kernel_types.h"> - </File> - <File - RelativePath="..\..\..\include\list.h"> - </File> - <File - RelativePath="..\..\..\include\listener.h"> - </File> - <File - RelativePath="..\..\..\include\menubar.h"> - </File> - <File - RelativePath="..\..\..\include\modules.h"> - </File> - <File - RelativePath="..\..\..\include\old_objects.h"> - </File> - <File - RelativePath="..\..\..\include\reg_t_hashmap.h"> - </File> - <File - RelativePath="..\..\..\include\resource.h"> - </File> - <File - RelativePath="..\..\..\include\sbtree.h"> - </File> - <File - RelativePath="..\..\..\include\sci_conf.h"> - </File> - <File - RelativePath="..\..\..\engine\sci_graphics.h"> - </File> - <File - RelativePath="..\..\..\include\sci_memory.h"> - </File> - <File - RelativePath="..\..\..\include\sci_midi.h"> - </File> - <File - RelativePath="..\..\..\include\sci_widgets.h"> - </File> - <File - RelativePath="..\..\..\include\sciresource.h"> - </File> - <File - RelativePath="..\..\..\include\scitypes.h"> - </File> - <File - RelativePath="..\..\..\include\script.h"> - </File> - <File - RelativePath="..\..\..\include\seg_manager.h"> - </File> - <File - RelativePath="..\..\..\sfx\seq\instrument-map.h" - > - </File> - <File - RelativePath="..\..\..\sfx\adlib.h"> - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_core.h"> - </File> - <File - RelativePath="..\..\..\sfx\device.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_engine.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_iterator.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_iterator_internal.h"> - </File> - <File - RelativePath="..\..\..\sfx\mixer.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_pcm.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_player.h"> - </File> - <File - RelativePath="..\..\..\sfx\sequencer.h"> - </File> - <File - RelativePath="..\..\..\sfx\softseq.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_songlib.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_time.h"> - </File> - <File - RelativePath="..\..\..\include\sfx_timer.h"> - </File> - <File - RelativePath="..\..\..\include\sys_strings.h"> - </File> - <File - RelativePath="..\..\..\include\uinput.h"> - </File> - <File - RelativePath="..\..\..\include\util.h"> - </File> - <File - RelativePath="..\..\..\include\versions.h"> - </File> - <File - RelativePath="..\..\..\include\vm.h"> - </File> - <File - RelativePath="..\..\..\include\vm_types.h"> - </File> - <File - RelativePath="..\..\..\include\vocabulary.h"> - </File> - <Filter - Name="win32" - Filter=""> - <File - RelativePath="..\..\..\include\win32\sci_win32.h"> - </File> - </Filter> - <Filter - Name="SDL" - Filter=""> - <File - RelativePath="..\..\..\..\..\SDL\include\begin_code.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\close_code.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_active.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_audio.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_byteorder.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cdrom.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_amiga.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_dreamcast.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macos.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macosx.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_minimal.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_nds.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_os2.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_symbian.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_win32.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_copying.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cpuinfo.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_endian.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_error.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_events.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_getenv.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_joystick.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keyboard.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keysym.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_loadso.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_main.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mouse.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mutex.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_name.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_opengl.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_platform.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_quit.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_rwops.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_stdinc.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_syswm.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_thread.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_timer.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_types.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_version.h"> - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_video.h"> - </File> - </Filter> - <Filter - Name="softseq" - Filter=""> - <File - RelativePath="..\..\..\sfx\softseq\fmopl.h"> - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/msvc71-2003/sciv/sciv.vcproj b/engines/sci/win32/msvc71-2003/sciv/sciv.vcproj deleted file mode 100644 index 4f837bb0ef..0000000000 --- a/engines/sci/win32/msvc71-2003/sciv/sciv.vcproj +++ /dev/null @@ -1,187 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="sciv" - ProjectGUID="{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" - RootNamespace="sciv" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="TRUE" - FavorSizeOrSpeed="1" - OmitFramePointers="TRUE" - OptimizeForProcessor="3" - OptimizeForWindowsApplication="TRUE" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="TRUE" - RuntimeLibrary="2" - BufferSecurityCheck="FALSE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Release/sciv.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BufferSecurityCheck="FALSE" - RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Debug/sciv.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\config.c"> - </File> - <File - RelativePath="..\..\..\config.l"> - </File> - <File - RelativePath="..\..\..\main.c"> - </File> - <Filter - Name="win32" - Filter=""> - <File - RelativePath="..\..\getopt.c"> - </File> - </Filter> - <Filter - Name="menu" - Filter=""> - <File - RelativePath="..\..\..\menu\game_select_init.c"> - </File> - <File - RelativePath="..\..\..\menu\game_select_screen.c"> - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter=""> - <Filter - Name="win32" - Filter=""> - <File - RelativePath="..\..\..\include\win32\getopt.h"> - </File> - <File - RelativePath="..\..\..\include\win32\sci_win32.h"> - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/msvc80-2005/freesci.sln b/engines/sci/win32/msvc80-2005/freesci.sln deleted file mode 100644 index 6388360066..0000000000 --- a/engines/sci/win32/msvc80-2005/freesci.sln +++ /dev/null @@ -1,28 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fsci_dll", "fsci_dll\fsci_dll.vcproj", "{B605B919-02BD-4E2D-B043-08A21736B01A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sciv", "sciv\sciv.vcproj", "{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug|Win32.ActiveCfg = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug|Win32.Build.0 = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release|Win32.ActiveCfg = Release|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release|Win32.Build.0 = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug|Win32.ActiveCfg = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug|Win32.Build.0 = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release|Win32.ActiveCfg = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(DPCodeReviewSolutionGUID) = preSolution - DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} - EndGlobalSection -EndGlobal diff --git a/engines/sci/win32/msvc80-2005/fsci_dll/fsci_dll.vcproj b/engines/sci/win32/msvc80-2005/fsci_dll/fsci_dll.vcproj deleted file mode 100644 index 1e37611f2f..0000000000 --- a/engines/sci/win32/msvc80-2005/fsci_dll/fsci_dll.vcproj +++ /dev/null @@ -1,1218 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="fsci_dll" - ProjectGUID="{B605B919-02BD-4E2D-B043-08A21736B01A}" - RootNamespace="fsci_dll" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Release/fsci_dll.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="true" - RuntimeLibrary="2" - BufferSecurityCheck="false" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - IgnoreDefaultLibraryNames="" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\
copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Debug/fsci_dll.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BufferSecurityCheck="false" - RuntimeTypeInfo="true" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - IgnoreDefaultLibraryNames="" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\
copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="..\..\..\..\BUGS-IN-GAMES" - > - </File> - <File - RelativePath="..\..\..\..\ChangeLog" - > - </File> - <File - RelativePath="..\..\freesci.def" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\..\..\NEWS" - > - </File> - <File - RelativePath="..\..\..\..\README" - > - </File> - <File - RelativePath="..\..\..\..\README.Win32" - > - </File> - <File - RelativePath="..\..\..\..\TODO" - > - </File> - <Filter - Name="engine" - > - <File - RelativePath="..\..\..\engine\cfsml.pl" - > - </File> - <File - RelativePath="..\..\..\engine\game.c" - > - </File> - <File - RelativePath="..\..\..\engine\gc.c" - > - </File> - <File - RelativePath="..\..\..\engine\grammar.c" - > - </File> - <File - RelativePath="..\..\..\engine\kernel.c" - > - </File> - <File - RelativePath="..\..\..\engine\kevent.c" - > - </File> - <File - RelativePath="..\..\..\engine\kfile.c" - > - </File> - <File - RelativePath="..\..\..\engine\kgraphics.c" - > - </File> - <File - RelativePath="..\..\..\engine\klists.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmath.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmenu.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmovement.c" - > - </File> - <File - RelativePath="..\..\..\engine\kpathing.c" - > - </File> - <File - RelativePath="..\..\..\engine\kscripts.c" - > - </File> - <File - RelativePath="..\..\..\engine\ksound.c" - > - </File> - <File - RelativePath="..\..\..\engine\kstring.c" - > - </File> - <File - RelativePath="..\..\..\engine\said.c" - > - </File> - <File - RelativePath="..\..\..\engine\said.y" - > - </File> - <File - RelativePath="..\..\..\engine\savegame.c" - > - </File> - <File - RelativePath="..\..\..\engine\savegame.cfsml" - > - </File> - <File - RelativePath="..\..\..\engine\scriptconsole.c" - > - </File> - <File - RelativePath="..\..\..\engine\scriptdebug.c" - > - </File> - <File - RelativePath="..\..\..\engine\seg_manager.c" - > - </File> - <File - RelativePath="..\..\..\engine\sys_strings.c" - > - </File> - <File - RelativePath="..\..\..\engine\vm.c" - > - </File> - </Filter> - <Filter - Name="gfx" - > - <File - RelativePath="..\..\..\gfx\antialias.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font-5x8.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font-6x10.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_console.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_res_options.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_resource.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_support.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_tools.c" - > - </File> - <File - RelativePath="..\..\..\gfx\menubar.c" - > - </File> - <File - RelativePath="..\..\..\gfx\operations.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resmgr.c" - > - </File> - <File - RelativePath="..\..\..\gfx\sbtree.c" - > - </File> - <File - RelativePath="..\..\..\gfx\sci_widgets.c" - > - </File> - <File - RelativePath="..\..\..\gfx\widgets.c" - > - </File> - <Filter - Name="drivers" - > - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.cpp" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\gfx_drivers.c" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\null_driver.c" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\sdl_driver.c" - > - </File> - </Filter> - <Filter - Name="resource" - > - <File - RelativePath="..\..\..\gfx\resource\sci_cursor_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_font.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pal_1.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pic_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_resmgr.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_1.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="scicore" - > - <File - RelativePath="..\..\..\scicore\aatree.c" - > - </File> - <File - RelativePath="..\..\..\scicore\console.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress0.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress01.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress1.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress11.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_lzexe.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_raw.c" - > - </File> - <File - RelativePath="..\..\..\scicore\fnmatch.c" - > - </File> - <File - RelativePath="..\..\..\scicore\huffmake.pl" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.1" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.2" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.3" - > - </File> - <File - RelativePath="..\..\..\scicore\int_hashmap.c" - > - </File> - <File - RelativePath="..\..\..\scicore\modules.c" - > - </File> - <File - RelativePath="..\..\..\scicore\old_objects.c" - > - </File> - <File - RelativePath="..\..\..\scicore\reg_t_hashmap.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource_map.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource_patch.c" - > - </File> - <File - RelativePath="..\..\..\scicore\sci_memory.c" - > - </File> - <File - RelativePath="..\..\..\scicore\script.c" - > - </File> - <File - RelativePath="..\..\..\scicore\tools.c" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.1" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.2" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.3" - > - </File> - <File - RelativePath="..\..\..\scicore\versions.c" - > - </File> - <File - RelativePath="..\..\..\scicore\vocab.c" - > - </File> - <File - RelativePath="..\..\..\scicore\vocab_debug.c" - > - </File> - </Filter> - <Filter - Name="sfx" - > - <File - RelativePath="..\..\..\sfx\adlib.c" - > - </File> - <File - RelativePath="..\..\..\sfx\core.c" - > - </File> - <File - RelativePath="..\..\..\sfx\iterator.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm-iterator.c" - > - </File> - <File - RelativePath="..\..\..\sfx\songlib.c" - > - </File> - <File - RelativePath="..\..\..\sfx\time.c" - > - </File> - <Filter - Name="seq" - > - <File - RelativePath="..\..\..\sfx\seq\gm.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\instrument-map.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\mt32.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\sequencers.c" - > - </File> - </Filter> - <Filter - Name="timer" - > - <File - RelativePath="..\..\..\sfx\timer\sigalrm.c" - > - </File> - <File - RelativePath="..\..\..\sfx\timer\timers.c" - > - </File> - </Filter> - <Filter - Name="player" - > - <File - RelativePath="..\..\..\sfx\player\players.c" - > - </File> - <File - RelativePath="..\..\..\sfx\player\polled.c" - > - </File> - <File - RelativePath="..\..\..\sfx\player\realtime.c" - > - </File> - </Filter> - <Filter - Name="device" - > - <File - RelativePath="..\..\..\sfx\device\devices.c" - > - </File> - </Filter> - <Filter - Name="mixer" - > - <File - RelativePath="..\..\..\sfx\mixer\mixers.c" - > - </File> - <File - RelativePath="..\..\..\sfx\mixer\soft.c" - > - </File> - </Filter> - <Filter - Name="pcm_device" - > - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\pcm_devices.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\sdl.c" - > - </File> - </Filter> - <Filter - Name="softseq" - > - <File - RelativePath="..\..\..\sfx\softseq\amiga.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\fmopl.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\mt32.cpp" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\opl2.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\pcspeaker.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\SN76496.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\softsequencers.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="win32" - > - <File - RelativePath="..\..\usleep.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl" - > - <File - RelativePath="..\..\..\include\aatree.h" - > - </File> - <File - RelativePath="..\..\..\include\console.h" - > - </File> - <File - RelativePath="..\..\..\include\engine.h" - > - </File> - <File - RelativePath="..\..\..\include\event.h" - > - </File> - <File - RelativePath="..\..\..\scicore\exe.h" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_dec.h" - > - </File> - <File - RelativePath="..\..\..\include\game_select.h" - > - </File> - <File - RelativePath="..\..\..\scicore\games.h" - > - </File> - <File - RelativePath="..\..\..\engine\gc.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_driver.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_operations.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_options.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_res_options.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_resmgr.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_resource.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_state_internal.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_system.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_tools.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_widgets.h" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.h" - > - </File> - <File - RelativePath="..\..\..\include\hashmap.h" - > - </File> - <File - RelativePath="..\..\..\engine\heap.h" - > - </File> - <File - RelativePath="..\..\..\include\heapmgr.h" - > - </File> - <File - RelativePath="..\..\..\include\int_hashmap.h" - > - </File> - <File - RelativePath="..\..\..\include\kdebug.h" - > - </File> - <File - RelativePath="..\..\..\include\kernel.h" - > - </File> - <File - RelativePath="..\..\..\engine\kernel_compat.h" - > - </File> - <File - RelativePath="..\..\..\engine\kernel_types.h" - > - </File> - <File - RelativePath="..\..\..\include\list.h" - > - </File> - <File - RelativePath="..\..\..\include\listener.h" - > - </File> - <File - RelativePath="..\..\..\include\menubar.h" - > - </File> - <File - RelativePath="..\..\..\include\modules.h" - > - </File> - <File - RelativePath="..\..\..\include\old_objects.h" - > - </File> - <File - RelativePath="..\..\..\include\reg_t_hashmap.h" - > - </File> - <File - RelativePath="..\..\..\include\resource.h" - > - </File> - <File - RelativePath="..\..\..\include\sbtree.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_conf.h" - > - </File> - <File - RelativePath="..\..\..\engine\sci_graphics.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_memory.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_midi.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_widgets.h" - > - </File> - <File - RelativePath="..\..\..\include\sciresource.h" - > - </File> - <File - RelativePath="..\..\..\include\scitypes.h" - > - </File> - <File - RelativePath="..\..\..\include\script.h" - > - </File> - <File - RelativePath="..\..\..\include\seg_manager.h" - > - </File> - <File - RelativePath="..\..\..\sfx\adlib.h" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_core.h" - > - </File> - <File - RelativePath="..\..\..\sfx\device.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_engine.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_iterator.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_iterator_internal.h" - > - </File> - <File - RelativePath="..\..\..\sfx\mixer.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_pcm.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_player.h" - > - </File> - <File - RelativePath="..\..\..\sfx\sequencer.h" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_songlib.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_time.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_timer.h" - > - </File> - <File - RelativePath="..\..\..\include\sys_strings.h" - > - </File> - <File - RelativePath="..\..\..\include\uinput.h" - > - </File> - <File - RelativePath="..\..\..\include\util.h" - > - </File> - <File - RelativePath="..\..\..\include\versions.h" - > - </File> - <File - RelativePath="..\..\..\include\vm.h" - > - </File> - <File - RelativePath="..\..\..\include\vm_types.h" - > - </File> - <File - RelativePath="..\..\..\include\vocabulary.h" - > - </File> - <Filter - Name="win32" - > - <File - RelativePath="..\..\..\include\win32\sci_win32.h" - > - </File> - </Filter> - <Filter - Name="SDL" - > - <File - RelativePath="..\..\..\..\..\SDL\include\begin_code.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\close_code.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_active.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_audio.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_byteorder.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cdrom.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_amiga.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_dreamcast.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macos.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macosx.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_minimal.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_nds.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_os2.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_symbian.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_win32.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_copying.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cpuinfo.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_endian.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_error.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_events.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_getenv.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_joystick.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keyboard.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keysym.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_loadso.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_main.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mouse.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mutex.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_name.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_opengl.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_platform.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_quit.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_rwops.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_stdinc.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_syswm.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_thread.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_timer.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_types.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_version.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_video.h" - > - </File> - </Filter> - <Filter - Name="softseq" - > - <File - RelativePath="..\..\..\sfx\softseq\fmopl.h" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/msvc80-2005/sciv/sciv.vcproj b/engines/sci/win32/msvc80-2005/sciv/sciv.vcproj deleted file mode 100644 index 1c0a302c4e..0000000000 --- a/engines/sci/win32/msvc80-2005/sciv/sciv.vcproj +++ /dev/null @@ -1,260 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="sciv" - ProjectGUID="{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" - RootNamespace="sciv" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Release/sciv.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="true" - RuntimeLibrary="2" - BufferSecurityCheck="false" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - AdditionalLibraryDirectories="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Debug/sciv.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BufferSecurityCheck="false" - RuntimeTypeInfo="true" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="..\..\..\config.c" - > - </File> - <File - RelativePath="..\..\..\config.l" - > - </File> - <File - RelativePath="..\..\..\main.c" - > - </File> - <Filter - Name="win32" - > - <File - RelativePath="..\..\getopt.c" - > - </File> - </Filter> - <Filter - Name="menu" - > - <File - RelativePath="..\..\..\menu\game_select_init.c" - > - </File> - <File - RelativePath="..\..\..\menu\game_select_screen.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - > - <Filter - Name="win32" - > - <File - RelativePath="..\..\..\include\win32\getopt.h" - > - </File> - <File - RelativePath="..\..\..\include\win32\sci_win32.h" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/msvc90-2008/freesci.sln b/engines/sci/win32/msvc90-2008/freesci.sln deleted file mode 100644 index 7a3e60c904..0000000000 --- a/engines/sci/win32/msvc90-2008/freesci.sln +++ /dev/null @@ -1,28 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fsci_dll", "fsci_dll\fsci_dll.vcproj", "{B605B919-02BD-4E2D-B043-08A21736B01A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sciv", "sciv\sciv.vcproj", "{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug|Win32.ActiveCfg = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Debug|Win32.Build.0 = Debug|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release|Win32.ActiveCfg = Release|Win32 - {B605B919-02BD-4E2D-B043-08A21736B01A}.Release|Win32.Build.0 = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug|Win32.ActiveCfg = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Debug|Win32.Build.0 = Debug|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release|Win32.ActiveCfg = Release|Win32 - {6BF71632-BD06-4D48-AE7C-21C6EB76CACA}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(DPCodeReviewSolutionGUID) = preSolution - DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} - EndGlobalSection -EndGlobal diff --git a/engines/sci/win32/msvc90-2008/fsci_dll/fsci_dll.vcproj b/engines/sci/win32/msvc90-2008/fsci_dll/fsci_dll.vcproj deleted file mode 100644 index f7e98c3a39..0000000000 --- a/engines/sci/win32/msvc90-2008/fsci_dll/fsci_dll.vcproj +++ /dev/null @@ -1,1223 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="fsci_dll" - ProjectGUID="{B605B919-02BD-4E2D-B043-08A21736B01A}" - RootNamespace="fsci_dll" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Release/fsci_dll.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="true" - RuntimeLibrary="2" - BufferSecurityCheck="false" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - IgnoreDefaultLibraryNames="" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\
copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Debug/fsci_dll.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BasicRuntimeChecks="3" - BufferSecurityCheck="false" - RuntimeTypeInfo="true" - WarningLevel="3" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib" - OutputFile="$(OutDir)/fsci.dll" - LinkIncremental="1" - AdditionalLibraryDirectories=""$(SolutionDir)..\..\..\..\SDL\lib"" - GenerateManifest="true" - IgnoreDefaultLibraryNames="libci.lib" - ModuleDefinitionFile="$(SolutionDir)..\freesci.def" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - RandomizedBaseAddress="0" - DataExecutionPrevention="0" - ImportLibrary="$(TargetDir)$(TargetName).lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - EmbedManifest="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="echo Copying SDL.dll to $(OutDir)\
copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="..\..\..\..\BUGS-IN-GAMES" - > - </File> - <File - RelativePath="..\..\..\..\ChangeLog" - > - </File> - <File - RelativePath="..\..\freesci.def" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\..\..\NEWS" - > - </File> - <File - RelativePath="..\..\..\..\README" - > - </File> - <File - RelativePath="..\..\..\..\README.Win32" - > - </File> - <File - RelativePath="..\..\..\..\TODO" - > - </File> - <Filter - Name="engine" - > - <File - RelativePath="..\..\..\engine\cfsml.pl" - > - </File> - <File - RelativePath="..\..\..\engine\game.c" - > - </File> - <File - RelativePath="..\..\..\engine\gc.c" - > - </File> - <File - RelativePath="..\..\..\engine\grammar.c" - > - </File> - <File - RelativePath="..\..\..\engine\kernel.c" - > - </File> - <File - RelativePath="..\..\..\engine\kevent.c" - > - </File> - <File - RelativePath="..\..\..\engine\kfile.c" - > - </File> - <File - RelativePath="..\..\..\engine\kgraphics.c" - > - </File> - <File - RelativePath="..\..\..\engine\klists.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmath.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmenu.c" - > - </File> - <File - RelativePath="..\..\..\engine\kmovement.c" - > - </File> - <File - RelativePath="..\..\..\engine\kpathing.c" - > - </File> - <File - RelativePath="..\..\..\engine\kscripts.c" - > - </File> - <File - RelativePath="..\..\..\engine\ksound.c" - > - </File> - <File - RelativePath="..\..\..\engine\kstring.c" - > - </File> - <File - RelativePath="..\..\..\engine\said.c" - > - </File> - <File - RelativePath="..\..\..\engine\said.y" - > - </File> - <File - RelativePath="..\..\..\engine\savegame.c" - > - </File> - <File - RelativePath="..\..\..\engine\savegame.cfsml" - > - </File> - <File - RelativePath="..\..\..\engine\scriptconsole.c" - > - </File> - <File - RelativePath="..\..\..\engine\scriptdebug.c" - > - </File> - <File - RelativePath="..\..\..\engine\seg_manager.c" - > - </File> - <File - RelativePath="..\..\..\engine\sys_strings.c" - > - </File> - <File - RelativePath="..\..\..\engine\vm.c" - > - </File> - </Filter> - <Filter - Name="gfx" - > - <File - RelativePath="..\..\..\gfx\antialias.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font-5x8.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font-6x10.c" - > - </File> - <File - RelativePath="..\..\..\gfx\font.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_console.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_res_options.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_resource.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_support.c" - > - </File> - <File - RelativePath="..\..\..\gfx\gfx_tools.c" - > - </File> - <File - RelativePath="..\..\..\gfx\menubar.c" - > - </File> - <File - RelativePath="..\..\..\gfx\operations.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resmgr.c" - > - </File> - <File - RelativePath="..\..\..\gfx\sbtree.c" - > - </File> - <File - RelativePath="..\..\..\gfx\sci_widgets.c" - > - </File> - <File - RelativePath="..\..\..\gfx\widgets.c" - > - </File> - <Filter - Name="drivers" - > - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.cpp" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\gfx_drivers.c" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\null_driver.c" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\sdl_driver.c" - > - </File> - </Filter> - <Filter - Name="resource" - > - <File - RelativePath="..\..\..\gfx\resource\sci_cursor_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_font.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pal_1.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_pic_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_resmgr.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_0.c" - > - </File> - <File - RelativePath="..\..\..\gfx\resource\sci_view_1.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="scicore" - > - <File - RelativePath="..\..\..\scicore\aatree.c" - > - </File> - <File - RelativePath="..\..\..\scicore\console.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress0.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress01.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress1.c" - > - </File> - <File - RelativePath="..\..\..\scicore\decompress11.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_lzexe.c" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_raw.c" - > - </File> - <File - RelativePath="..\..\..\scicore\fnmatch.c" - > - </File> - <File - RelativePath="..\..\..\scicore\huffmake.pl" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.1" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.2" - > - </File> - <File - RelativePath="..\..\..\scicore\hufftree.3" - > - </File> - <File - RelativePath="..\..\..\scicore\int_hashmap.c" - > - </File> - <File - RelativePath="..\..\..\scicore\modules.c" - > - </File> - <File - RelativePath="..\..\..\scicore\old_objects.c" - > - </File> - <File - RelativePath="..\..\..\scicore\reg_t_hashmap.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource_map.c" - > - </File> - <File - RelativePath="..\..\..\scicore\resource_patch.c" - > - </File> - <File - RelativePath="..\..\..\scicore\sci_memory.c" - > - </File> - <File - RelativePath="..\..\..\scicore\script.c" - > - </File> - <File - RelativePath="..\..\..\scicore\tools.c" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.1" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.2" - > - </File> - <File - RelativePath="..\..\..\scicore\treedef.3" - > - </File> - <File - RelativePath="..\..\..\scicore\versions.c" - > - </File> - <File - RelativePath="..\..\..\scicore\vocab.c" - > - </File> - <File - RelativePath="..\..\..\scicore\vocab_debug.c" - > - </File> - </Filter> - <Filter - Name="sfx" - > - <File - RelativePath="..\..\..\sfx\adlib.c" - > - </File> - <File - RelativePath="..\..\..\sfx\core.c" - > - </File> - <File - RelativePath="..\..\..\sfx\iterator.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm-iterator.c" - > - </File> - <File - RelativePath="..\..\..\sfx\songlib.c" - > - </File> - <File - RelativePath="..\..\..\sfx\time.c" - > - </File> - <Filter - Name="seq" - > - <File - RelativePath="..\..\..\sfx\seq\gm.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\instrument-map.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\mt32.c" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\sequencers.c" - > - </File> - </Filter> - <Filter - Name="timer" - > - <File - RelativePath="..\..\..\sfx\timer\sigalrm.c" - > - </File> - <File - RelativePath="..\..\..\sfx\timer\timers.c" - > - </File> - </Filter> - <Filter - Name="player" - > - <File - RelativePath="..\..\..\sfx\player\players.c" - > - </File> - <File - RelativePath="..\..\..\sfx\player\polled.c" - > - </File> - <File - RelativePath="..\..\..\sfx\player\realtime.c" - > - </File> - </Filter> - <Filter - Name="device" - > - <File - RelativePath="..\..\..\sfx\device\devices.c" - > - </File> - </Filter> - <Filter - Name="mixer" - > - <File - RelativePath="..\..\..\sfx\mixer\mixers.c" - > - </File> - <File - RelativePath="..\..\..\sfx\mixer\soft.c" - > - </File> - </Filter> - <Filter - Name="pcm_device" - > - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\pcm_devices.c" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\sdl.c" - > - </File> - </Filter> - <Filter - Name="softseq" - > - <File - RelativePath="..\..\..\sfx\softseq\amiga.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\fmopl.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\mt32.cpp" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\opl2.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\pcspeaker.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\SN76496.c" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq\softsequencers.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="win32" - > - <File - RelativePath="..\..\usleep.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl" - > - <File - RelativePath="..\..\..\include\aatree.h" - > - </File> - <File - RelativePath="..\..\..\include\console.h" - > - </File> - <File - RelativePath="..\..\..\include\engine.h" - > - </File> - <File - RelativePath="..\..\..\include\event.h" - > - </File> - <File - RelativePath="..\..\..\scicore\exe.h" - > - </File> - <File - RelativePath="..\..\..\scicore\exe_dec.h" - > - </File> - <File - RelativePath="..\..\..\include\game_select.h" - > - </File> - <File - RelativePath="..\..\..\scicore\games.h" - > - </File> - <File - RelativePath="..\..\..\engine\gc.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_driver.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_operations.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_options.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_res_options.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_resmgr.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_resource.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_state_internal.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_system.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_tools.h" - > - </File> - <File - RelativePath="..\..\..\include\gfx_widgets.h" - > - </File> - <File - RelativePath="..\..\..\gfx\drivers\dx_driver.h" - > - </File> - <File - RelativePath="..\..\..\include\hashmap.h" - > - </File> - <File - RelativePath="..\..\..\engine\heap.h" - > - </File> - <File - RelativePath="..\..\..\include\heapmgr.h" - > - </File> - <File - RelativePath="..\..\..\include\int_hashmap.h" - > - </File> - <File - RelativePath="..\..\..\include\kdebug.h" - > - </File> - <File - RelativePath="..\..\..\include\kernel.h" - > - </File> - <File - RelativePath="..\..\..\engine\kernel_compat.h" - > - </File> - <File - RelativePath="..\..\..\engine\kernel_types.h" - > - </File> - <File - RelativePath="..\..\..\include\list.h" - > - </File> - <File - RelativePath="..\..\..\include\listener.h" - > - </File> - <File - RelativePath="..\..\..\include\menubar.h" - > - </File> - <File - RelativePath="..\..\..\include\modules.h" - > - </File> - <File - RelativePath="..\..\..\include\old_objects.h" - > - </File> - <File - RelativePath="..\..\..\include\reg_t_hashmap.h" - > - </File> - <File - RelativePath="..\..\..\include\resource.h" - > - </File> - <File - RelativePath="..\..\..\include\sbtree.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_conf.h" - > - </File> - <File - RelativePath="..\..\..\engine\sci_graphics.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_memory.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_midi.h" - > - </File> - <File - RelativePath="..\..\..\include\sci_widgets.h" - > - </File> - <File - RelativePath="..\..\..\include\sciresource.h" - > - </File> - <File - RelativePath="..\..\..\include\scitypes.h" - > - </File> - <File - RelativePath="..\..\..\include\script.h" - > - </File> - <File - RelativePath="..\..\..\include\seg_manager.h" - > - </File> - <File - RelativePath="..\..\..\sfx\seq\instrument-map.h" - > - </File> - <File - RelativePath="..\..\..\sfx\adlib.h" - > - </File> - <File - RelativePath="..\..\..\sfx\pcm_device\audiobuf.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_core.h" - > - </File> - <File - RelativePath="..\..\..\sfx\device.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_engine.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_iterator.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_iterator_internal.h" - > - </File> - <File - RelativePath="..\..\..\sfx\mixer.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_pcm.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_player.h" - > - </File> - <File - RelativePath="..\..\..\sfx\sequencer.h" - > - </File> - <File - RelativePath="..\..\..\sfx\softseq.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_songlib.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_time.h" - > - </File> - <File - RelativePath="..\..\..\include\sfx_timer.h" - > - </File> - <File - RelativePath="..\..\..\include\sys_strings.h" - > - </File> - <File - RelativePath="..\..\..\include\uinput.h" - > - </File> - <File - RelativePath="..\..\..\include\util.h" - > - </File> - <File - RelativePath="..\..\..\include\versions.h" - > - </File> - <File - RelativePath="..\..\..\include\vm.h" - > - </File> - <File - RelativePath="..\..\..\include\vm_types.h" - > - </File> - <File - RelativePath="..\..\..\include\vocabulary.h" - > - </File> - <Filter - Name="win32" - > - <File - RelativePath="..\..\..\include\win32\sci_win32.h" - > - </File> - </Filter> - <Filter - Name="SDL" - > - <File - RelativePath="..\..\..\..\..\SDL\include\begin_code.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\close_code.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_active.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_audio.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_byteorder.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cdrom.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_amiga.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_dreamcast.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macos.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_macosx.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_minimal.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_nds.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_os2.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_symbian.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_config_win32.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_copying.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_cpuinfo.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_endian.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_error.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_events.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_getenv.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_joystick.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keyboard.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_keysym.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_loadso.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_main.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mouse.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_mutex.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_name.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_opengl.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_platform.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_quit.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_rwops.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_stdinc.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_syswm.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_thread.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_timer.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_types.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_version.h" - > - </File> - <File - RelativePath="..\..\..\..\..\SDL\include\SDL_video.h" - > - </File> - </Filter> - <Filter - Name="softseq" - > - <File - RelativePath="..\..\..\sfx\softseq\fmopl.h" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/msvc90-2008/sciv/sciv.vcproj b/engines/sci/win32/msvc90-2008/sciv/sciv.vcproj deleted file mode 100644 index c00d525f75..0000000000 --- a/engines/sci/win32/msvc90-2008/sciv/sciv.vcproj +++ /dev/null @@ -1,262 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="sciv" - ProjectGUID="{6BF71632-BD06-4D48-AE7C-21C6EB76CACA}" - RootNamespace="sciv" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Release/sciv.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=\"0.6.3-dev\";PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - StringPooling="true" - RuntimeLibrary="2" - BufferSecurityCheck="false" - WarningLevel="3" - Detect64BitPortabilityProblems="true" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - AdditionalLibraryDirectories="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\Debug/sciv.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="false" - Optimization="0" - AdditionalIncludeDirectories=""$(SolutionDir)..\..\..\..\SDL\include";"$(SolutionDir)..\..\include";"$(SolutionDir)..\..\include\win32"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;VERSION=__TIMESTAMP__;PACKAGE=\"FreeSCI\";HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE" - RuntimeLibrary="3" - BasicRuntimeChecks="3" - BufferSecurityCheck="false" - RuntimeTypeInfo="true" - WarningLevel="3" - DebugInformationFormat="3" - CompileAs="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - UseUnicodeResponseFiles="false" - AdditionalDependencies="$(OutDir)\fsci.lib" - OutputFile="$(OutDir)\FreeSCI.exe" - LinkIncremental="1" - GenerateDebugInformation="true" - GenerateManifest="true" - IgnoreDefaultLibraryNames="libci.lib" - ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" - SubSystem="1" - RandomizedBaseAddress="0" - DataExecutionPrevention="0" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseUnicodeResponseFiles="false" - EmbedManifest="false" - /> - <Tool - Name="VCXDCMakeTool" - UseUnicodeResponseFiles="false" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="..\..\..\config.c" - > - </File> - <File - RelativePath="..\..\..\config.l" - > - </File> - <File - RelativePath="..\..\..\main.c" - > - </File> - <Filter - Name="win32" - > - <File - RelativePath="..\..\getopt.c" - > - </File> - </Filter> - <Filter - Name="menu" - > - <File - RelativePath="..\..\..\menu\game_select_init.c" - > - </File> - <File - RelativePath="..\..\..\menu\game_select_screen.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - > - <Filter - Name="win32" - > - <File - RelativePath="..\..\..\include\win32\getopt.h" - > - </File> - <File - RelativePath="..\..\..\include\win32\sci_win32.h" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/engines/sci/win32/usleep.c b/engines/sci/win32/usleep.c deleted file mode 100644 index b175a2b4e2..0000000000 --- a/engines/sci/win32/usleep.c +++ /dev/null @@ -1,25 +0,0 @@ -#ifdef _WIN32 - -#include <windows.h> - -extern void -usleep (long usec) -{ - LARGE_INTEGER lFrequency; - LARGE_INTEGER lEndTime; - LARGE_INTEGER lCurTime; - - QueryPerformanceFrequency (&lFrequency); - if (lFrequency.QuadPart) - { - QueryPerformanceCounter (&lEndTime); - lEndTime.QuadPart += (LONGLONG) usec * lFrequency.QuadPart / 1000000; - do - { - QueryPerformanceCounter (&lCurTime); - Sleep(0); - } while (lCurTime.QuadPart < lEndTime.QuadPart); - } -} - -#endif |