mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-22 22:55:06 +00:00
retired wglinfo
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@290 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
39101e242d
commit
e2884682db
@ -42,7 +42,7 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "wglinfo"=.\wglinfo.dsp - Package Owner=<4>
|
||||
Project: "visualinfo"=.\visualinfo.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
|
@ -1,24 +1,24 @@
|
||||
# Microsoft Developer Studio Project File - Name="wglinfo" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="visualinfo" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=wglinfo - Win32 Debug
|
||||
CFG=visualinfo - 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 "wglinfo.mak".
|
||||
!MESSAGE NMAKE /f "visualinfo.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 "wglinfo.mak" CFG="wglinfo - Win32 Debug"
|
||||
!MESSAGE NMAKE /f "visualinfo.mak" CFG="visualinfo - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "wglinfo - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "wglinfo - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "visualinfo - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "visualinfo - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@ -28,7 +28,7 @@ CFG=wglinfo - Win32 Debug
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "wglinfo - Win32 Release"
|
||||
!IF "$(CFG)" == "visualinfo - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@ -52,7 +52,7 @@ 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
|
||||
# ADD LINK32 ../../lib/glew32s.lib glu32.lib opengl32.lib gdi32.lib user32.lib kernel32.lib /nologo /subsystem:console /machine:I386
|
||||
|
||||
!ELSEIF "$(CFG)" == "wglinfo - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "visualinfo - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@ -74,21 +74,21 @@ BSC32=bscmake.exe
|
||||
# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 ../../lib/glew32sd.lib glu32.lib opengl32.lib gdi32.lib user32.lib kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"static/debug/wglinfod.pdb" /debug /machine:I386 /out:"../../bin/wglinfod.exe" /pdbtype:sept
|
||||
# ADD LINK32 ../../lib/glew32sd.lib glu32.lib opengl32.lib gdi32.lib user32.lib kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"static/debug/visualinfod.pdb" /debug /machine:I386 /out:"../../bin/visualinfod.exe" /pdbtype:sept
|
||||
# SUBTRACT LINK32 /pdb:none
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "wglinfo - Win32 Release"
|
||||
# Name "wglinfo - Win32 Debug"
|
||||
# Name "visualinfo - Win32 Release"
|
||||
# Name "visualinfo - Win32 Debug"
|
||||
# Begin Group "Source Files"
|
||||
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\wglinfo.c
|
||||
SOURCE=..\..\src\visualinfo.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
Loading…
Reference in New Issue
Block a user