From d2546e397934da3e89fdd994e0c620dd0bcfbcd4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 9 May 2006 14:16:43 +0000 Subject: - Updated MSVC8 project files - Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397 --- base/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/module.mk') diff --git a/base/module.mk b/base/module.mk index 5af0e1349c..3a515b4f5c 100644 --- a/base/module.mk +++ b/base/module.mk @@ -3,7 +3,7 @@ MODULE := base MODULE_OBJS := \ engine.o \ main.o \ - options.o \ + commandLine.o \ plugins.o \ version.o -- cgit v1.2.3