VC6 Files by Sean
This commit is contained in:
parent
923a71d258
commit
1300593bef
200
vc6/ZEngine.dsp
Executable file
200
vc6/ZEngine.dsp
Executable file
@ -0,0 +1,200 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZEngine" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
||||||
|
|
||||||
|
CFG=ZEngine - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZEngine.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZEngine.mak" CFG="ZEngine - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZEngine - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE "ZEngine - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZEngine - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo /out:"../lib\ZEngineS.lib"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZEngine - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||||
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo /o"../lib/ZEngine.bsc"
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo /out:"../lib\ZEngineSD.lib"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZEngine - Win32 Release"
|
||||||
|
# Name "ZEngine - Win32 Debug"
|
||||||
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\external\physfsrwops.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\external\SDLGL_Util.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_Error.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZConfigFile.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZEngine.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZFont.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZImage.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZMusic.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZRect.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZSound.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\src\ZE_ZTimer.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Header Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\external\physfsrwops.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\external\SDLGL_Util.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_Defines.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_Error.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_Includes.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_Macros.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZConfigFile.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZEngine.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZFont.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZImage.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZMusic.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZObject.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZRect.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZSound.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZE_ZTimer.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\include\ZEngine.h
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# End Target
|
||||||
|
# End Project
|
113
vc6/ZEngine.dsw
Executable file
113
vc6/ZEngine.dsw
Executable file
@ -0,0 +1,113 @@
|
|||||||
|
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||||
|
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZEngine"=".\ZEngine.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZFontTest"=".\ZFontTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZImageTest"=".\ZImageTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZMouseTest"=".\ZMouseTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZMusicTest"=".\ZMusicTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZRectTest"=".\ZRectTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZSoundTest"=".\ZSoundTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "ZTimerTest"=".\ZTimerTest.dsp" - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
Global:
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<3>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
144
vc6/ZFontTest.dsp
Executable file
144
vc6/ZFontTest.dsp
Executable file
@ -0,0 +1,144 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZFontTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZFontTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZFontTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZFontTest.mak" CFG="ZFontTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZFontTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZFontTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZFontTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZFontTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZFontTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZFontTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZFontTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZFontTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZFontTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZFontTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZFontTest - Win32 Debug"
|
||||||
|
# Name "ZFontTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZFontTest.cpp
|
||||||
|
DEP_CPP_ZFONT=\
|
||||||
|
{$(INCLUDE)}"begin_code.h"\
|
||||||
|
{$(INCLUDE)}"close_code.h"\
|
||||||
|
{$(INCLUDE)}"external\physfsrwops.h"\
|
||||||
|
{$(INCLUDE)}"external\SDLGL_Util.h"\
|
||||||
|
{$(INCLUDE)}"SDL.h"\
|
||||||
|
{$(INCLUDE)}"SDL_active.h"\
|
||||||
|
{$(INCLUDE)}"SDL_audio.h"\
|
||||||
|
{$(INCLUDE)}"SDL_byteorder.h"\
|
||||||
|
{$(INCLUDE)}"SDL_cdrom.h"\
|
||||||
|
{$(INCLUDE)}"SDL_error.h"\
|
||||||
|
{$(INCLUDE)}"SDL_events.h"\
|
||||||
|
{$(INCLUDE)}"SDL_getenv.h"\
|
||||||
|
{$(INCLUDE)}"SDL_image.h"\
|
||||||
|
{$(INCLUDE)}"SDL_joystick.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keyboard.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keysym.h"\
|
||||||
|
{$(INCLUDE)}"SDL_main.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mixer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mouse.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mutex.h"\
|
||||||
|
{$(INCLUDE)}"SDL_opengl.h"\
|
||||||
|
{$(INCLUDE)}"SDL_quit.h"\
|
||||||
|
{$(INCLUDE)}"SDL_rwops.h"\
|
||||||
|
{$(INCLUDE)}"SDL_timer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_ttf.h"\
|
||||||
|
{$(INCLUDE)}"SDL_types.h"\
|
||||||
|
{$(INCLUDE)}"SDL_version.h"\
|
||||||
|
{$(INCLUDE)}"SDL_video.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Defines.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Error.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Includes.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Macros.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZConfigFile.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZEngine.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZFont.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZImage.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZMusic.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZObject.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZRect.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZSound.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZTimer.h"\
|
||||||
|
{$(INCLUDE)}"ZEngine.h"\
|
||||||
|
|
||||||
|
NODEP_CPP_ZFONT=\
|
||||||
|
"..\include\physfs.h"\
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
144
vc6/ZImageTest.dsp
Executable file
144
vc6/ZImageTest.dsp
Executable file
@ -0,0 +1,144 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZImageTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZImageTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZImageTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZImageTest.mak" CFG="ZImageTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZImageTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZImageTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZImageTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZImageTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZImageTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZImageTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZImageTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZImageTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZImageTest - Win32 Debug"
|
||||||
|
# Name "ZImageTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZImageTest.cpp
|
||||||
|
DEP_CPP_ZIMAG=\
|
||||||
|
{$(INCLUDE)}"begin_code.h"\
|
||||||
|
{$(INCLUDE)}"close_code.h"\
|
||||||
|
{$(INCLUDE)}"external\physfsrwops.h"\
|
||||||
|
{$(INCLUDE)}"external\SDLGL_Util.h"\
|
||||||
|
{$(INCLUDE)}"SDL.h"\
|
||||||
|
{$(INCLUDE)}"SDL_active.h"\
|
||||||
|
{$(INCLUDE)}"SDL_audio.h"\
|
||||||
|
{$(INCLUDE)}"SDL_byteorder.h"\
|
||||||
|
{$(INCLUDE)}"SDL_cdrom.h"\
|
||||||
|
{$(INCLUDE)}"SDL_error.h"\
|
||||||
|
{$(INCLUDE)}"SDL_events.h"\
|
||||||
|
{$(INCLUDE)}"SDL_getenv.h"\
|
||||||
|
{$(INCLUDE)}"SDL_image.h"\
|
||||||
|
{$(INCLUDE)}"SDL_joystick.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keyboard.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keysym.h"\
|
||||||
|
{$(INCLUDE)}"SDL_main.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mixer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mouse.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mutex.h"\
|
||||||
|
{$(INCLUDE)}"SDL_opengl.h"\
|
||||||
|
{$(INCLUDE)}"SDL_quit.h"\
|
||||||
|
{$(INCLUDE)}"SDL_rwops.h"\
|
||||||
|
{$(INCLUDE)}"SDL_timer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_ttf.h"\
|
||||||
|
{$(INCLUDE)}"SDL_types.h"\
|
||||||
|
{$(INCLUDE)}"SDL_version.h"\
|
||||||
|
{$(INCLUDE)}"SDL_video.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Defines.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Error.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Includes.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Macros.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZConfigFile.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZEngine.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZFont.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZImage.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZMusic.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZObject.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZRect.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZSound.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZTimer.h"\
|
||||||
|
{$(INCLUDE)}"ZEngine.h"\
|
||||||
|
|
||||||
|
NODEP_CPP_ZIMAG=\
|
||||||
|
"..\include\physfs.h"\
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
144
vc6/ZMouseTest.dsp
Executable file
144
vc6/ZMouseTest.dsp
Executable file
@ -0,0 +1,144 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZMouseTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZMouseTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZMouseTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZMouseTest.mak" CFG="ZMouseTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZMouseTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZMouseTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZMouseTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZMouseTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZMouseTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZMouseTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZMouseTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZMouseTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZMouseTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZMouseTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZMouseTest - Win32 Debug"
|
||||||
|
# Name "ZMouseTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZMouseTest.cpp
|
||||||
|
DEP_CPP_ZMOUS=\
|
||||||
|
{$(INCLUDE)}"begin_code.h"\
|
||||||
|
{$(INCLUDE)}"close_code.h"\
|
||||||
|
{$(INCLUDE)}"external\physfsrwops.h"\
|
||||||
|
{$(INCLUDE)}"external\SDLGL_Util.h"\
|
||||||
|
{$(INCLUDE)}"SDL.h"\
|
||||||
|
{$(INCLUDE)}"SDL_active.h"\
|
||||||
|
{$(INCLUDE)}"SDL_audio.h"\
|
||||||
|
{$(INCLUDE)}"SDL_byteorder.h"\
|
||||||
|
{$(INCLUDE)}"SDL_cdrom.h"\
|
||||||
|
{$(INCLUDE)}"SDL_error.h"\
|
||||||
|
{$(INCLUDE)}"SDL_events.h"\
|
||||||
|
{$(INCLUDE)}"SDL_getenv.h"\
|
||||||
|
{$(INCLUDE)}"SDL_image.h"\
|
||||||
|
{$(INCLUDE)}"SDL_joystick.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keyboard.h"\
|
||||||
|
{$(INCLUDE)}"SDL_keysym.h"\
|
||||||
|
{$(INCLUDE)}"SDL_main.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mixer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mouse.h"\
|
||||||
|
{$(INCLUDE)}"SDL_mutex.h"\
|
||||||
|
{$(INCLUDE)}"SDL_opengl.h"\
|
||||||
|
{$(INCLUDE)}"SDL_quit.h"\
|
||||||
|
{$(INCLUDE)}"SDL_rwops.h"\
|
||||||
|
{$(INCLUDE)}"SDL_timer.h"\
|
||||||
|
{$(INCLUDE)}"SDL_ttf.h"\
|
||||||
|
{$(INCLUDE)}"SDL_types.h"\
|
||||||
|
{$(INCLUDE)}"SDL_version.h"\
|
||||||
|
{$(INCLUDE)}"SDL_video.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Defines.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Error.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Includes.h"\
|
||||||
|
{$(INCLUDE)}"ZE_Macros.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZConfigFile.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZEngine.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZFont.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZImage.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZMusic.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZObject.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZRect.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZSound.h"\
|
||||||
|
{$(INCLUDE)}"ZE_ZTimer.h"\
|
||||||
|
{$(INCLUDE)}"ZEngine.h"\
|
||||||
|
|
||||||
|
NODEP_CPP_ZMOUS=\
|
||||||
|
"..\include\physfs.h"\
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
97
vc6/ZMusicTest.dsp
Executable file
97
vc6/ZMusicTest.dsp
Executable file
@ -0,0 +1,97 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZMusicTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZMusicTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZMusicTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZMusicTest.mak" CFG="ZMusicTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZMusicTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZMusicTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZMusicTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZMusicTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZMusicTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZMusicTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZMusicTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZMusicTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZMusicTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZMusicTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZMusicTest - Win32 Debug"
|
||||||
|
# Name "ZMusicTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZMusicTest.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
97
vc6/ZRectTest.dsp
Executable file
97
vc6/ZRectTest.dsp
Executable file
@ -0,0 +1,97 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZRectTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZRectTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZRectTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZRectTest.mak" CFG="ZRectTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZRectTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZRectTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZRectTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZRectTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZRectTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZRectTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZRectTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZRectTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZRectTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZRectTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZRectTest - Win32 Debug"
|
||||||
|
# Name "ZRectTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZRectTest.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
97
vc6/ZSoundTest.dsp
Executable file
97
vc6/ZSoundTest.dsp
Executable file
@ -0,0 +1,97 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZSoundTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZSoundTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZSoundTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZSoundTest.mak" CFG="ZSoundTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZSoundTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZSoundTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZSoundTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZSoundTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZSoundTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZSoundTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZSoundTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZSoundTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZSoundTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZSoundTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZSoundTest - Win32 Debug"
|
||||||
|
# Name "ZSoundTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZSoundTest.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
97
vc6/ZTimerTest.dsp
Executable file
97
vc6/ZTimerTest.dsp
Executable file
@ -0,0 +1,97 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="ZTimerTest" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||||
|
|
||||||
|
CFG=ZTimerTest - Win32 Debug
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZTimerTest.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "ZTimerTest.mak" CFG="ZTimerTest - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "ZTimerTest - Win32 Debug" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE "ZTimerTest - Win32 Release" (based on "Win32 (x86) Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "ZTimerTest - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "Debug"
|
||||||
|
# PROP BASE Intermediate_Dir "Debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "Debug"
|
||||||
|
# PROP Intermediate_Dir "Debug"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /GZ PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZTimerTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZTimerTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT BASE LINK32 /pdb:none
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineSD.lib /nologo /subsystem:windows /pdb:"Debug\ZTimerTest.pdb" /debug /machine:IX86 /out:"..\test\bin\ZTimerTestD.exe" /pdbtype:sept
|
||||||
|
# SUBTRACT LINK32 /pdb:none
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "ZTimerTest - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "Release"
|
||||||
|
# PROP BASE Intermediate_Dir "Release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "Release"
|
||||||
|
# PROP Intermediate_Dir "Release"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /GF PRECOMP_VC7_TOBEREMOVED /c
|
||||||
|
# ADD BASE MTL /nologo /win32
|
||||||
|
# ADD MTL /nologo /win32
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib physfs.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZTimerTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdl.lib sdlmain.lib opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib ZEngineS.lib /nologo /subsystem:windows /debug /machine:IX86 /out:"..\test\bin\ZTimerTest.exe" /pdbtype:sept /opt:ref /opt:icf
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "ZTimerTest - Win32 Debug"
|
||||||
|
# Name "ZTimerTest - Win32 Release"
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\test\ZTimerTest.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Target
|
||||||
|
# End Project
|
Loading…
Reference in New Issue
Block a user