First real upload of the files used for developing

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@5 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-06-06 19:24:55 +00:00
commit 563103b890
310 changed files with 42607 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/sdl/sound/CSound.cpp \
../src/sdl/sound/CSoundChannel.cpp \
../src/sdl/sound/CSoundSlot.cpp
OBJS += \
./src/sdl/sound/CSound.o \
./src/sdl/sound/CSoundChannel.o \
./src/sdl/sound/CSoundSlot.o
CPP_DEPS += \
./src/sdl/sound/CSound.d \
./src/sdl/sound/CSoundChannel.d \
./src/sdl/sound/CSoundSlot.d
# Each subdirectory must supply rules for building sources it contributes
src/sdl/sound/%.o: ../src/sdl/sound/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
i586-mingw32msvc-g++ -DBUILD_SDL -DBUILD_WITH_OGG -DTARGET_WIN32 -I/usr/i586-mingw32msvc/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '

36
Windows/src/sdl/subdir.mk Normal file
View File

@@ -0,0 +1,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/sdl/CInput.cpp \
../src/sdl/COpenGL.cpp \
../src/sdl/CTimer.cpp \
../src/sdl/CVideoDriver.cpp \
../src/sdl/joydrv.cpp
OBJS += \
./src/sdl/CInput.o \
./src/sdl/COpenGL.o \
./src/sdl/CTimer.o \
./src/sdl/CVideoDriver.o \
./src/sdl/joydrv.o
CPP_DEPS += \
./src/sdl/CInput.d \
./src/sdl/COpenGL.d \
./src/sdl/CTimer.d \
./src/sdl/CVideoDriver.d \
./src/sdl/joydrv.d
# Each subdirectory must supply rules for building sources it contributes
src/sdl/%.o: ../src/sdl/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
i586-mingw32msvc-g++ -DBUILD_SDL -DBUILD_WITH_OGG -DTARGET_WIN32 -I/usr/i586-mingw32msvc/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/sdl/video/colourconvert.cpp
OBJS += \
./src/sdl/video/colourconvert.o
CPP_DEPS += \
./src/sdl/video/colourconvert.d
# Each subdirectory must supply rules for building sources it contributes
src/sdl/video/%.o: ../src/sdl/video/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
i586-mingw32msvc-g++ -DBUILD_SDL -DBUILD_WITH_OGG -DTARGET_WIN32 -I/usr/i586-mingw32msvc/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '