First public contribution.
1 # ---------------------------------------------------------------------------
9 # ---------------------------------------------------------------------------
11 # ---------------------------------------------------------------------------
12 # The following section of the project makefile is managed by the BCB IDE.
13 # It is recommended to use the IDE to change any of the values in this
15 # ---------------------------------------------------------------------------
17 # ---------------------------------------------------------------------------
19 OBJFILES = TestClass.obj \
36 test_vector.obj main.obj
38 # ---------------------------------------------------------------------------
44 # USERDEFINES = _STLP_NO_OWN_IOSTREAMS
48 SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
49 # SYSDEFINES = NO_STRICT;USEPACKAGES
50 # ---------------------------------------------------------------------------
51 CFLAG1 = -w- -jb -j1 -I.;..\..\stlport;$(BCB)\include; -Od -v -N -x -xp -tWC -D$(SYSDEFINES);$(USERDEFINES)
53 LDFLAGS = -L..\..\lib;$(BCB)\..\lib cw32i.lib stlp.4.5.lib
56 # ---------------------------------------------------------------------------
60 ..\test\eh\eh_test.exe -s 100
62 $(PROJECT) : $(OBJFILES)
63 $(BCC32) -e$(PROJECT) $(CFLAG1) $(LDFLAGS) $(OBJFILES)
66 del *.obj *.exe *.core *.tds
68 # ---------------------------------------------------------------------------
70 $(BCC32) $(CFLAG1) -n$(@D) -c $<
73 $(BCC32) $(CFLAG1) $(LDFLAGS) -n$(@D) $<
76 $(CPP32) $(CFLAG1) -n. -Sr -Ss -Sd {$< }
77 # ---------------------------------------------------------------------------