home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-05-04 | 399 b | 10 lines |
- all :
- !if "$(CFG)" == "debug"
- $(MAKE) /a /f "stub.mak" CFG="JView - Win32 Debug"
- jvc -x- -nologo -nomessage Test\*.java
- jexegen /bindto:debug\stub.exe /main:Test.Hello /base:. Test\*.class
- !else
- $(MAKE) /a /f "stub.mak" CFG="JView - Win32 Release"
- jvc -x- -nologo -nomessage Test\*.java
- jexegen /bindto:release\stub.exe /main:Test.Hello /base:. Test\*.class
- !endif