-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargets.32d
58 lines (57 loc) · 1.65 KB
/
targets.32d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Win32 DLL targets (and test and sample programs using these)
Extra switches unless otherwise is specified:
Include directories: e:\source\bif\include
-zc Put constants in code segment (not needed but helps find errors and can improve swap performance)
-bm Multithreaded application
define BIF_IN_DLL and BUILDING_BIF
define STRICT if your want it (we recommend it)
define WIN32_LEAN_AND_MEAN for (much) faster compilation
------------------------------------------------------------------------------
Target:
dll\win32\bift.dll
Sources:
..\..\source\thread\win32\*.cpp
Switches:
Description:
BIF/Thread DLL
------------------------------------------------------------------------------
Target:
dll\win32\win\bifwwin.dll
Sources:
..\..\..\source\window\win32\*.cpp
..\..\..\source\window\winc\*.cpp
Switches:
Description:
BIF/Window DLL
------------------------------------------------------------------------------
Target:
lib\win32\win\biftwin.dll
Sources:
..\..\..\source\thread\win32\*.cpp
..\bift.lib
Switches:
Description:
BIF/Thread support classes for Windows GUI
------------------------------------------------------------------------------
Target:
lib\win32\win\bifm.dll
Sources:
..\..\..\source\mix\win32\win\*.cpp
..\bift.lib
biftwin.lib
bifwwin.lib
Switches:
Description:
BIF/Mix DLL
------------------------------------------------------------------------------
Target:
lib\win32\win\winsort.exe
Sources:
..\..\..\sample\mix\sort\*.cpp (except pmsort.cpp)
..\bift.lib
biftwin.lib
bifwwin.lib
bifm.lib
Switches:
Description:
Sorting demonstration sample program