1 | LTMP=/tmp
|
---|
2 | DOSTMP=c:/tmp
|
---|
3 | MACTMP=duh:tmp:
|
---|
4 | MacLinks=mac_links:
|
---|
5 | MSDEV=c:/msdev
|
---|
6 | all: c:/tmp/p1_16.dll c:/tmp/p1o_16.dll
|
---|
7 |
|
---|
8 | # {{{ CL Variables
|
---|
9 |
|
---|
10 | INCLUDE_p10=\
|
---|
11 | /I "..\i4\inc"\
|
---|
12 | /I "..\i4"\
|
---|
13 | /I "..\golg"\
|
---|
14 | /I "..\render"\
|
---|
15 | /I "sdk_inc"
|
---|
16 |
|
---|
17 | DEFINES_p10=\
|
---|
18 | /D "WIN32"\
|
---|
19 | /D "_WINDOWS"\
|
---|
20 | /D "__MSC__"\
|
---|
21 | /D "I4_SCREEN_DEPTH=16"\
|
---|
22 | /D "DEBUG"
|
---|
23 |
|
---|
24 | CPP=cl
|
---|
25 | CPPFLAGS_p10=/nologo /MD /Zi /Od
|
---|
26 |
|
---|
27 | # }}} #############################################################
|
---|
28 |
|
---|
29 | LIBS_p10=\
|
---|
30 | $(MSDEV)/lib/kernel32.lib\
|
---|
31 | $(MSDEV)/lib/user32.lib\
|
---|
32 | $(MSDEV)/lib/gdi32.lib\
|
---|
33 | $(MSDEV)/lib/comdlg32.lib\
|
---|
34 | $(MSDEV)/lib/oldnames.lib\
|
---|
35 | $(MSDEV)/lib/comctl32.lib\
|
---|
36 | $(MSDEV)/lib/msvcrt.lib\
|
---|
37 | $(MSDEV)/lib/winmm.lib\
|
---|
38 | c:/maxsdk/lib/GEOM.LIB\
|
---|
39 | c:/maxsdk/lib/UTIL.LIB\
|
---|
40 | c:/maxsdk/lib/CORE.LIB
|
---|
41 |
|
---|
42 | LFLAGS_p10=/DEBUG /NODEFAULTLIB
|
---|
43 |
|
---|
44 | RES=rc
|
---|
45 | RESFLAGS=/l 0x409 /d "_DEBUG" /i "$(MSDEV)/mfc/include"
|
---|
46 |
|
---|
47 | c:/tmp/23f88346.obj: ..\i4\loaders\dir_load.cc ..\i4\loaders\dir_load.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\i4\checksum\checksum.hh
|
---|
48 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\loaders\dir_load.cc" /Fo"c:/tmp/23f88346.obj"
|
---|
49 |
|
---|
50 | c:/tmp/52dbcd55.obj: ..\i4\loaders\dir_save.cc ..\i4\loaders\dir_save.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\i4\checksum\checksum.hh
|
---|
51 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\loaders\dir_save.cc" /Fo"c:/tmp/52dbcd55.obj"
|
---|
52 |
|
---|
53 | c:/tmp/f2117cc4.obj: ..\i4\checksum\checksum.cc ..\i4\inc\arch.hh
|
---|
54 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\checksum\checksum.cc" /Fo"c:/tmp/f2117cc4.obj"
|
---|
55 |
|
---|
56 | c:/tmp/81088d5e.obj: ..\i4\file\file.cc ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\time\profile.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh
|
---|
57 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\file\file.cc" /Fo"c:/tmp/81088d5e.obj"
|
---|
58 |
|
---|
59 | c:/tmp/2ab10b1a.obj: ..\i4\file\win32\win_file.cc ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\time\profile.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh ..\i4\file\get_dir.hh ..\i4\file\buf_file.hh ..\i4\file\async.hh ..\i4\memory\que.hh ..\i4\threads\signal.hh ..\i4\threads\linux\pthread.h ..\i4\threads\critical.hh
|
---|
60 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\file\win32\win_file.cc" /Fo"c:/tmp/2ab10b1a.obj"
|
---|
61 |
|
---|
62 | c:/tmp/ec261cdc.obj: ..\i4\file\async.cc ..\i4\file\async.hh ..\i4\memory\que.hh ..\i4\inc\arch.hh ..\i4\threads\signal.hh ..\i4\threads\linux\pthread.h ..\i4\threads\critical.hh ..\i4\init\init.hh ..\i4\file\file.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\threads\threads.hh ..\i4\time\time.hh
|
---|
63 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\file\async.cc" /Fo"c:/tmp/ec261cdc.obj"
|
---|
64 |
|
---|
65 | c:/tmp/4960b186.obj: ..\i4\init\init.cc ..\i4\init\init.hh ..\i4\inc\arch.hh ..\i4\error\error.hh
|
---|
66 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\init\init.cc" /Fo"c:/tmp/4960b186.obj"
|
---|
67 |
|
---|
68 | c:/tmp/a7da6c2f.obj: ..\i4\memory\malloc.cc ..\i4\inc\arch.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\error\error.hh ..\i4\threads\critical.hh
|
---|
69 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\memory\malloc.cc" /Fo"c:/tmp/a7da6c2f.obj"
|
---|
70 |
|
---|
71 | c:/tmp/fd41af82.obj: ..\i4\memory\bmanage.cc ..\i4\memory\bmanage.hh ..\i4\inc\arch.hh ..\i4\error\error.hh
|
---|
72 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\memory\bmanage.cc" /Fo"c:/tmp/fd41af82.obj"
|
---|
73 |
|
---|
74 | c:/tmp/58a03d14.obj: ..\i4\memory\growheap.cc ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\inc\arch.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\error\error.hh
|
---|
75 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\memory\growheap.cc" /Fo"c:/tmp/58a03d14.obj"
|
---|
76 |
|
---|
77 | c:/tmp/abc12eab.obj: ..\i4\file\win32\get_dir.cc ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
78 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\file\win32\get_dir.cc" /Fo"c:/tmp/abc12eab.obj"
|
---|
79 |
|
---|
80 | c:/tmp/2f450bfa.obj: ..\i4\file\buf_file.cc ..\i4\file\buf_file.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
81 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\file\buf_file.cc" /Fo"c:/tmp/2f450bfa.obj"
|
---|
82 |
|
---|
83 | c:/tmp/5c5da04c.obj: ..\i4\string\string.cc ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\file\file.hh
|
---|
84 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\string\string.cc" /Fo"c:/tmp/5c5da04c.obj"
|
---|
85 |
|
---|
86 | c:/tmp/85424b72.obj: ..\i4\error\error.cc ..\i4\error\error.hh
|
---|
87 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\error\error.cc" /Fo"c:/tmp/85424b72.obj"
|
---|
88 |
|
---|
89 | c:/tmp/6a1cdb03.obj: ..\i4\threads\win32\threads.cc ..\i4\threads\threads.hh ..\i4\inc\arch.hh ..\i4\threads\critical.hh ..\i4\error\error.hh
|
---|
90 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\threads\win32\threads.cc" /Fo"c:/tmp/6a1cdb03.obj"
|
---|
91 |
|
---|
92 | c:/tmp/08f31729.obj: ..\i4\time\win_time.cc ..\i4\inc\arch.hh ..\i4\time\time.hh
|
---|
93 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\time\win_time.cc" /Fo"c:/tmp/08f31729.obj"
|
---|
94 |
|
---|
95 | c:/tmp/b123a4be.obj: ..\i4\time\profile.cc ..\i4\error\error.hh ..\i4\time\profile.hh ..\i4\inc\arch.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh
|
---|
96 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "..\i4\time\profile.cc" /Fo"c:/tmp/b123a4be.obj"
|
---|
97 |
|
---|
98 | c:/tmp/a58a542d.obj: max_object.cc max_object.hh ..\golg\obj3d.hh ..\i4\inc\arch.hh ..\i4\math\point.hh ..\i4\math\vector.hh ..\i4\math\num_type.hh ..\render\r1_vert.hh ..\golg\g1_vert.hh ..\render\tex_id.hh ..\golg\load3d.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\golg\saver.hh ..\i4\file\file.hh ..\i4\memory\growarry.hh ..\golg\path.hh ..\golg\reference.hh ..\i4\loaders\dir_load.hh ..\i4\loaders\dir_save.hh ..\golg\saver_id.hh
|
---|
99 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "max_object.cc" /Fo"c:/tmp/a58a542d.obj"
|
---|
100 |
|
---|
101 | c:/tmp/ac8a9f03.obj: maxcomm.cc maxcomm.hh ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
102 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "maxcomm.cc" /Fo"c:/tmp/ac8a9f03.obj"
|
---|
103 |
|
---|
104 | c:/tmp/9b8d61cf.obj: util.cc crkutil.hh crkutilr.hh ..\golg\obj3d.hh ..\i4\inc\arch.hh ..\i4\math\point.hh ..\i4\math\vector.hh ..\i4\math\num_type.hh ..\render\r1_vert.hh ..\golg\g1_vert.hh ..\render\tex_id.hh maxcomm.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\file\file.hh resource.hh max_object.hh ..\golg\load3d.hh ..\i4\memory\array.hh ..\golg\saver.hh ..\i4\memory\growarry.hh ..\golg\path.hh ..\golg\reference.hh ..\i4\loaders\dir_load.hh ..\i4\loaders\dir_save.hh
|
---|
105 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "util.cc" /Fo"c:/tmp/9b8d61cf.obj"
|
---|
106 |
|
---|
107 | c:/tmp/51a8f00f.obj: crkutil.cc crkutil.hh crkutilr.hh
|
---|
108 | $(CPP) $(CPPFLAGS_p10) $(INCLUDE_p10) $(DEFINES_p10) /c /Tp "crkutil.cc" /Fo"c:/tmp/51a8f00f.obj"
|
---|
109 |
|
---|
110 | c:/tmp/a65f8392.res: plugin.rc
|
---|
111 | $(RES) $(RESFLAGS) /fo"c:/tmp/a65f8392.res" "plugin.rc"
|
---|
112 |
|
---|
113 | DEP_p10=\
|
---|
114 | c:/tmp/23f88346.obj\
|
---|
115 | c:/tmp/52dbcd55.obj\
|
---|
116 | c:/tmp/f2117cc4.obj\
|
---|
117 | c:/tmp/81088d5e.obj\
|
---|
118 | c:/tmp/2ab10b1a.obj\
|
---|
119 | c:/tmp/ec261cdc.obj\
|
---|
120 | c:/tmp/4960b186.obj\
|
---|
121 | c:/tmp/a7da6c2f.obj\
|
---|
122 | c:/tmp/fd41af82.obj\
|
---|
123 | c:/tmp/58a03d14.obj\
|
---|
124 | c:/tmp/abc12eab.obj\
|
---|
125 | c:/tmp/2f450bfa.obj\
|
---|
126 | c:/tmp/5c5da04c.obj\
|
---|
127 | c:/tmp/85424b72.obj\
|
---|
128 | c:/tmp/6a1cdb03.obj\
|
---|
129 | c:/tmp/08f31729.obj\
|
---|
130 | c:/tmp/b123a4be.obj\
|
---|
131 | c:/tmp/a58a542d.obj\
|
---|
132 | c:/tmp/ac8a9f03.obj\
|
---|
133 | c:/tmp/9b8d61cf.obj\
|
---|
134 | c:/tmp/51a8f00f.obj\
|
---|
135 | c:/tmp/a65f8392.res
|
---|
136 |
|
---|
137 | c:/tmp/p1_16.dll: $(DEP_p10)
|
---|
138 | link /DLL /def:"plugin.def" $(LFLAGS_p10) /OUT:"c:/tmp/p1_16.dll" $(LIBS_p10) @make_p10.lnk
|
---|
139 |
|
---|
140 | # {{{ CL Variables
|
---|
141 |
|
---|
142 | INCLUDE_p12=\
|
---|
143 | /I "..\i4\inc"\
|
---|
144 | /I "..\i4"\
|
---|
145 | /I "..\golg"\
|
---|
146 | /I "..\render"\
|
---|
147 | /I "sdk_inc"
|
---|
148 |
|
---|
149 | DEFINES_p12=\
|
---|
150 | /D "WIN32"\
|
---|
151 | /D "_WINDOWS"\
|
---|
152 | /D "__MSC__"\
|
---|
153 | /D "I4_SCREEN_DEPTH=16"
|
---|
154 |
|
---|
155 | CPP=cl
|
---|
156 | CPPFLAGS_p12=/nologo /MD /Zi /Ox
|
---|
157 |
|
---|
158 | # }}} #############################################################
|
---|
159 |
|
---|
160 | LIBS_p12=\
|
---|
161 | $(MSDEV)/lib/kernel32.lib\
|
---|
162 | $(MSDEV)/lib/user32.lib\
|
---|
163 | $(MSDEV)/lib/gdi32.lib\
|
---|
164 | $(MSDEV)/lib/comdlg32.lib\
|
---|
165 | $(MSDEV)/lib/oldnames.lib\
|
---|
166 | $(MSDEV)/lib/comctl32.lib\
|
---|
167 | $(MSDEV)/lib/msvcrt.lib\
|
---|
168 | $(MSDEV)/lib/winmm.lib\
|
---|
169 | c:/maxsdk/lib/GEOM.LIB\
|
---|
170 | c:/maxsdk/lib/UTIL.LIB\
|
---|
171 | c:/maxsdk/lib/CORE.LIB
|
---|
172 |
|
---|
173 | LFLAGS_p12=/NODEFAULTLIB /DEBUG
|
---|
174 |
|
---|
175 | RES=rc
|
---|
176 | RESFLAGS=/l 0x409 /d "_DEBUG" /i "$(MSDEV)/mfc/include"
|
---|
177 |
|
---|
178 | c:/tmp/1f8fbfb5.obj: ..\i4\loaders\dir_load.cc ..\i4\loaders\dir_load.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\i4\checksum\checksum.hh
|
---|
179 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\loaders\dir_load.cc" /Fo"c:/tmp/1f8fbfb5.obj"
|
---|
180 |
|
---|
181 | c:/tmp/4e7209c4.obj: ..\i4\loaders\dir_save.cc ..\i4\loaders\dir_save.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\i4\checksum\checksum.hh
|
---|
182 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\loaders\dir_save.cc" /Fo"c:/tmp/4e7209c4.obj"
|
---|
183 |
|
---|
184 | c:/tmp/30532733.obj: ..\i4\checksum\checksum.cc ..\i4\inc\arch.hh
|
---|
185 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\checksum\checksum.cc" /Fo"c:/tmp/30532733.obj"
|
---|
186 |
|
---|
187 | c:/tmp/1b16c0cd.obj: ..\i4\file\file.cc ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\time\profile.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh
|
---|
188 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\file\file.cc" /Fo"c:/tmp/1b16c0cd.obj"
|
---|
189 |
|
---|
190 | c:/tmp/a9969489.obj: ..\i4\file\win32\win_file.cc ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\time\profile.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh ..\i4\file\get_dir.hh ..\i4\file\buf_file.hh ..\i4\file\async.hh ..\i4\memory\que.hh ..\i4\threads\signal.hh ..\i4\threads\linux\pthread.h ..\i4\threads\critical.hh
|
---|
191 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\file\win32\win_file.cc" /Fo"c:/tmp/a9969489.obj"
|
---|
192 |
|
---|
193 | c:/tmp/36d6be4b.obj: ..\i4\file\async.cc ..\i4\file\async.hh ..\i4\memory\que.hh ..\i4\inc\arch.hh ..\i4\threads\signal.hh ..\i4\threads\linux\pthread.h ..\i4\threads\critical.hh ..\i4\init\init.hh ..\i4\file\file.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\threads\threads.hh ..\i4\time\time.hh
|
---|
194 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\file\async.cc" /Fo"c:/tmp/36d6be4b.obj"
|
---|
195 |
|
---|
196 | c:/tmp/e36ee4f5.obj: ..\i4\init\init.cc ..\i4\init\init.hh ..\i4\inc\arch.hh ..\i4\error\error.hh
|
---|
197 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\init\init.cc" /Fo"c:/tmp/e36ee4f5.obj"
|
---|
198 |
|
---|
199 | c:/tmp/230a5b9e.obj: ..\i4\memory\malloc.cc ..\i4\inc\arch.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\error\error.hh ..\i4\threads\critical.hh
|
---|
200 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\memory\malloc.cc" /Fo"c:/tmp/230a5b9e.obj"
|
---|
201 |
|
---|
202 | c:/tmp/07cf0df1.obj: ..\i4\memory\bmanage.cc ..\i4\memory\bmanage.hh ..\i4\inc\arch.hh ..\i4\error\error.hh
|
---|
203 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\memory\bmanage.cc" /Fo"c:/tmp/07cf0df1.obj"
|
---|
204 |
|
---|
205 | c:/tmp/bdfb0a83.obj: ..\i4\memory\growheap.cc ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\inc\arch.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\error\error.hh
|
---|
206 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\memory\growheap.cc" /Fo"c:/tmp/bdfb0a83.obj"
|
---|
207 |
|
---|
208 | c:/tmp/451d481a.obj: ..\i4\file\win32\get_dir.cc ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
209 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\file\win32\get_dir.cc" /Fo"c:/tmp/451d481a.obj"
|
---|
210 |
|
---|
211 | c:/tmp/ab75fa69.obj: ..\i4\file\buf_file.cc ..\i4\file\buf_file.hh ..\i4\file\file.hh ..\i4\inc\arch.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
212 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\file\buf_file.cc" /Fo"c:/tmp/ab75fa69.obj"
|
---|
213 |
|
---|
214 | c:/tmp/d88d8fbb.obj: ..\i4\string\string.cc ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\file\file.hh
|
---|
215 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\string\string.cc" /Fo"c:/tmp/d88d8fbb.obj"
|
---|
216 |
|
---|
217 | c:/tmp/90035ce1.obj: ..\i4\error\error.cc ..\i4\error\error.hh
|
---|
218 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\error\error.cc" /Fo"c:/tmp/90035ce1.obj"
|
---|
219 |
|
---|
220 | c:/tmp/0a604272.obj: ..\i4\threads\win32\threads.cc ..\i4\threads\threads.hh ..\i4\inc\arch.hh ..\i4\threads\critical.hh ..\i4\error\error.hh
|
---|
221 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\threads\win32\threads.cc" /Fo"c:/tmp/0a604272.obj"
|
---|
222 |
|
---|
223 | c:/tmp/84230698.obj: ..\i4\time\win_time.cc ..\i4\inc\arch.hh ..\i4\time\time.hh
|
---|
224 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\time\win_time.cc" /Fo"c:/tmp/84230698.obj"
|
---|
225 |
|
---|
226 | c:/tmp/fd64242d.obj: ..\i4\time\profile.cc ..\i4\error\error.hh ..\i4\time\profile.hh ..\i4\inc\arch.hh ..\i4\time\win_prof.hh ..\i4\time\linux_prof.hh
|
---|
227 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "..\i4\time\profile.cc" /Fo"c:/tmp/fd64242d.obj"
|
---|
228 |
|
---|
229 | c:/tmp/a1ef5c9c.obj: max_object.cc max_object.hh ..\golg\obj3d.hh ..\i4\inc\arch.hh ..\i4\math\point.hh ..\i4\math\vector.hh ..\i4\math\num_type.hh ..\render\r1_vert.hh ..\golg\g1_vert.hh ..\render\tex_id.hh ..\golg\load3d.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\memory\array.hh ..\golg\saver.hh ..\i4\file\file.hh ..\i4\memory\growarry.hh ..\golg\path.hh ..\golg\reference.hh ..\i4\loaders\dir_load.hh ..\i4\loaders\dir_save.hh ..\golg\saver_id.hh
|
---|
230 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "max_object.cc" /Fo"c:/tmp/a1ef5c9c.obj"
|
---|
231 |
|
---|
232 | c:/tmp/22245a72.obj: maxcomm.cc maxcomm.hh ..\i4\string\string.hh ..\i4\inc\arch.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh
|
---|
233 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "maxcomm.cc" /Fo"c:/tmp/22245a72.obj"
|
---|
234 |
|
---|
235 | c:/tmp/0543cf3e.obj: util.cc crkutil.hh crkutilr.hh ..\golg\obj3d.hh ..\i4\inc\arch.hh ..\i4\math\point.hh ..\i4\math\vector.hh ..\i4\math\num_type.hh ..\render\r1_vert.hh ..\golg\g1_vert.hh ..\render\tex_id.hh maxcomm.hh ..\i4\string\string.hh ..\i4\init\init.hh ..\i4\memory\growheap.hh ..\i4\memory\malloc.hh ..\i4\memory\bmanage.hh ..\i4\inc\isllist.hh ..\i4\memory\lalloc.hh ..\i4\error\error.hh ..\i4\file\open.hh ..\i4\file\file.hh resource.hh max_object.hh ..\golg\load3d.hh ..\i4\memory\array.hh ..\golg\saver.hh ..\i4\memory\growarry.hh ..\golg\path.hh ..\golg\reference.hh ..\i4\loaders\dir_load.hh ..\i4\loaders\dir_save.hh
|
---|
236 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "util.cc" /Fo"c:/tmp/0543cf3e.obj"
|
---|
237 |
|
---|
238 | c:/tmp/c742ab7e.obj: crkutil.cc crkutil.hh crkutilr.hh
|
---|
239 | $(CPP) $(CPPFLAGS_p12) $(INCLUDE_p12) $(DEFINES_p12) /c /Tp "crkutil.cc" /Fo"c:/tmp/c742ab7e.obj"
|
---|
240 |
|
---|
241 | c:/tmp/a65f8392.res: plugin.rc
|
---|
242 | $(RES) $(RESFLAGS) /fo"c:/tmp/a65f8392.res" "plugin.rc"
|
---|
243 |
|
---|
244 | DEP_p12=\
|
---|
245 | c:/tmp/1f8fbfb5.obj\
|
---|
246 | c:/tmp/4e7209c4.obj\
|
---|
247 | c:/tmp/30532733.obj\
|
---|
248 | c:/tmp/1b16c0cd.obj\
|
---|
249 | c:/tmp/a9969489.obj\
|
---|
250 | c:/tmp/36d6be4b.obj\
|
---|
251 | c:/tmp/e36ee4f5.obj\
|
---|
252 | c:/tmp/230a5b9e.obj\
|
---|
253 | c:/tmp/07cf0df1.obj\
|
---|
254 | c:/tmp/bdfb0a83.obj\
|
---|
255 | c:/tmp/451d481a.obj\
|
---|
256 | c:/tmp/ab75fa69.obj\
|
---|
257 | c:/tmp/d88d8fbb.obj\
|
---|
258 | c:/tmp/90035ce1.obj\
|
---|
259 | c:/tmp/0a604272.obj\
|
---|
260 | c:/tmp/84230698.obj\
|
---|
261 | c:/tmp/fd64242d.obj\
|
---|
262 | c:/tmp/a1ef5c9c.obj\
|
---|
263 | c:/tmp/22245a72.obj\
|
---|
264 | c:/tmp/0543cf3e.obj\
|
---|
265 | c:/tmp/c742ab7e.obj\
|
---|
266 | c:/tmp/a65f8392.res
|
---|
267 |
|
---|
268 | c:/tmp/p1o_16.dll: $(DEP_p12)
|
---|
269 | link /DLL /def:"plugin.def" $(LFLAGS_p12) /OUT:"c:/tmp/p1o_16.dll" $(LIBS_p12) @make_p12.lnk
|
---|
270 |
|
---|