This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3b5ccda128
wxWidgets
/
utils
/
tex2rtf
/
Makefile.in
8 lines
55 B
Makefile
Raw
Normal View
History
Unescape
Escape
added some utils (tex2rtf, helpgen, makegen) to make system git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-16 08:25:47 -05:00
all
:
use $(MAKE) instead of make git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-10-18 17:34:12 -04:00
cd
src
;
$(
MAKE
)
added some utils (tex2rtf, helpgen, makegen) to make system git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-16 08:25:47 -05:00
clean
:
use $(MAKE) instead of make git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-10-18 17:34:12 -04:00
cd
src
;
$(
MAKE
)
clean
added some utils (tex2rtf, helpgen, makegen) to make system git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-16 08:25:47 -05:00
Reference in New Issue
Copy Permalink