[Plib-cvs] plib/examples/src/ssg/sky sky.cxx,NONE,1.1 sky.dsp,NONE,1.1 sky.dsw,NONE,1.1 sky.ncb,NONE
Brought to you by:
sjbaker
From: Nick M. <nm...@us...> - 2003-07-26 07:01:01
|
Update of /cvsroot/plib/plib/examples/src/ssg/sky In directory sc8-pr-cvs1:/tmp/cvs-serv1723/sky Added Files: sky.cxx sky.dsp sky.dsw sky.ncb sky.opt sky.plg Log Message: Added ssgaSky --- NEW FILE: sky.cxx --- /* PLIB - A Suite of Portable Game Libraries Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA For further information visit http://plib.sourceforge.net [...642 lines suppressed...] /* Set everything up on the first time around */ cloudSelectBox_cb ( cloudSelectBox ) ; window_group->close () ; } /* The works. */ int main ( int, char ** ) { init_graphics () ; load_database () ; init_gui () ; glutMainLoop () ; return 0 ; } --- NEW FILE: sky.dsp --- # Microsoft Developer Studio Project File - Name="sky" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=sky - 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 "sky.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 "sky.mak" CFG="sky - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE [...62 lines suppressed...] # Name "sky - Win32 Release" # Name "sky - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\sky.cxx # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project --- NEW FILE: sky.dsw --- Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "sky"=".\sky.dsp" - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### --- NEW FILE: sky.ncb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sky.opt --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sky.plg --- <html> <body> <pre> <h1>Build Log</h1> <h3> --------------------Configuration: sky - Win32 Release-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBB.tmp" with contents [ /nologo /MT /W3 /GX /O2 /I "..\..\..\..\..\\" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/sky.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c "C:\Documents and Settings\Nick\My Documents\Programming\plib-cvs\plib\examples\src\ssg\sky\sky.cxx" ] Creating command line "cl.exe @C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBB.tmp" Creating temporary file "C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBC.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg.lib ssg.lib pui.lib fnt.lib ul.lib ssgAux.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/sky.pdb" /machine:I386 /out:"Release/sky.exe" /libpath:"..\..\..\..\..\plib" ".\Release\sky.obj" ] Creating command line "link.exe @C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBC.tmp" <h3>Output Window</h3> Compiling... sky.cxx Linking... <h3>Results</h3> sky.exe - 0 error(s), 0 warning(s) <h3> --------------------Configuration: sky - Win32 Debug-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBE.tmp" with contents [ /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/sky.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "C:\Documents and Settings\Nick\My Documents\Programming\plib-cvs\plib\examples\src\ssg\sky\sky.cxx" ] Creating command line "cl.exe @C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBE.tmp" Creating temporary file "C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBF.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg_d.lib ssg_d.lib pui_d.lib fnt_d.lib ul_d.lib ssgAux_d.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/sky.pdb" /debug /machine:I386 /out:"Debug/sky.exe" /pdbtype:sept /libpath:"..\..\..\..\..\plib" ".\Debug\sky.obj" ] Creating command line "link.exe @C:\DOCUME~1\Family\LOCALS~1\Temp\RSPBF.tmp" <h3>Output Window</h3> Compiling... sky.cxx Linking... <h3>Results</h3> sky.exe - 0 error(s), 0 warning(s) </pre> </body> </html> |