1 | # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
|
---|
2 | # ** DO NOT EDIT **
|
---|
3 |
|
---|
4 | # TARGTYPE "Win32 (x86) External Target" 0x0106
|
---|
5 |
|
---|
6 | !IF "$(CFG)" == ""
|
---|
7 | CFG=make - Win32 Debug
|
---|
8 | !MESSAGE No configuration specified. Defaulting to make - Win32 Debug.
|
---|
9 | !ENDIF
|
---|
10 |
|
---|
11 | !IF "$(CFG)" != "make - Win32 Release" && "$(CFG)" != "make - Win32 Debug"
|
---|
12 | !MESSAGE Invalid configuration "$(CFG)" specified.
|
---|
13 | !MESSAGE You can specify a configuration when running NMAKE on this makefile
|
---|
14 | !MESSAGE by defining the macro CFG on the command line. For example:
|
---|
15 | !MESSAGE
|
---|
16 | !MESSAGE NMAKE /f "make.mak" CFG="make - Win32 Debug"
|
---|
17 | !MESSAGE
|
---|
18 | !MESSAGE Possible choices for configuration are:
|
---|
19 | !MESSAGE
|
---|
20 | !MESSAGE "make - Win32 Release" (based on "Win32 (x86) External Target")
|
---|
21 | !MESSAGE "make - Win32 Debug" (based on "Win32 (x86) External Target")
|
---|
22 | !MESSAGE
|
---|
23 | !ERROR An invalid configuration is specified.
|
---|
24 | !ENDIF
|
---|
25 |
|
---|
26 | !IF "$(OS)" == "Windows_NT"
|
---|
27 | NULL=
|
---|
28 | !ELSE
|
---|
29 | NULL=nul
|
---|
30 | !ENDIF
|
---|
31 | ################################################################################
|
---|
32 | # Begin Project
|
---|
33 |
|
---|
34 | !IF "$(CFG)" == "make - Win32 Release"
|
---|
35 |
|
---|
36 | # PROP BASE Use_Debug_Libraries 0
|
---|
37 | # PROP BASE Output_Dir "Release"
|
---|
38 | # PROP BASE Intermediate_Dir "Release"
|
---|
39 | # PROP BASE Target_Dir ""
|
---|
40 | # PROP BASE Cmd_Line "NMAKE /f makefile.mak"
|
---|
41 | # PROP BASE Rebuild_Opt "/a"
|
---|
42 | # PROP BASE Target_File "makefile.exe"
|
---|
43 | # PROP BASE Bsc_Name "makefile.bsc"
|
---|
44 | # PROP Use_Debug_Libraries 0
|
---|
45 | # PROP Output_Dir "Release"
|
---|
46 | # PROP Intermediate_Dir "Release"
|
---|
47 | # PROP Target_Dir ""
|
---|
48 | # PROP Cmd_Line "NMAKE /f makefile.mak"
|
---|
49 | # PROP Rebuild_Opt "/a"
|
---|
50 | # PROP Target_File "make.exe"
|
---|
51 | # PROP Bsc_Name "make.bsc"
|
---|
52 | OUTDIR=.\Release
|
---|
53 | INTDIR=.\Release
|
---|
54 |
|
---|
55 | ALL :
|
---|
56 |
|
---|
57 | CLEAN :
|
---|
58 | -@erase
|
---|
59 |
|
---|
60 | "$(OUTDIR)" :
|
---|
61 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
---|
62 |
|
---|
63 | !ELSEIF "$(CFG)" == "make - Win32 Debug"
|
---|
64 |
|
---|
65 | # PROP BASE Use_Debug_Libraries 1
|
---|
66 | # PROP BASE Output_Dir "Debug"
|
---|
67 | # PROP BASE Intermediate_Dir "Debug"
|
---|
68 | # PROP BASE Target_Dir ""
|
---|
69 | # PROP BASE Cmd_Line "NMAKE /f makefile.mak"
|
---|
70 | # PROP BASE Rebuild_Opt "/a"
|
---|
71 | # PROP BASE Target_File "makefile.exe"
|
---|
72 | # PROP BASE Bsc_Name "makefile.bsc"
|
---|
73 | # PROP Use_Debug_Libraries 1
|
---|
74 | # PROP Output_Dir "Debug"
|
---|
75 | # PROP Intermediate_Dir "Debug"
|
---|
76 | # PROP Target_Dir ""
|
---|
77 | # PROP Cmd_Line "NMAKE /f makefile.mak"
|
---|
78 | # PROP Rebuild_Opt "/a"
|
---|
79 | # PROP Target_File "make.exe"
|
---|
80 | # PROP Bsc_Name "make.bsc"
|
---|
81 | OUTDIR=.\Debug
|
---|
82 | INTDIR=.\Debug
|
---|
83 |
|
---|
84 | ALL :
|
---|
85 |
|
---|
86 | CLEAN :
|
---|
87 | -@erase
|
---|
88 |
|
---|
89 | "$(OUTDIR)" :
|
---|
90 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
---|
91 |
|
---|
92 | !ENDIF
|
---|
93 |
|
---|
94 | ################################################################################
|
---|
95 | # Begin Target
|
---|
96 |
|
---|
97 | # Name "make - Win32 Release"
|
---|
98 | # Name "make - Win32 Debug"
|
---|
99 |
|
---|
100 | !IF "$(CFG)" == "make - Win32 Release"
|
---|
101 |
|
---|
102 | "$(OUTDIR)\make.exe" :
|
---|
103 | CD X:\jc\code\max_plugin
|
---|
104 | NMAKE /f makefile.mak
|
---|
105 |
|
---|
106 | !ELSEIF "$(CFG)" == "make - Win32 Debug"
|
---|
107 |
|
---|
108 | "$(OUTDIR)\make.exe" :
|
---|
109 | CD X:\jc\code\max_plugin
|
---|
110 | NMAKE /f makefile.mak
|
---|
111 |
|
---|
112 | !ENDIF
|
---|
113 |
|
---|
114 | ################################################################################
|
---|
115 | # Begin Source File
|
---|
116 |
|
---|
117 | SOURCE=.\makefile.mak
|
---|
118 |
|
---|
119 | !IF "$(CFG)" == "make - Win32 Release"
|
---|
120 |
|
---|
121 | !ELSEIF "$(CFG)" == "make - Win32 Debug"
|
---|
122 |
|
---|
123 | !ENDIF
|
---|
124 |
|
---|
125 | # End Source File
|
---|
126 | # End Target
|
---|
127 | # End Project
|
---|
128 | ################################################################################
|
---|