My favorites | Sign in
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

message:
-@echo Specify one of the following toolset as the target of make:
-@echo make gcc (for MinGW)
-@echo make dmc (for DigitalMars C++)
-@echo make bcc (for Borland C++ Compilers)
-@echo make vcc (for Microsoft Visual C++)
-@echo Please make sure that the "make" program you're using is
-@echo the one from the toolset.
-@echo (GNU make for gcc, nmake for vcc, ... etc.)

clean:
-@rmdir /Q /S obj 2> nul
-@del /Q release\*.exe 2> nul

############################################################################

DMAK = make# Hey, why no $(MAKE)????

gcc:
$(MAKE) -f Makefiles/gcc.mak
dmc:
$(DMAK) -f Makefiles/dmc.mak
vcc:
$(MAKE) -f Makefiles/vcc.mak
bcc:
$(MAKE) -f Makefiles/bcc.mak

Change log

r89 by roytam on Apr 29, 2010   Diff
- [GreenPad] import GreenPad with NT 3.51
fix.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 741 bytes, 27 lines

File properties

svn:mime-type
text/plain; charset=shift_jis
svn:eol-style
native
Powered by Google Project Hosting