From f0d1cd04b265a66c927a71f0814946ccece17c6e Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sun, 10 Jul 2005 02:07:05 +0000 Subject: [PATCH] Changed my compiler back, I don't need weird SDL stuff in it. --- zsnes/src/parsegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/parsegen.cpp b/zsnes/src/parsegen.cpp index 2a9151e3..16589746 100644 --- a/zsnes/src/parsegen.cpp +++ b/zsnes/src/parsegen.cpp @@ -1013,7 +1013,7 @@ int main(size_t argc, const char **argv) << "\n" << "Options:\n" << "\n" - << " -Ddefine Define a processor director. Example: -D__UNIXSDL__\n" + << " -Ddefine Define a processor director. Example: -D__MSDOS__\n" << " Can specify multiple defines.\n" << "\n" << " -cheader Create a C/C++ header with the following name.\n"