1# Microsoft Developer Studio Project File - Name="ProTcl" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 5.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=ProTcl - Win32 Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE 
11!MESSAGE NMAKE /f "ProTcl.mak".
12!MESSAGE 
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE 
16!MESSAGE NMAKE /f "ProTcl.mak" CFG="ProTcl - Win32 Debug"
17!MESSAGE 
18!MESSAGE Possible choices for configuration are:
19!MESSAGE 
20!MESSAGE "ProTcl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "ProTcl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE 
23
24# Begin Project
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28MTL=midl.exe
29RSC=rc.exe
30
31!IF  "$(CFG)" == "ProTcl - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
35# PROP BASE Output_Dir "Release"
36# PROP BASE Intermediate_Dir "Release"
37# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 0
40# PROP Output_Dir "Release"
41# PROP Intermediate_Dir "Release"
42# PROP Target_Dir ""
43# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
44# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../sepia/i386_nt" /I "M:/Eclipse/tcltk8.0/i386_nt/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ECLIPSE" /D "__STDC__" /YX /FD /c
45# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
46# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
47# ADD BASE RSC /l 0x409 /d "NDEBUG"
48# ADD RSC /l 0x409 /d "NDEBUG"
49BSC32=bscmake.exe
50# ADD BASE BSC32 /nologo
51# ADD BSC32 /nologo
52LINK32=link.exe
53# 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 /nologo /subsystem:windows /dll /machine:I386
54# ADD LINK32 tcl80vc.lib tk80vc.lib eclipse.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:windows /dll /machine:I386 /libpath:"../Eclipse/Release" /libpath:"M:/Eclipse/tcltk8.0/i386_nt/lib"
55# Begin Special Build Tool
56SOURCE=$(InputPath)
57PostBuild_Desc=Copying dll to lib_graphic/i386_nt
58PostBuild_Cmds=copy Release\ProTcl.dll   ..\..\lib_graphic\i386_nt\tk.dll
59# End Special Build Tool
60
61!ELSEIF  "$(CFG)" == "ProTcl - Win32 Debug"
62
63# PROP BASE Use_MFC 0
64# PROP BASE Use_Debug_Libraries 1
65# PROP BASE Output_Dir "Debug"
66# PROP BASE Intermediate_Dir "Debug"
67# PROP BASE Target_Dir ""
68# PROP Use_MFC 0
69# PROP Use_Debug_Libraries 1
70# PROP Output_Dir "Debug"
71# PROP Intermediate_Dir "Debug"
72# PROP Ignore_Export_Lib 0
73# PROP Target_Dir ""
74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
75# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../sepia/i386_nt" /I "M:/Eclipse/tcltk8.0/i386_nt/include" /D "_DEBUG" /D "ECLIPSE" /D "__STDC__" /D "WIN32" /D "_WINDOWS" /YX /FD /c
76# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
78# ADD BASE RSC /l 0x409 /d "_DEBUG"
79# ADD RSC /l 0x409 /d "_DEBUG"
80BSC32=bscmake.exe
81# ADD BASE BSC32 /nologo
82# ADD BSC32 /nologo
83LINK32=link.exe
84# 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
85# ADD LINK32 tcl80vc.lib tk80vc.lib eclipse.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:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"../Eclipse/Debug" /libpath:"M:/Eclipse/tcltk8.0/i386_nt/lib"
86# Begin Special Build Tool
87SOURCE=$(InputPath)
88PostBuild_Desc=Copying dll to lib_graphic/i386_nt
89PostBuild_Cmds=copy Debug\ProTcl.dll   ..\..\lib_graphic\i386_nt\tk.dll
90# End Special Build Tool
91
92!ENDIF 
93
94# Begin Target
95
96# Name "ProTcl - Win32 Release"
97# Name "ProTcl - Win32 Debug"
98# Begin Source File
99
100SOURCE=..\..\protcl\protcl\protcl.c
101# End Source File
102# Begin Source File
103
104SOURCE=..\..\protcl\protcl\protcl.def
105# End Source File
106# Begin Source File
107
108SOURCE=..\..\protcl\protcl\tk.c
109# End Source File
110# Begin Source File
111
112SOURCE=..\..\protcl\protcl\tkAppInit.c
113# End Source File
114# End Target
115# End Project
116