Changeset 358
- Timestamp:
- Jun 18, 2009, 8:54:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hlpmgr/makefile
r26 r358 1 # --------------------------------------------- 1 2 # New Help Manager for use with NewView 2 3 # For Watcom C/C++ 10.6 and higher 3 4 # Use wmake DEBUG=1 to get debug info 4 5 5 # Hlpmgr2.dll can be used for testing without 6 # Hlpmgr2.dll can be used for testing without 6 7 # needing a reboot. 8 # --------------------------------------------- 9 7 10 all: hlpmgr2.dll helpmgr.dll 8 11 … … 24 27 # remaining options set in helpmgr.def 25 28 !ifdef DEBUG 26 MODE_LINKFLAGS=debug all 29 MODE_LINKFLAGS=debug all 27 30 !endif 31 32 clean : .SYMBOLIC 33 -del .\*.obj 34 -del .\*.err 35 28 36 29 37 test.exe: test.obj
Note:
See TracChangeset
for help on using the changeset viewer.