Changeset 1594
- Timestamp:
 - Nov 4, 1999, 7:51:43 PM (26 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
          
  makefile (modified) (4 diffs)
 - 
          
  src/makefile (modified) (3 diffs)
 - 
          
  src/makefile.smp (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/makefile
r1492 r1594 1 # $Id: makefile,v 1. 6 1999-10-28 15:23:05sandervl Exp $1 # $Id: makefile,v 1.7 1999-11-04 18:50:50 sandervl Exp $ 2 2 3 3 # … … 10 10 # 11 11 # debug: Change to a debug build. 12 # debugsmp: Start nmake process in background that processes all 13 # dlls in reverse (linking fails, but first nmake will 14 # correct this) 12 15 # nodebuginfo: Change to a debug build without debug info in binaries 16 # nodebuginfosmp: Change to an SMP debug build without debug info in binaries 13 17 # release: Change to a release build. 18 # releasesmp: Change to an SMP release build. 14 19 # all: Build the entire tree. 15 20 # clean: Bring tree back to a "virgin" state. … … 34 39 nmake -nologo all DEBUG=1 35 40 41 debugsmp: odin_libraries needed_tools 42 cd src 43 start nmake -i -f makefile.smp -nologo all DEBUG=1 44 nmake -nologo all DEBUG=1 45 36 46 nodebuginfo: odin_libraries needed_tools 37 47 cd src 48 nmake -nologo all DEBUG=1 NODEBUGINFO=1 49 50 nodebuginfosmp: odin_libraries needed_tools 51 cd src 52 start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1 38 53 nmake -nologo all DEBUG=1 NODEBUGINFO=1 39 54 … … 42 57 nmake -nologo all 43 58 59 releasesmp: odin_libraries needed_tools 60 cd src 61 start nmake -i -f makefile.smp -nologo all 62 nmake -nologo all 44 63 45 64  - 
      
trunk/src/makefile
r1585 r1594 1 # $Id: makefile,v 1.3 1 1999-11-03 23:28:03 sandervl Exp $1 # $Id: makefile,v 1.32 1999-11-04 18:51:43 sandervl Exp $ 2 2 3 3 # … … 50 50 cd ..\advapi32 51 51 $(MAKE_CMD) 52 cd ..\shell32 53 $(MAKE_CMD) 54 cd ..\comctl32 55 $(MAKE_CMD) 56 cd ..\capi2032 57 $(MAKE_CMD) 58 cd ..\wsock32 59 $(MAKE_CMD) 52 60 cd ..\comdlg32 53 61 $(MAKE_CMD) 54 cd ..\comctl3255 $(MAKE_CMD)56 cd ..\capi203257 $(MAKE_CMD)58 cd ..\wsock3259 $(MAKE_CMD)60 62 cd ..\tapi32 61 63 $(MAKE_CMD) … … 91 93 $(MAKE_CMD) 92 94 cd ..\oledlg 93 $(MAKE_CMD)94 cd ..\shell3295 95 $(MAKE_CMD) 96 96 cd ..\imm32  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  