projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
helpbest docs update
[wxWidgets.git]
/
src
/
makelib.b32
diff --git
a/src/makelib.b32
b/src/makelib.b32
index 446525555e4192c1f5d58e55b41980c5e6fadb0b..bcf9c9d994ec89b356e7a337a5f7f35373f4565f 100644
(file)
--- a/
src/makelib.b32
+++ b/
src/makelib.b32
@@
-14,24
+14,20
@@
WXDIR = $(WXWIN)
!include $(WXDIR)\src\makeb32.env
!include $(WXDIR)\src\makeb32.env
+lib: $(LIBTARGET)
+
$(LIBTARGET): $(OBJECTS)
$(LIBTARGET): $(OBJECTS)
-
-erase
$(LIBTARGET)
-
tlib $(LIBTARGET)
/P512 @&&!
-
-+$(OBJECTS:.obj =.obj -
+)
+
-$(RM)
$(LIBTARGET)
+
tlib "$(LIBTARGET)"
/P512 @&&!
+
+$(OBJECTS:.obj =.obj
+)
!
!
-.$(SRCSUFF).obj:
- bcc32 $(CPPFLAGS) -c {$< }
-
-.c.obj:
- bcc32 $(CPPFLAGS) -P- -c {$< }
-
clean:
clean:
- -
erase
*.obj
- -
erase
*.exe
- -
erase
*.res
- -
erase
*.map
- -
erase
*.rws
- -
erase
$(LIBTARGET)
+ -
$(RM)
*.obj
+ -
$(RM)
*.exe
+ -
$(RM)
*.res
+ -
$(RM)
*.map
+ -
$(RM)
*.rws
+ -
$(RM)
$(LIBTARGET)